Age | Commit message (Expand) | Author | Files | Lines |
2022-07-21 | caja-window: Fix cppcheck warning unusedAllocatedMemory | rbuj | 1 | -4/+0 |
2022-07-21 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+2 |
2022-07-21 | Duplicate tabs using the scroll wheel (#1456) | Erik Bročko | 1 | -1/+29 |
2022-07-21 | Remove trailing spaces/tabs | rbuj | 1 | -1/+1 |
2022-07-20 | Keep path same when opening new window from an existing one | Yetoo1 | 1 | -0/+36 |
2022-07-20 | hide menu and toolbutton when view is only one | Wu Xiaotian | 1 | -14/+15 |
2022-07-20 | add new FmWidgetView object | Wu Xiaotian | 1 | -0/+1 |
2022-07-20 | caja-window: suppress GtkAction warnings | raveit65 | 1 | -0/+30 |
2022-07-20 | Remove trailing whitespaces | rbuj | 1 | -1/+1 |
2022-07-20 | src: reduce the scope of some variables | Pablo Barciela | 1 | -12/+16 |
2022-07-19 | drop functions defined but not used | Pablo Barciela | 1 | -40/+0 |
2022-07-19 | local #include files inside "" instead <> | Pablo Barciela | 1 | -22/+25 |
2019-03-29 | eel: remove g_object_list_copy | rbuj | 1 | -1/+1 |
2019-03-06 | caja-window: Fix garbage value | Pablo Barciela | 1 | -1/+2 |
2019-03-04 | drop unused variables | Pablo Barciela | 1 | -1/+0 |
2019-01-28 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -5/+2 |
2018-12-27 | Add independent show/hide backup files | Sargastic | 1 | -0/+19 |
2018-09-17 | add option to open multiple uri in tabs at startup | Clément Masci | 1 | -1/+9 |
2018-09-17 | Revert "add option to open multiple uri in tabs at startup" | raveit65 | 1 | -9/+1 |
2018-09-14 | add option to open multiple uri in tabs at startup | Clément Masci | 1 | -1/+9 |
2018-07-31 | caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;] | Pablo Barciela | 1 | -0/+5 |
2018-04-04 | Scale screen dimensions | Victor Kareh | 1 | -2/+4 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -10/+1 |
2017-12-16 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -12/+2 |
2017-08-12 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+12 |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 1 | -108/+4 |
2016-10-14 | GTK2: Use emanuele-f 's patch for build failure, fix build w/o libunique | lukefromdc | 1 | -5/+5 |
2016-10-08 | GTK3: port libunique ->GtkApplication as build time option | lukefromdc | 1 | -1/+17 |
2016-10-04 | GTK3: fix warnings cause by GtkGrid | lukefromdc | 1 | -52/+3 |
2016-09-06 | GTK3.20:fix statusbar deprecation warning | lukefromdc | 1 | -1/+7 |
2016-08-12 | GTK+-3 window: port GtkTable to GtkGrid | raveit65 | 1 | -0/+18 |
2016-07-12 | remove some unused includes | monsta | 1 | -1/+0 |
2016-04-21 | prefs dialog: don't crash on toggling "Show hidden and backup files" | monsta | 1 | -1/+1 |
2016-01-26 | remove some unused/unneeded stuff | monsta | 1 | -6/+0 |
2016-01-15 | don't use deprecated gdk_cursor_new for both toolkit versions | Wolfgang Ulbrich | 1 | -1/+5 |
2016-01-15 | GTK3 general: don't use gdk_cursor_unref() | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-13 | GTK3 window: port to GtkStyleContext, plug a leak | Wolfgang Ulbrich | 1 | -0/+2 |
2016-01-13 | GTK3 window: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+26 |
2015-05-19 | GTK3: set top and bottom margin of statusbar to zero | raveit65 | 1 | -0/+7 |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 |
2013-07-25 | src: Add GTK3/GDK3 support | Stefano Karapetsas | 1 | -3/+3 |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 1 | -3/+0 |
2012-11-25 | fix previous commitmate-file-manager-1.5.1 | Nelson Marques | 1 | -1/+0 |
2012-11-25 | fix no-return-in-nonvoid-function caja-window.c | Nelson Marques | 1 | -0/+2 |
2012-11-23 | [src] fix some incompatible pointer type warnings | Jasmine Hassan | 1 | -5/+7 |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -8/+6 |
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -5/+6 |
2012-11-16 | [window] don't use deprecated size_request vfunc | Jasmine Hassan | 1 | -17/+57 |
2012-11-16 | [horizontal-splitter] remove, and use a regular GtkPaned instead | Jasmine Hassan | 1 | -1/+0 |
2012-11-16 | [src] don't use GtkObject (GTK3) | Jasmine Hassan | 1 | -3/+20 |