summaryrefslogtreecommitdiff
path: root/src/caja-window.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Remove trailing whitespacesrbuj1-1/+1
2019-06-17src: reduce the scope of some variablesPablo Barciela1-12/+16
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-14/+14
2019-04-10drop functions defined but not usedPablo Barciela1-40/+0
2019-04-10local #include files inside "" instead <>Pablo Barciela1-22/+25
2019-03-29eel: remove g_object_list_copyrbuj1-1/+1
2019-03-06caja-window: Fix garbage valuePablo Barciela1-1/+2
2019-03-04drop unused variablesPablo Barciela1-1/+0
2019-01-28Avoid deprecated g_type_class_add_privateWu Xiaotian1-5/+2
2018-12-27Add independent show/hide backup filesSargastic1-0/+19
2018-09-17add option to open multiple uri in tabs at startupClément Masci1-1/+9
2018-09-17Revert "add option to open multiple uri in tabs at startup"raveit651-9/+1
2018-09-14add option to open multiple uri in tabs at startupClément Masci1-1/+9
2018-07-31caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;]Pablo Barciela1-0/+5
2018-04-04Scale screen dimensionsVictor Kareh1-2/+4
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-10/+1
2017-12-16WidthOfScreen and HeightOfScreen implementationPablo Barciela1-12/+2
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+12
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-108/+4
2016-10-14GTK2: Use emanuele-f 's patch for build failure, fix build w/o libuniquelukefromdc1-5/+5
2016-10-08GTK3: port libunique ->GtkApplication as build time optionlukefromdc1-1/+17
2016-10-04GTK3: fix warnings cause by GtkGridlukefromdc1-52/+3
2016-09-06GTK3.20:fix statusbar deprecation warninglukefromdc1-1/+7
2016-08-12GTK+-3 window: port GtkTable to GtkGridraveit651-0/+18
2016-07-12remove some unused includesmonsta1-1/+0
2016-04-21prefs dialog: don't crash on toggling "Show hidden and backup files"monsta1-1/+1
2016-01-26remove some unused/unneeded stuffmonsta1-6/+0
2016-01-15don't use deprecated gdk_cursor_new for both toolkit versionsWolfgang Ulbrich1-1/+5
2016-01-15GTK3 general: don't use gdk_cursor_unref()Wolfgang Ulbrich1-0/+4
2016-01-13GTK3 window: port to GtkStyleContext, plug a leakWolfgang Ulbrich1-0/+2
2016-01-13GTK3 window: port to GtkStyleContextWolfgang Ulbrich1-0/+26
2015-05-19GTK3: set top and bottom margin of statusbar to zeroraveit651-0/+7
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2013-07-25src: Add GTK3/GDK3 supportStefano Karapetsas1-3/+3
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-3/+0
2012-11-25fix previous commitmate-file-manager-1.5.1Nelson Marques1-1/+0
2012-11-25fix no-return-in-nonvoid-function caja-window.cNelson Marques1-0/+2
2012-11-23[src] fix some incompatible pointer type warningsJasmine Hassan1-5/+7
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-8/+6
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-5/+6
2012-11-16[window] don't use deprecated size_request vfuncJasmine Hassan1-17/+57
2012-11-16[horizontal-splitter] remove, and use a regular GtkPaned insteadJasmine Hassan1-1/+0
2012-11-16[src] don't use GtkObject (GTK3)Jasmine Hassan1-3/+20
2012-11-16[window] add _full() versions of _go_to and _open() methodsJasmine Hassan1-1/+13
2012-11-16[build] don't include marshals we don't ownJasmine Hassan1-1/+0
2012-11-16[src] convert to new GDK_KEY prefixJasmine Hassan1-4/+4
2012-11-16[window] remove dead function caja_window_has_menubar_and_statusbar()Jasmine Hassan1-16/+0
2012-11-16[src] autogenerate marshallersJasmine Hassan1-3/+3
2012-11-13[general] Adds option to open new tab in tab bar context menuJasmine Hassan1-0/+35
2012-09-06remove old undo codeStefano Karapetsas1-2/+0