summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08eel: fix some forgotten memory leaksmonsta3-0/+12
taken from: https://git.gnome.org/browse/nautilus/commit/?id=8f15b28dd7afdd1a5c5b9c0d54c05d978a10461a https://git.gnome.org/browse/nautilus/commit/?id=60217c642cb4b12297b2d8ddd2a2eae45671a5a7 https://git.gnome.org/browse/nautilus/commit/?id=5f5bea72af6e23986b7367a2a2157fb15481f367
2016-02-07fix crash when restoring file with special characters from trashmonsta1-6/+2
for example, a file named simply "%s" taken from: https://git.gnome.org/browse/nautilus/commit/?id=d69885bd67edc1fae76c790f6162807817d63b2f
2016-02-06properties-window: use 'bold and right-aligned are always FALSE' for gtk2 tooWolfgang Ulbrich1-18/+4
This is needed to fix gtk3 build failure for gtk+-3.14, causes by different GTK_CHECK versions for deprecated GtkLabel for 3.16.
2016-02-05fix random crash on startup when python-caja extension is enabledmonsta1-3/+3
I hate Schroedinger's bugs...
2016-02-02GTK3: add 'caja-notebook' style class + fix deprecated theme warnings with ↵Wolfgang Ulbrich1-21/+3
gtk+-3.20
2016-02-02GTK3 BlueMenta: add caja-pathbar style classWolfgang Ulbrich1-0/+6
Needed for gtk+-3.20
2016-02-02GTK3: add caja-search-bar style classWolfgang Ulbrich1-0/+6
Needed fot gtk+-3.20
2016-02-02GTK3: add caja-location-entry style classWolfgang Ulbrich1-0/+8
Neeed for gtk+-3.20
2016-02-01GTK3 sid-pane: add 'caja-side-pane' style classWolfgang Ulbrich1-0/+7
All widgets for the sidebar can be selected with this style class on top. Needed for gtk+-3.20.
2016-02-01Gtk3 navigation-window: add 'caja-navigation-window' style class at top levelWolfgang Ulbrich1-0/+7
This style selector can be use by themes to select the caja navigation window. Needed for gtk+-3.20
2016-02-01fix a build warning and a sudden build error that followed O_omonsta1-1/+1
2016-02-01fix several build warningsmonsta6-2/+6
2016-01-31GTK3 desktop: add a caja-desktop style class to the desktop canvasWolfgang Ulbrich1-0/+9
So that themes can tweak the color/background of desktop canvas items separately. taken from: https://git.gnome.org/browse/nautilus/commit/?id=8b676a6
2016-01-26oops... add some includes back (got implicit declaration warnings)monsta1-0/+2
2016-01-26remove some unused/unneeded stuffmonsta4-14/+0
2016-01-26fix a few build warningsmonsta3-6/+6
2016-01-26use g_strcmp0 instead of strcmpmonsta2-12/+11
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+5
2016-01-25GTK3: fix deprecated GtkMiscWolfgang Ulbrich17-62/+127
2016-01-25GTK3 general: don't use deprecated gdk_app_launch_context_new()Wolfgang Ulbrich2-2/+32
partially taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=bd151c8
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
2016-01-23information-panel: use GtkWidget* instead of Gtk(V)Boxmonsta1-4/+8
and don't use deprecated function in GTK+3 build
2016-01-23fm-properties-window: use more code in both GTK+ buildsmonsta1-21/+24
2016-01-23information-panel: one more GtkWidget* usagemonsta3-20/+7
also use GtkBox type in both GTK+ builds
2016-01-23information-panel: use GtkWidget* instead of Gtk(H)Boxmonsta1-5/+10
and don't use deprecated function in GTK+3 build
2016-01-22navigation-pane: replace deprecated gtk_image_new_from_stock GTK_STOCK_EDITWolfgang Ulbrich1-1/+1
Note: this icon is shiped by gtk+ itself
2016-01-22GTK3: fix deprecated GtkStock in libcaja-privateWolfgang Ulbrich4-6/+6
2016-01-22Gtk3: fix all possible deprecated GtkStock in srcWolfgang Ulbrich7-18/+18
2016-01-22GTK3 side-pane + spartial-window: don't use deprecated gtk_arrow_new ()Wolfgang Ulbrich2-0/+8
2016-01-21GTK3 query-editor: fix deprecated GTK_TYPE_VBOX usageWolfgang Ulbrich2-0/+18
2016-01-21GTK3 file-conflict-dialog: fix size of dialog window if replacing foldersWolfgang Ulbrich1-0/+1
2016-01-21editable-labels: don't use deprecated gdk_cursor_new ()Wolfgang Ulbrich1-1/+3
2016-01-21GTK3 editable-label: don't use deprecated gtk_draw_insertion_cursor()Wolfgang Ulbrich1-46/+81
+ reduce if define hell a bit taken from: https://git.gnome.org/browse/nautilus/commit/?id=377349b
2016-01-19GTK3 mime-application-chooser: don't use deprecated gtk_hbutton_box_newWolfgang Ulbrich1-0/+4
2016-01-19GTK3 fm-list-view: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich1-0/+2
2016-01-19GTK3: don'use deprecated gtk_hseparator_newWolfgang Ulbrich2-3/+11
2016-01-19GTK3 eel-wrap-table: don't use deprecated gtk_viewport_get_{h/v}adjustmentWolfgang Ulbrich1-0/+5
2016-01-19GTK: some missing GTK_TYPE_{H/V}BOX adjustmentsWolfgang Ulbrich8-1/+64
this completes https://github.com/mate-desktop/caja/commit/cf39567
2016-01-18fix fg-color of dark themesWolfgang Ulbrich1-3/+2
fixes https://github.com/mate-desktop/caja/issues/81
2016-01-18GTK3: fix deprecated GTK_TYPE_{H/V}BOX usageWolfgang Ulbrich7-2/+53
2016-01-18GTK3 icon-info: don't use deprecated gtk_icon_info_freeWolfgang Ulbrich1-4/+16
taken from: https://git.gnome.org/browse/nautilus/commit/?id=67028ca
2016-01-18GTK3 desktop-icon-view: don't use deprecated GDK grab APIWolfgang Ulbrich1-0/+40
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=70df8fa
2016-01-18GTK3 canvas: don't use deprecated GDK grab APIWolfgang Ulbrich2-1/+62
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=2ff006d
2016-01-17GTK3: more deprecated GtkVBox/GtkHBox fixesWolfgang Ulbrich7-3/+60
2016-01-17GTK3 connect-to-server-dialog: reduce if define hellWolfgang Ulbrich1-38/+16
2016-01-15GTK3 all: don't use deprecated GDK pointer methodsWolfgang Ulbrich6-1/+59
Use the new GdkDevice methods instead. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=a816e00 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=cdf858f
2016-01-15don't use deprecated gdk_cursor_new for both toolkit versionsWolfgang Ulbrich4-8/+16
gdk_cursor_new i deprecated with gtk+-3.16 and gdk_cursor_new_for_display is available since 2.2
2016-01-15GTK3 test-caja-wrap-table: don't use deprecated ↵Wolfgang Ulbrich1-2/+7
gtk_scrolled_window_add_with_viewport () gtk_scrolled_window_add_with_viewport () --> gtk_container_add ()
2016-01-15GTK3 general: don't use gdk_cursor_unref()Wolfgang Ulbrich6-2/+24
taken from: https://git.gnome.org/browse/nautilus/commit/?id=74a8f78