Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | Add 'Configurable' interface and add support to caja-file-management-properties | 20kdc | 1 | -3/+60 |
2018-10-19 | caja-application.c: Remove redundant empty lines | Zhang Xianwei | 1 | -3/+0 |
2018-10-02 | fm-directory-view.c: Decrease minimum update interval. | lukefromdc | 1 | -2/+2 |
2018-09-19 | Remove dead code, fix a memory leak | lukefromdc | 1 | -11/+3 |
2018-09-17 | add option to open multiple uri in tabs at startup | Clément Masci | 5 | -74/+143 |
2018-09-17 | Revert "add option to open multiple uri in tabs at startup" | raveit65 | 5 | -123/+55 |
2018-09-17 | Revert "Memory leak fix" | raveit65 | 1 | -1/+0 |
2018-09-17 | Revert "Fix indents, update docs to reflect ability to open URIs in tabs" | raveit65 | 2 | -67/+68 |
2018-09-16 | Fix indents, update docs to reflect ability to open URIs in tabs | lukefromdc | 2 | -68/+67 |
2018-09-15 | Memory leak fix | Clément Masci | 1 | -0/+1 |
2018-09-14 | add option to open multiple uri in tabs at startup | Clément Masci | 5 | -55/+123 |
2018-08-24 | pathbar: Activate pane when changing location | Victor Kareh | 1 | -0/+3 |
2018-08-01 | add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab] | Pablo Barciela | 1 | -0/+46 |
2018-07-31 | caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;] | Pablo Barciela | 1 | -0/+5 |
2018-07-11 | pathbar: increase reference count of path in update_button_types | lukefromdc | 1 | -1/+6 |
2018-07-11 | Fix some issues found by static analysis | lukefromdc | 1 | -2/+0 |
2018-07-11 | pathbar: Fix crash when accessing drive root | lukefromdc | 1 | -3/+4 |
2018-07-12 | caja-location-bar: Fix: change background color based on activity state | Pablo Barciela | 1 | -15/+48 |
2018-06-18 | caja-sidebar-title: Fix: images broken in sidebar | Pablo Barciela | 1 | -5/+30 |
2018-06-07 | caja-sidebar-title: fix [-Wmaybe-uninitialized] warning | raveit65 | 1 | -0/+1 |
2018-06-06 | desktop window: Add is-desktop AtkObject attribute | Samuel Thibault | 2 | -0/+51 |
2018-06-05 | caja-desktop-window.c: Fix: caja crashes unexpectedly | Pablo Barciela | 1 | -0/+13 |
2018-06-05 | avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 1 | -1/+7 |
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 4 | -6/+1 |
2018-05-18 | avoid deprecated 'gtk_dialog_get_action_area' | Pablo Barciela | 1 | -5/+6 |
2018-05-16 | zoom-control: use NULL instead of uninitialized variable | monsta | 1 | -2/+1 |
2018-05-16 | remove unused function | monsta | 1 | -25/+0 |
2018-05-10 | eel-gtk-extensions: replace deprecated gtk_menu_popup function | raveit65 | 3 | -17/+6 |
2018-05-10 | zoom-control: don't use eel_pop_up_context_menu function | raveit65 | 1 | -6/+10 |
2018-05-07 | Replace deprecated gtk_menu_popup | raveit65 | 5 | -99/+23 |
2018-05-07 | fm-desktop-icon-view: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -4/+6 |
2018-05-07 | replace deprecated gdk_flush | raveit65 | 2 | -3/+5 |
2018-05-05 | avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 3 | -5/+33 |
2018-05-03 | caja-spatial-window.c: avoid deprecated 'gtk_vbox_new' | Pablo Barciela | 1 | -4/+2 |
2018-04-18 | sidebar popup menu: show "media-eject" icon in the "unmount" items | Pablo Barciela | 2 | -2/+2 |
2018-04-12 | pathbar: fix random segfaults on opening mounts from Desktop | lukefromdc | 3 | -121/+84 |
2018-04-11 | fm-icon-view: Show size on disk as sort criterion | Moritz Bruder | 2 | -1/+9 |
2018-04-10 | sidebar popup menu: show "media-eject" icon | Pablo Barciela | 2 | -2/+2 |
2018-04-08 | Add sort criterion by reversed extension segments | Moritz Bruder | 4 | -0/+28 |
2018-04-08 | set icon names instead stock ids in some places | Pablo Barciela | 3 | -6/+6 |
2018-04-07 | caja-spatial-window.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -54/+46 |
2018-04-06 | Fix warnings from HiDPI commits | lukefromdc | 1 | -0/+4 |
2018-04-04 | sidebar: Respect sidebar dimensions on HiDPI | Victor Kareh | 2 | -2/+10 |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 11 | -170/+183 |
2018-04-04 | general: use gdk_monitor_get_scale_factor | Alexandru Pandelea | 1 | -1/+1 |
2018-04-04 | list-view: use the cairo surface as a drag icon | Cosimo Cecchi | 1 | -11/+8 |
2018-04-04 | Scale screen dimensions | Victor Kareh | 3 | -8/+18 |
2018-04-04 | properties-window: support HiDpi for the properties window icon | Cosimo Cecchi | 1 | -17/+10 |
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 21 | -63/+155 |
2018-04-04 | desktop-canvas-view: scale desktop workarea | Andrea Azzarone | 1 | -4/+8 |