summaryrefslogtreecommitdiff
path: root/src/caja-window-menus.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20Use a blank line at mostrbuj1-1/+0
2021-04-20caja-window-menus: remove -Wcast-function-type warningrbuj1-3/+1
2021-04-01warning: missing initializer for a field of ‘GtkActionEntry’rbuj1-4/+8
2021-02-07build: allow users to disable gettext support (--disable-nls)rbuj1-0/+4
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-11-11Duplicate tabs using the scroll wheel (#1456)Erik Bročko1-1/+1
* middle-clicking the reload button duplicates tab
2020-04-04caja-window-menus: website-label, consistency with other about-dialogrbuj1-1/+1
2020-01-10Update copyright to 2020raveit651-1/+1
2019-06-29caja-window-menus: suppress GtkAction warningsraveit651-4/+30
2019-06-18Remove trailing whitespacesrbuj1-1/+1
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-17src: reduce the scope of some variablesPablo Barciela1-5/+9
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-13/+13
2019-04-10local #include files inside "" instead <>Pablo Barciela1-17/+19
2019-02-18Read authors and documenters fom caja.about filerbuj1-109/+28
2019-02-17Ensure proper translation of the about dialog titlerbuj1-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-14Update authorsrbuj1-4/+59
Merged the authors with the new ones: git log --pretty="%an <%ae>" --since "2012-01-01" -- . "*.h" "*.c" | sort | uniq
2019-02-13Update Documentersrbuj1-1/+2
Update "Documented by" in About Caja dialog
2019-02-02Fix incompatible pointer typesVictor Kareh1-1/+1
2019-01-24Update copyright to 2019Wu Xiaotian1-1/+1
2018-12-27Change show/hide backup files shortcutSargastic1-1/+1
2018-12-27Add independent show/hide backup filesSargastic1-2/+65
2018-04-04HiDPI: Convert Pixbufs to Cairo SurfacesVictor Kareh1-10/+10
This allows icons in most places to scale up properly for HiDPI displays.
2018-04-04Support HiDpi iconsCosimo Cecchi1-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-09avoid deprecated GtkStockPablo Barciela1-25/+25
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-8/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-07-22don't use deprecated gtk_show_uriraveit651-0/+8
2017-04-18update copyright year to 2017monsta1-1/+1
2016-10-08Stop warnings on window-close and 3 warnings on exitlukefromdc1-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-22drop a large amount of completely unused codemonsta1-4/+0
2016-07-30use GtkAbout instead of MateAboutraveit651-3/+2
2016-04-21prefs dialog: don't crash on toggling "Show hidden and backup files"monsta1-11/+14
adapted from: https://git.gnome.org/browse/nautilus/commit/?id=7428762ea6601abba086fcc5e57f443b2e2b40b5 fixes https://github.com/mate-desktop/caja/issues/326
2016-01-26remove some unused/unneeded stuffmonsta1-1/+0
2015-07-07Revert "Help menu/F1 shortcut: show the right help page from m-u-g"Monsta1-1/+1
This reverts commit d01fbc6c9921253bb023d3e40bd763f4a931e840.
2015-06-17Help menu/F1 shortcut: show the right help page from m-u-gMonsta1-1/+1
2015-01-12show mate-user-guide helpMonsta1-12/+5
2015-01-12use mate_gdk_spawn_command_line_on_screen like other MATE apps doMonsta1-26/+8
Closes https://github.com/mate-desktop/caja/pull/370
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-1/+2
2014-04-24Use MateAboutDialogStefano Karapetsas1-2/+3
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2013-08-01Replace ghelp: with help: for user-guideinfirit1-1/+1
2013-07-25src: Add GTK3/GDK3 supportStefano Karapetsas1-5/+21
2013-02-23Update copyrightStefano Karapetsas1-1/+1
2012-12-03add Jasmine Hassan in authorsStefano Karapetsas1-0/+1
2012-11-16Merge pull request #42 from jasmineaura/developStefano Karapetsas1-9/+1
Bring Caja up to speed, stage1
2012-11-16[window-menus] use new connect dialog APIJasmine Hassan1-9/+1
http://git.gnome.org/browse/nautilus/commit/?id=156615f8d9f8b99dea3459cdd76392d01b9d80df
2012-10-23fix MATE => GNOME Documentation teamStefano Karapetsas1-2/+2
2012-09-06remove old undo codeStefano Karapetsas1-17/+0