Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -1/+1 | |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 1 | -6/+2 | |
This allows icons in most places to scale up properly for HiDPI displays. | |||||
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -2/+6 | |
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-03-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 1 | -6/+6 | |
2018-03-17 | avoid gtk_dialog_new_with_buttons with stock ids | Pablo Barciela | 1 | -10/+26 | |
2018-02-23 | avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -11/+5 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -17/+26 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -18/+0 | |
2018-01-09 | remove +x attr from source files | monsta | 1 | -0/+0 | |
fallout from last commit | |||||
2018-01-08 | ui: don't use overlay-scrollbars | raveit65 | 1 | -0/+8 | |
make it consistent with behaviour for caja-places-sidebar | |||||
2017-07-22 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+6 | |
2017-06-29 | "property-browser: add style class frame to scrolledwindows" | raveit65 | 1 | -0/+2 | |
Do it in a better way! | |||||
2017-06-29 | Revert "property-browser: add style class frame to scrolledwindows" | raveit65 | 1 | -3/+0 | |
This reverts commit 52a3d30957889eb37e65e9c4416dbe0ea79a109c. Do it in a better way! | |||||
2017-06-29 | Revert "property-browser: don't recast GtkWidget as GtkWidget" | raveit65 | 1 | -1/+1 | |
This reverts commit 45f862c6178358e73470296e5793b10c486926c1. We revert prevoius commit too. | |||||
2017-03-23 | property-browser: don't recast GtkWidget as GtkWidget | raveit65 | 1 | -1/+1 | |
2017-03-23 | property-browser: add style class frame to scrolledwindows | raveit65 | 1 | -0/+3 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 1 | -81/+13 | |
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591 | |||||
2016-08-12 | GTK+-3 property-browser: port GtkTable to GtkGrid | raveit65 | 1 | -1/+61 | |
2016-02-18 | GTK+3: add style class caja-property-browser | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-02-01 | fix several build warnings | monsta | 1 | -0/+1 | |
2016-01-23 | GTK3 property-browser: expand the GtkScrolledWindow vertical | Wolfgang Ulbrich | 1 | -0/+3 | |
2016-01-23 | GTK3 property-browser: don't use GtkHBox for both toolkits + | Wolfgang Ulbrich | 1 | -15/+4 | |
don't use deprecated gtk_hbox_new for gtk3 | |||||
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -0/+8 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+16 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2015-07-07 | Revert "show main caja help page from m-u-g in all dialogs" | Monsta | 1 | -2/+1 | |
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5. | |||||
2015-06-17 | show main caja help page from m-u-g in all dialogs | Monsta | 1 | -1/+2 | |
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs) | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
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 | |
2012-12-22 | [property-browser] remove deprecated gtk_dialog_set_has_separator | Jasmine Hassan | 1 | -1/+0 | |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -6/+5 | |
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0 | |||||
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -4/+6 | |
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28 | |||||
2012-11-16 | [property-browser] Don't use GtkObject nor eel-gtk-macros | Jasmine Hassan | 1 | -80/+69 | |
2012-11-16 | [bkmrks-win/prop-brwsr] don't use eel_gtk_window_*_close_accelerator() | Jasmine Hassan | 1 | -1/+0 | |
bk-window: don't use _event_is_close_accelerator() http://git.gnome.org/browse/nautilus/commit/?id=cab696f7d760f5ee63f0a623b13d27b76d2f2d00 Also needed to drop eel_gtk_window_set_up_close_accelerator() instance in src/caja-property-browser.c | |||||
2012-11-13 | [property-browser] use gtk_label_set_attributes, obsolete ↵ | Jasmine Hassan | 1 | -2/+6 | |
eel_gtk_label_set_scale Not upstream because property-browser removed. But as in upstream, eel_gtk_label_set_scale() is going away in next eel-gtk-extensions.[ch] cleanup. | |||||
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 1 | -21/+0 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -1/+1 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+2492 | |