Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -1/+1 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-17 | src: reduce the scope of some variables | Pablo Barciela | 1 | -5/+9 | |
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -13/+13 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -17/+19 | |
2019-02-18 | Read authors and documenters fom caja.about file | rbuj | 1 | -109/+28 | |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2019-02-14 | Update authors | rbuj | 1 | -4/+59 | |
Merged the authors with the new ones: git log --pretty="%an <%ae>" --since "2012-01-01" -- . "*.h" "*.c" | sort | uniq | |||||
2019-02-13 | Update Documenters | rbuj | 1 | -1/+2 | |
Update "Documented by" in About Caja dialog | |||||
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 1 | -1/+1 | |
2019-01-24 | Update copyright to 2019 | Wu Xiaotian | 1 | -1/+1 | |
2018-12-27 | Change show/hide backup files shortcut | Sargastic | 1 | -1/+1 | |
2018-12-27 | Add independent show/hide backup files | Sargastic | 1 | -2/+65 | |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 1 | -10/+10 | |
This allows icons in most places to scale up properly for HiDPI displays. | |||||
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -1/+1 | |
Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7 | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -25/+25 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -8/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-07-22 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+8 | |
2017-04-18 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2016-10-08 | Stop warnings on window-close and 3 warnings on exit | lukefromdc | 1 | -1/+4 | |
Fix the gsignal warnings on window-close based on https://github.com/mate-desktop/atril/commit/fda33fbeedc0aab64d9479850047d0817d0b38be "Check if handler_id is connected before disconnect" from Atril Also Fix "Source ID XXX was not found..." warnings on closing Caja These three gsources are already gone when Caja exits, their ID's still exist but they cannot be found to remove. The warnings indicate double removal so this code block is just a source of errors. Leave it in place but commented out for now. | |||||
2016-08-22 | drop a large amount of completely unused code | monsta | 1 | -4/+0 | |
2016-07-30 | use GtkAbout instead of MateAbout | raveit65 | 1 | -3/+2 | |
2016-04-21 | prefs dialog: don't crash on toggling "Show hidden and backup files" | monsta | 1 | -11/+14 | |
adapted from: https://git.gnome.org/browse/nautilus/commit/?id=7428762ea6601abba086fcc5e57f443b2e2b40b5 fixes https://github.com/mate-desktop/caja/issues/326 | |||||
2016-01-26 | remove some unused/unneeded stuff | monsta | 1 | -1/+0 | |
2015-07-07 | Revert "Help menu/F1 shortcut: show the right help page from m-u-g" | Monsta | 1 | -1/+1 | |
This reverts commit d01fbc6c9921253bb023d3e40bd763f4a931e840. | |||||
2015-06-17 | Help menu/F1 shortcut: show the right help page from m-u-g | Monsta | 1 | -1/+1 | |
2015-01-12 | show mate-user-guide help | Monsta | 1 | -12/+5 | |
2015-01-12 | use mate_gdk_spawn_command_line_on_screen like other MATE apps do | Monsta | 1 | -26/+8 | |
Closes https://github.com/mate-desktop/caja/pull/370 | |||||
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 1 | -1/+2 | |
2014-04-24 | Use MateAboutDialog | Stefano Karapetsas | 1 | -2/+3 | |
2013-12-22 | Update help uri to the correct location | infirit | 1 | -1/+1 | |
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 1 | -1/+1 | |
2013-07-25 | src: Add GTK3/GDK3 support | Stefano Karapetsas | 1 | -5/+21 | |
2013-02-23 | Update copyright | Stefano Karapetsas | 1 | -1/+1 | |
2012-12-03 | add Jasmine Hassan in authors | Stefano Karapetsas | 1 | -0/+1 | |
2012-11-16 | Merge pull request #42 from jasmineaura/develop | Stefano Karapetsas | 1 | -9/+1 | |
Bring Caja up to speed, stage1 | |||||
2012-11-16 | [window-menus] use new connect dialog API | Jasmine Hassan | 1 | -9/+1 | |
http://git.gnome.org/browse/nautilus/commit/?id=156615f8d9f8b99dea3459cdd76392d01b9d80df | |||||
2012-10-23 | fix MATE => GNOME Documentation team | Stefano Karapetsas | 1 | -2/+2 | |
2012-09-06 | remove old undo code | Stefano Karapetsas | 1 | -17/+0 | |
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 1 | -1/+0 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 1 | -5/+5 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -1/+1 | |
2011-12-27 | fixed about for MATE, use theme icon instead of old nautilus onecaja-1.1.1 | Stefano Karapetsas | 1 | -6/+8 | |
2011-12-26 | ported nautilus-elementary UNDO-REDO (bzr rev 60) | Stefano Karapetsas | 1 | -0/+4 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+1163 | |