Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-11 | location-bar: fix deprecated GTK_TYPE_HBOX usage | raveit65 | 1 | -1/+4 | |
2016-07-11 | navigation-bar: remove useless abstract class | raveit65 | 7 | -403/+152 | |
Merge the useful pieces into CajaLocationBar itself, which is the only implementor anyway. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-6&id=ca1fa0c https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=66c46dd | |||||
2016-07-11 | Revert "GTK+-3 spatial-window: avoid deprecated gtk_vbox_new" | raveit65 | 1 | -1/+0 | |
This reverts commit d866d7a3a5b778cbd413eaa67ad69c80e9277c6b. This commit breaks desktop drawing, revert fixes https://github.com/mate-desktop/caja/issues/591 | |||||
2016-07-11 | all: don't use deprecated GMutex/GThread API | raveit65 | 4 | -75/+21 | |
Also, threads area always enabled, so we can remove the G_THREADS_ENABLED conditionals. Require GLib 2.31 for this. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=0594aa1 Note, this fixes a Wimplicit-function-declaration warning in caja-search-engine-simple | |||||
2016-07-11 | GTK+-3 spatial-window: avoid deprecated gtk_vbox_new | raveit65 | 1 | -0/+1 | |
2016-07-08 | GTK+-3.20 view-as-action: avoid deprecated gtk_combo_box_set_focus_on_click | raveit65 | 1 | -0/+4 | |
2016-07-08 | editable-label: reduce ifdefine hell | raveit65 | 1 | -17/+19 | |
2016-07-08 | GTK+-3 eel-editable-label: drop usage of GtkMisc | raveit65 | 2 | -0/+49 | |
and use halign and valign with help from Vlad Orlov | |||||
2016-07-06 | GTK+-3 connect-server-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -2/+15 | |
2016-07-06 | GTK+-3 open-with-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+8 | |
2016-07-06 | GTK+-3 searchbar: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+11 | |
2016-07-06 | GTK+-3 fm-properties-window: use widget properties instead of GtkAlignment | raveit65 | 1 | -5/+18 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=ba52f92 | |||||
2016-07-06 | GTK+-3 fm-list-view: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+9 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=f81188e | |||||
2016-07-06 | GTK+-3 file-conflict-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+16 | |
GtkAlignment has been deprecated since GTK+ 3.14 and the use of halign, valign and margin properties is encouraged. This commit aligns widgets by use of said properties instead of the GtkAlignment widget. taken from: https://git.gnome.org/browse/nautilus/commit/?id=470235f | |||||
2016-07-06 | eel-gtk-extensions: remove eel_gtk_adjustment* functions | raveit65 | 2 | -36/+0 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=2b99456 | |||||
2016-07-06 | icon-container: don't use eel helper to set adjustment values | raveit65 | 1 | -15/+10 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=3a9c6cd | |||||
2016-07-06 | notebook: cleanup an old workaround | raveit65 | 1 | -66/+0 | |
There should be no need for all these roundtrips here. We can assume if we got an event on the notebook, it will be within a GtkNotebook. taken from: https://git.gnome.org/browse/nautilus/commit/src?id=bbd77ce | |||||
2016-07-04 | GTK+-3 caja-icon-dnd: avoid deprecated gtk_drag_begin | raveit65 | 1 | -0/+10 | |
use gtk_drag_begin_with_coordinates instead | |||||
2016-07-04 | Gtk+-3.20 fm-desktop-icon-view: use GdkSeat operations | raveit65 | 1 | -1/+31 | |
2016-07-04 | Gtk+-3.20 eel-canvas: use GdkSeat operations | raveit65 | 3 | -6/+164 | |
Some GdkDisplay operations have been deprecated in GDK 3.20. This commit replaces the deprecated code in eel_canvas_item_grab() and eel_canvas_item_ungrab() functions with new GdkSeat operations. https://bugzilla.gnome.org/show_bug.cgi?id=762235 taken from: https://git.gnome.org/browse/nautilus/commit/?id=225f2cf | |||||
2016-07-04 | GTK+-3.20 caja-tree-view-drag-dest: use GdkSeat operations | raveit65 | 1 | -2/+14 | |
Some GdkDisplay operations have been deprecated in GDK 3.20. This commit replaces the deprecated code with new GdkSeat operations. https://bugzilla.gnome.org/show_bug.cgi?id=762235 taken from: https://git.gnome.org/browse/nautilus/commit/?id=38a811c | |||||
2016-07-04 | GTK+-3.20 caja-dnd: use GdkSeat operations | raveit65 | 1 | -2/+12 | |
Some GdkDisplay operations have been deprecated in GDK 3.20. This commit replaces the deprecated code with new GdkSeat operations. https://bugzilla.gnome.org/show_bug.cgi?id=762235 taken from: https://git.gnome.org/browse/nautilus/commit/?id=98dce7d | |||||
2016-07-04 | GTK+-3.20 caja-icon-container: use GdkSeat operations | raveit65 | 1 | -1/+11 | |
Some GdkDisplay operations have been deprecated in GDK 3.20. This commit replaces the deprecated code with new GdkSeat operations. https://bugzilla.gnome.org/show_bug.cgi?id=762235 taken from: https://git.gnome.org/browse/nautilus/commit/?id=202a66f | |||||
2016-07-04 | Revert "navigation-bar: fix deprecated GTK_TYPE_HBOX usage" | raveit65 | 1 | -2/+1 | |
This reverts commit a8bbcc7f391718b7220ef7bf55b1309b254a7051. | |||||
2016-07-04 | Revert "navigation-bar: fix typo in previous commit" | raveit65 | 1 | -1/+1 | |
This reverts commit f7c1b8e3bf55c5a342a217a662718044c7f34e06. This makes the locationbar smaller. The navigationbar is something like a container for the locationbar, so fixing here the deprecation is worse. | |||||
2016-07-02 | update to 1.15.1 releasev1.15.1 | raveit65 | 2 | -1/+20 | |
2016-07-02 | configure: increase mate-desktop min. version | raveit65 | 1 | -1/+1 | |
2016-07-02 | sync with transiflex | raveit65 | 113 | -60989/+61103 | |
2016-07-02 | eel: make code better readable | raveit65 | 2 | -33/+61 | |
2016-07-02 | GTK+-3 eel-labeled-image: port to GtkStyleContext | raveit65 | 1 | -21/+38 | |
2016-07-02 | GTK+-3 eel: rename GdkRGBA functions | raveit65 | 3 | -27/+81 | |
2016-07-02 | GTK+-3 eel-backgrounds: port to GtkStyleContext and GdkRGBA | raveit65 | 1 | -3/+58 | |
with help from Alexei Sorokin | |||||
2016-07-02 | GTK+-3 eel-gdk-extensions: port GtkColor to GdkRGBA | raveit65 | 2 | -0/+86 | |
with help from Alexei Sorokin | |||||
2016-07-02 | GTK+-3 eel-background: prepare code for GtkStyleContext port | raveit65 | 1 | -13/+28 | |
2016-07-02 | GTK+3 eel-labeled-image: simplify code for port to GtkStyleContext | raveit65 | 1 | -23/+59 | |
2016-07-01 | po: drop languages not present on Transifex (or present but empty) | monsta | 9 | -56702/+0 | |
also en_US isn't a translation at all | |||||
2016-06-30 | navigation-bar: fix typo in previous commit | raveit65 | 1 | -1/+1 | |
2016-06-26 | navigation-bar: fix deprecated GTK_TYPE_HBOX usage | raveit65 | 1 | -1/+2 | |
2016-06-26 | GTK+-3 eel-editable-label: do not use deprecated gtk_misc_get_padding | raveit65 | 1 | -2/+23 | |
2016-06-21 | po: actually add new languages from Transifex | monsta | 1 | -0/+2 | |
2016-06-21 | drop gnome leftover | monsta | 2 | -2/+0 | |
2016-06-19 | GTK3: Fix caja information panel | lukefromdc | 1 | -0/+6 | |
The Caja information panel (information option in sidebar) was never fully ported to GTK3, probably still isn't. Set the .view style class on it, and exclude the rest of caja_information_panel_update_appearance as that code segfaults (at least with GTK 3.21) on dragging a background to the info panel. We now have a demo for background dragging in GTK3: A background can be dragged to the information sidebar and will be displayed. Won't be saved and won't appear in other Cajs navigation windows, something in the code that segfaulted no doubt needs to be fixed for that but that's for later. At least this widget finally works. It will follow any theme I have and no longer fails to update to BlackMATE or my own theme. | |||||
2016-06-15 | GTK+3: do not use deprecated gtk_widget_modify_font | raveit65 | 1 | -0/+4 | |
2016-06-15 | GTK+-3.20: do not use deprecated gtk_button_set_focus_on_click | raveit65 | 3 | -0/+24 | |
2016-06-15 | GTK+3 pathbar: Do not use deprecate composite-child API | raveit65 | 1 | -0/+8 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+14 | |
2016-06-08 | sync with Transiflex | raveit65 | 7 | -33/+7535 | |
2016-06-03 | remove old gnome files | monsta | 5 | -733/+0 | |
2016-05-31 | GTK+-3 fm-icon-view: fix a Wincompatible-pointer-types build warning | raveit65 | 1 | -2/+2 | |
2016-05-31 | GTK+2: fix build errors after last commits | monsta | 2 | -1/+5 | |