summaryrefslogtreecommitdiff
path: root/src/caja-property-browser.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-22don't use deprecated gtk_show_uriraveit651-0/+6
2017-06-29"property-browser: add style class frame to scrolledwindows"raveit651-0/+2
Do it in a better way!
2017-06-29Revert "property-browser: add style class frame to scrolledwindows"raveit651-3/+0
This reverts commit 52a3d30957889eb37e65e9c4416dbe0ea79a109c. Do it in a better way!
2017-06-29Revert "property-browser: don't recast GtkWidget as GtkWidget"raveit651-1/+1
This reverts commit 45f862c6178358e73470296e5793b10c486926c1. We revert prevoius commit too.
2017-03-23property-browser: don't recast GtkWidget as GtkWidgetraveit651-1/+1
2017-03-23property-browser: add style class frame to scrolledwindowsraveit651-0/+3
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-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-12GTK+-3 property-browser: port GtkTable to GtkGridraveit651-1/+61
2016-02-18GTK+3: add style class caja-property-browserWolfgang Ulbrich1-0/+7
2016-02-01fix several build warningsmonsta1-0/+1
2016-01-23GTK3 property-browser: expand the GtkScrolledWindow verticalWolfgang Ulbrich1-0/+3
2016-01-23GTK3 property-browser: don't use GtkHBox for both toolkits +Wolfgang Ulbrich1-15/+4
don't use deprecated gtk_hbox_new for gtk3
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit651-0/+8
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+16
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2015-07-07Revert "show main caja help page from m-u-g in all dialogs"Monsta1-2/+1
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
2015-06-17show main caja help page from m-u-g in all dialogsMonsta1-1/+2
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs)
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
Closes https://github.com/mate-desktop/caja/pull/372
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2013-08-01Replace ghelp: with help: for user-guideinfirit1-1/+1
2012-12-22[property-browser] remove deprecated gtk_dialog_set_has_separatorJasmine Hassan1-1/+0
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-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 functionsJasmine Hassan1-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-macrosJasmine Hassan1-80/+69
2012-11-16[bkmrks-win/prop-brwsr] don't use eel_gtk_window_*_close_accelerator()Jasmine Hassan1-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 Hassan1-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-05start migration to gsettingsStefano Karapetsas1-21/+0
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+2492