Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-04 | release 1.15.3v1.15.3 | raveit65 | 2 | -4/+17 | |
2016-08-04 | sync with transiflex | raveit65 | 113 | -16468/+16472 | |
2016-08-04 | caja.css: include GTK 3.21 desktop selectors | lukefromdc | 1 | -0/+9 | |
The selectors to hold the desktop transparent in GTK 3.21 or later builds seem to be ignored in GTK 3.20 or older builds where Caja draws the desktop. Ideally some makefile work and two raw files would apply this only in GTK 3.21 and later builds | |||||
2016-08-04 | GTK3.21:fix desktop redraw (caja-icon-container.c) | lukefromdc | 1 | -3/+7 | |
2016-08-04 | GTK3.21:fix desktop redraw (fm-list-view.c) | lukefromdc | 1 | -0/+6 | |
2016-08-04 | GTK3.21:fix desktop redraw (fm-icon-view.c) | lukefromdc | 1 | -2/+10 | |
2016-08-04 | GTK3.21:fix desktop redraw (fm-directory-view.c) | lukefromdc | 1 | -5/+14 | |
2016-08-04 | GTK3.21:fix desktop redraw (fm-desktop-icon-view.c) | lukefromdc | 1 | -0/+13 | |
2016-08-04 | GTK3.21:fix desktop redraw (caja-desktop-window.c) | lukefromdc | 1 | -2/+16 | |
2016-07-30 | use GtkAbout instead of MateAbout | raveit65 | 2 | -15/+12 | |
2016-07-20 | GTK 3.21: stop properties window going full height | lukefromdc | 1 | -1/+4 | |
Stop the properties window from ballooning to full screen height when built and run with GTK 3.21/22. In GTK 3.21 the "emblems" tab's scrolled window will expand to the entire height of the screen attempting to accomodate all icons unless this is explicitly limited using the new command gtk_scrolled_window_set_max_content_height(). Unfortunately that command is GTK 3.21 and later only, so this forces GTK 3.21 builds to be run only with Gtk 3.21 and later. Thus this is put behind a GTK 3.21 selector and packages built from it must depend on GTK 3.21 and later. Fortunately no distro is going to ship any file manager built with newer GTK 3 than they ship. A GTK 3.21 build of this will actually open in 3.20 but hit the undefined symbol and crash if you select "properties" on any item, exactly as I would expect it to so. | |||||
2016-07-20 | release 1.15.2v1.15.2 | raveit65 | 1 | -0/+42 | |
2016-07-20 | sync with transiflex | raveit65 | 113 | -47520/+47523 | |
2016-07-15 | GTK+-3 eel: fix color definition pointed out by running distcheck with gtk3 | raveit65 | 1 | -3/+4 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | monsta | 1 | -1/+1 | |
2016-07-14 | fix stupid mistake | raveit65 | 1 | -2/+2 | |
2016-07-14 | pre-bump version | raveit65 | 2 | -1/+3 | |
2016-07-14 | GTK+-3 pathbar: always show the sliders | raveit65 | 1 | -2/+2 | |
taken from: https://git.gnome.org/browse/nautilus/commit/src?id=6f6bfde | |||||
2016-07-14 | GTK+-3 pathbar: add slider-button class to sliders | raveit65 | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/nautilus/commit/src?id=00257f2 | |||||
2016-07-14 | GTK+-3 pathpar: add image-button class to iconic buttons | raveit65 | 1 | -0/+8 | |
taken from: https://git.gnome.org/browse/nautilus/patch/src?id=4b2753d | |||||
2016-07-14 | GTK+-3 pathbar: use text-button style class for pathbar buttons | raveit65 | 1 | -0/+4 | |
This will give it more horizontal spacing, like we do for text buttons in main toolbars. taken from: https://git.gnome.org/browse/nautilus/commit/src?id=fe45b63 | |||||
2016-07-14 | GTK+-3 pathbar: fix allocation offset for the down slider button | raveit65 | 1 | -3/+2 | |
We want the down slider button to be linked visually to the rest of the pathbar. https://bugzilla.gnome.org/show_bug.cgi?id=680916 inspired from: https://git.gnome.org/browse/nautilus/commit/src?id=71db3de | |||||
2016-07-14 | GTK+-3 pathbar: do not use deprecated gtk_arrow_new | raveit65 | 1 | -7/+26 | |
use instead a symbolic icon taken from: https://git.gnome.org/browse/nautilus/commit/src?id=25c898b | |||||
2016-07-14 | GTK+-3 pathbar: do not use deprecated gtk_alignment_new | raveit65 | 1 | -7/+5 | |
inspired from: https://git.gnome.org/browse/nautilus/commit/src?id=d808c2d | |||||
2016-07-14 | GTK+-3 pathbar: refresh label size request every time it changes | raveit65 | 1 | -15/+34 | |
Or we might end up with buttons having the wrong size if a folder on the pathbar changes name. https://bugzilla.gnome.org/show_bug.cgi?id=671865 taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-6&id=7358824778 | |||||
2016-07-13 | drop unneeded includes | monsta | 2 | -4/+0 | |
2016-07-12 | remove some unused includes | monsta | 3 | -3/+0 | |
2016-07-12 | libcaja-private: drop unused CajaIdleQueue code | monsta | 4 | -208/+0 | |
2016-07-12 | eel: fix minor build warning | monsta | 1 | -1/+1 | |
2016-07-12 | libcaja-private: drop some more unused code | monsta | 8 | -190/+0 | |
2016-07-12 | libcaja-private: remove unused CajaMergedDirectory code | monsta | 3 | -802/+0 | |
2016-07-12 | fix minor build warning | monsta | 1 | -1/+3 | |
2016-07-11 | location-bar: don't pack an useless box in the bar | raveit65 | 1 | -14/+4 | |
The bar is an horizontal box already, no need to pack another hbox in it. This also fixes content not expanding in the available width, as noted in https://bugzilla.gnome.org/show_bug.cgi?id=654389. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=7596049 | |||||
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 |