Age | Commit message (Expand) | Author | Files | Lines |
2022-07-22 | Fix build warning -Wmissing-field-initializers | rbuj | 1 | -2/+1 |
2022-03-23 | caja-application: Variable is assigned a value that is never used | rbuj | 1 | -2/+1 |
2022-02-09 | Fix some -Wsign-compare warnings | rbuj | 1 | -1/+2 |
2021-12-21 | caja-application: avoid SEGV when profiling/debugging code | rbuj | 1 | -2/+1 |
2021-11-20 | Use a blank line at most | rbuj | 1 | -4/+0 |
2021-03-10 | caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE | rbuj | 1 | -1/+1 |
2021-02-25 | Fix warnings about xmlChar cast | rbuj | 1 | -58/+58 |
2020-07-25 | Add a "Bookmarks" sidebar to Caja | Gordon N. Squash | 1 | -0/+2 |
2020-04-28 | support an explicit --select command line option | plonibarploni | 1 | -5/+70 |
2020-04-13 | Fix -Wmissing-prototypes build warnings | Pablo Barciela | 1 | -3/+3 |
2020-04-12 | Remove warnings about function declaration isn’t a prototype | rbuj | 1 | -1/+2 |
2019-08-26 | add new FmWidgetView object | Wu Xiaotian | 1 | -0/+2 |
2019-07-08 | Add support for loading theme-specific caja-desktop CSS | Colomban Wendling | 1 | -5/+40 |
2019-07-08 | Refactor custom CSS loading into a separate function | Colomban Wendling | 1 | -23/+18 |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -35/+35 |
2019-06-17 | src: reduce the scope of some variables | Pablo Barciela | 1 | -11/+21 |
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 |