Age | Commit message (Expand) | Author | Files | Lines |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -15/+15 |
2019-04-10 | drop functions defined but not used | Pablo Barciela | 1 | -224/+0 |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -34/+37 |
2019-04-09 | Fix invocation with --geometry from the command line | lukefromdc | 1 | -7/+14 |
2019-04-07 | caja-application: avoid NULL inside 'g_object_unref' | Pablo Barciela | 1 | -3/+4 |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 1 | -4/+0 |
2019-03-04 | drop unused variables | Pablo Barciela | 1 | -1/+0 |
2019-01-22 | CajaApplication: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 1 | -6/+4 |
2019-01-19 | caja-application: Check for smclient before trying to load session | lukefromdc | 1 | -3/+3 |
2018-11-07 | Fix case-insensitive comparison in running_in_mate | Zhang Xianwei | 1 | -2/+2 |
2018-10-19 | caja-application.c: Remove redundant empty lines | Zhang Xianwei | 1 | -3/+0 |
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 | 1 | -69/+127 |
2018-09-17 | Revert "add option to open multiple uri in tabs at startup" | raveit65 | 1 | -107/+50 |
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 | 1 | -66/+67 |
2018-09-16 | Fix indents, update docs to reflect ability to open URIs in tabs | lukefromdc | 1 | -67/+66 |
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 | 1 | -50/+107 |
2018-05-07 | replace deprecated gdk_flush | raveit65 | 1 | -2/+2 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 |
2017-07-12 | application: remove unneeded forward declarations | monsta | 1 | -22/+2 |
2017-07-08 | Fix browsing/autorun media on insertion | lukefromdc | 1 | -0/+1 |
2017-05-07 | pass CajaApplication instead of GApplication to DBus init | monsta | 1 | -1/+1 |
2017-05-03 | restore DBus interface initialization | monsta | 1 | -0/+3 |
2017-05-02 | CSS: Load a different caja-desktop.css with GTK 3.14 | Clement Lefebvre | 1 | -2/+6 |
2017-03-17 | caja-application.c: Fix uninitialized variable | lukefromdc | 1 | -1/+1 |
2016-12-04 | Rename labels: follow theme if available, sane default | lukefromdc | 1 | -0/+15 |
2016-11-28 | Fix restart loop when started without icons on the desktop | lukefromdc | 1 | -1/+6 |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 1 | -734/+19 |
2016-11-11 | application: correct description of --force-desktop option | monsta | 1 | -1/+1 |
2016-11-10 | application: remove unused function | monsta | 1 | -57/+0 |
2016-11-08 | remove convert metadata | lukefromdc | 1 | -93/+2 |
2016-10-23 | libunique builds: enable eject notifications | lukefromdc | 1 | -2/+5 |
2016-10-23 | Refactor notification code to remove duplicate function | lukefromdc | 1 | -28/+0 |
2016-10-22 | GtkApplication: Notify when ejected volumes safe to unplug | lukefromdc | 1 | -2/+34 |
2016-10-22 | GtkApplication: fix "caja 3.0" message | lukefromdc | 1 | -1/+1 |
2016-10-14 | GTK2: Use emanuele-f 's patch for build failure, fix build w/o libunique | lukefromdc | 1 | -40/+40 |
2016-10-14 | Fix missed selector change for separating GTK3 and libunique build options | lukefromdc | 1 | -0/+2 |
2016-10-09 | GtkApplication: Disable session management when root/not in MATE | lukefromdc | 1 | -10/+0 |
2016-10-08 | GTK3: port libunique ->GtkApplication as build time option | lukefromdc | 1 | -99/+994 |
2016-04-20 | GTK+-3 theming: add a CSS file for caja, and initialize it at startup | raveit65 | 1 | -0/+29 |
2016-02-01 | fix several build warnings | monsta | 1 | -0/+1 |
2016-01-26 | oops... add some includes back (got implicit declaration warnings) | monsta | 1 | -0/+2 |
2016-01-26 | remove some unused/unneeded stuff | monsta | 1 | -6/+0 |
2016-01-26 | use g_strcmp0 instead of strcmp | monsta | 1 | -8/+8 |
2015-11-15 | fix g_object_unref call | Monsta | 1 | -1/+5 |
2015-09-10 | When opening the first window, don't restore the position of the last closed ... | Clement Lefebvre | 1 | -23/+1 |
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -24/+19 |
2015-04-07 | Fix g_bus_unwatch_name assertion | tarakbumba | 1 | -2/+6 |