Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-26 | use g_strcmp0 instead of strcmp | monsta | 2 | -12/+11 | |
2016-01-25 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 17 | -62/+127 | |
2016-01-25 | GTK3 general: don't use deprecated gdk_app_launch_context_new() | Wolfgang Ulbrich | 2 | -2/+32 | |
partially taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=bd151c8 | |||||
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 | |||||
2016-01-23 | information-panel: use GtkWidget* instead of Gtk(V)Box | monsta | 1 | -4/+8 | |
and don't use deprecated function in GTK+3 build | |||||
2016-01-23 | fm-properties-window: use more code in both GTK+ builds | monsta | 1 | -21/+24 | |
2016-01-23 | information-panel: one more GtkWidget* usage | monsta | 3 | -20/+7 | |
also use GtkBox type in both GTK+ builds | |||||
2016-01-23 | information-panel: use GtkWidget* instead of Gtk(H)Box | monsta | 1 | -5/+10 | |
and don't use deprecated function in GTK+3 build | |||||
2016-01-22 | navigation-pane: replace deprecated gtk_image_new_from_stock GTK_STOCK_EDIT | Wolfgang Ulbrich | 1 | -1/+1 | |
Note: this icon is shiped by gtk+ itself | |||||
2016-01-22 | GTK3: fix deprecated GtkStock in libcaja-private | Wolfgang Ulbrich | 4 | -6/+6 | |
2016-01-22 | Gtk3: fix all possible deprecated GtkStock in src | Wolfgang Ulbrich | 7 | -18/+18 | |
2016-01-22 | GTK3 side-pane + spartial-window: don't use deprecated gtk_arrow_new () | Wolfgang Ulbrich | 2 | -0/+8 | |
2016-01-21 | GTK3 query-editor: fix deprecated GTK_TYPE_VBOX usage | Wolfgang Ulbrich | 2 | -0/+18 | |
2016-01-21 | GTK3 file-conflict-dialog: fix size of dialog window if replacing folders | Wolfgang Ulbrich | 1 | -0/+1 | |
2016-01-21 | editable-labels: don't use deprecated gdk_cursor_new () | Wolfgang Ulbrich | 1 | -1/+3 | |
2016-01-21 | GTK3 editable-label: don't use deprecated gtk_draw_insertion_cursor() | Wolfgang Ulbrich | 1 | -46/+81 | |
+ reduce if define hell a bit taken from: https://git.gnome.org/browse/nautilus/commit/?id=377349b | |||||
2016-01-19 | GTK3 mime-application-chooser: don't use deprecated gtk_hbutton_box_new | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-01-19 | GTK3 fm-list-view: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-19 | GTK3: don'use deprecated gtk_hseparator_new | Wolfgang Ulbrich | 2 | -3/+11 | |
2016-01-19 | GTK3 eel-wrap-table: don't use deprecated gtk_viewport_get_{h/v}adjustment | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-19 | GTK: some missing GTK_TYPE_{H/V}BOX adjustments | Wolfgang Ulbrich | 8 | -1/+64 | |
this completes https://github.com/mate-desktop/caja/commit/cf39567 | |||||
2016-01-18 | fix fg-color of dark themes | Wolfgang Ulbrich | 1 | -3/+2 | |
fixes https://github.com/mate-desktop/caja/issues/81 | |||||
2016-01-18 | GTK3: fix deprecated GTK_TYPE_{H/V}BOX usage | Wolfgang Ulbrich | 7 | -2/+53 | |
2016-01-18 | GTK3 icon-info: don't use deprecated gtk_icon_info_free | Wolfgang Ulbrich | 1 | -4/+16 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=67028ca | |||||
2016-01-18 | GTK3 desktop-icon-view: don't use deprecated GDK grab API | Wolfgang Ulbrich | 1 | -0/+40 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=70df8fa | |||||
2016-01-18 | GTK3 canvas: don't use deprecated GDK grab API | Wolfgang Ulbrich | 2 | -1/+62 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=2ff006d | |||||
2016-01-17 | GTK3: more deprecated GtkVBox/GtkHBox fixes | Wolfgang Ulbrich | 7 | -3/+60 | |
2016-01-17 | GTK3 connect-to-server-dialog: reduce if define hell | Wolfgang Ulbrich | 1 | -38/+16 | |
2016-01-15 | GTK3 all: don't use deprecated GDK pointer methods | Wolfgang Ulbrich | 6 | -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-15 | don't use deprecated gdk_cursor_new for both toolkit versions | Wolfgang Ulbrich | 4 | -8/+16 | |
gdk_cursor_new i deprecated with gtk+-3.16 and gdk_cursor_new_for_display is available since 2.2 | |||||
2016-01-15 | GTK3 test-caja-wrap-table: don't use deprecated ↵ | Wolfgang Ulbrich | 1 | -2/+7 | |
gtk_scrolled_window_add_with_viewport () gtk_scrolled_window_add_with_viewport () --> gtk_container_add () | |||||
2016-01-15 | GTK3 general: don't use gdk_cursor_unref() | Wolfgang Ulbrich | 6 | -2/+24 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=74a8f78 | |||||
2016-01-15 | GTK3 icon-canvas-item: add a missing gtk_style_context_restore() | Wolfgang Ulbrich | 1 | -0/+2 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=8296f8c | |||||
2016-01-15 | GTK3 eel-editable-label: don't use deprecated gtk_widget_get_requisition () | Wolfgang Ulbrich | 1 | -0/+4 | |
gtk_widget_get_requisition () --> gtk_widget_get_preferred_size () | |||||
2016-01-15 | GTK3: don't use deprecated gdk_threads_{enter/leave} () | Wolfgang Ulbrich | 4 | -4/+22 | |
Since we don't ever call gdk_threads_init() | |||||
2016-01-15 | Revert "define max/min version of GLib" | Wolfgang Ulbrich | 2 | -8/+2 | |
To avoid a glib redefine of a version defined by glib itself, which spams only the build log and nobody takes care of it. This reverts commit 3e9b28b2ebc9579bc868e2a8d1dc2d6f6b568c68. | |||||
2016-01-15 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 5 | -14/+26 | |
gtk_widget_size_request --> gtk_widget_get_preferred_size | |||||
2016-01-14 | Small additional for closing tabs with middle-click | bl0ckeduser | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/caja/issues/457 | |||||
2016-01-13 | Merge pull request #498 from mate-desktop/dev-GtkStyleContext | Wolfgang Ulbrich | 28 | -175/+1236 | |
port to gtk_style_context and other fixes | |||||
2016-01-13 | GTK3 file-conflict-dialog: don't use override_font | Wolfgang Ulbrich | 1 | -18/+14 | |
Set the PangoAttributeList on the GtkLabel instead. and 'don't force a size request on the labels' This is not required anymore in GTK+ 3 taken from: https://git.gnome.org/browse/nautilus/commit/?id=52b8185 https://git.gnome.org/browse/nautilus/commit/?id=b8077a7 https://git.gnome.org/browse/nautilus/commit/?id=1457f53 | |||||
2016-01-13 | GTK3 icon-container: invalidate the layout cache on style-updated | Wolfgang Ulbrich | 1 | -1/+1 | |
This way label sizes will be recomputed if e.g. DPI settings change. https://bugzilla.gnome.org/show_bug.cgi?id=578468 taken from: https://git.gnome.org/browse/nautilus/commit/?id=2f064e5 | |||||
2016-01-13 | GTK3 icon-container: don't chain up style-updated for the desktop container | Wolfgang Ulbrich | 1 | -3/+14 | |
Chaining up resets the background to the default color, which is not what we want for the desktop container. Fixes https://github.com/mate-desktop/caja/issues/445 taken from: https://git.gnome.org/browse/nautilus/commit/?id=83a7d27 | |||||
2016-01-13 | GTK3 icon-container: use the "rubberband" style class for the selection item | Wolfgang Ulbrich | 1 | -43/+78 | |
Instead of using a custom style property. Autor: lukefromdc same as: https://git.gnome.org/browse/nautilus/commit/?id=ca7f81e2 | |||||
2016-01-13 | GTK3 icon-canvas-item: don't override parent container style flags | Wolfgang Ulbrich | 1 | -17/+10 | |
When drawing the canvas item elements, don't override the parent container style flags, so we don't lose e.g. backdrop information. taken from: https://git.gnome.org/browse/nautilus/commit/?id=31dad6f | |||||
2016-01-13 | GTK3 icon-canvas-item: don't draw pango layouts when renaming | Wolfgang Ulbrich | 1 | -2/+4 | |
Fixes a regression introduced in commit 3a858857fff5e1d7e0bffcec63fea6d2a933ce27 that causes unwanted text to be drawn while renaming a file in icon view. taken from: https://git.gnome.org/browse/nautilus/commit/?id=f07aa75 | |||||
2016-01-13 | GTK3 icon-canvas-item: render the additional text with gtk_render_layout() | Wolfgang Ulbrich | 1 | -4/+31 | |
And add a style class for it. taken from: https://git.gnome.org/browse/nautilus/commit/?id=7732a6b https://git.gnome.org/browse/nautilus/commit/?id=2cb91c0 | |||||
2016-01-13 | GTK3 icon-container: remove unused code caching canvas item colors | Wolfgang Ulbrich | 2 | -131/+18 | |
Caching colors in CajaIconContainer to use them in the canvas item is not needed anymore, as gtk_render_* fetches the right values directly from the style context. taken from: https://git.gnome.org/browse/nautilus/commit/?id=77eecef | |||||
2016-01-13 | GTK3 icon-canvas-item: use gtk_render_* methods instead of direct cairo | Wolfgang Ulbrich | 1 | -142/+243 | |
Instead of hardcoding colors and using direct cairo calls to draw the canvas items frame/background/labels, use gtk_render_* methods directly. This has the advantage of making them more friendly with GTK+ themes (by adding a caja-canvas-item style class to the canvas context when drawing) and removes a ton of convolut taken from: https://git.gnome.org/browse/nautilus/commit/?id=95910c9 |