Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-18 | use atk_component_get_extents instead of atk_component_get_position | monsta | 1 | -2/+2 | |
fixes build warning about deprecation ported from: https://git.gnome.org/browse/nautilus/commit/?id=bd73a8ee91610310c3b0dfdaa69465fc48ecac8f | |||||
2017-04-18 | don't parse .hidden files manually - GIO does it since 2.36 | monsta | 4 | -139/+2 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=ace6d2c2170028148785f3fa87eedf883f20f1dd GIO commit for reference: https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7 | |||||
2017-04-18 | don't check nonexistent MATE22_USER_DIR env var | monsta | 2 | -23/+3 | |
another case of excessive gnome -> mate renaming back in 2011 | |||||
2017-04-18 | don't check nonexistent ~/.mate2 directory | monsta | 1 | -16/+3 | |
it's probably some leftover from excessive gnome -> mate renaming back in 2011. even if it ever existed, we can drop it now, like upstream did for ~/.gnome2: https://git.gnome.org/browse/nautilus/commit/?id=5c17044597c980bdbe77a4894d92150fbe69909c | |||||
2017-04-17 | eel-accessibility: remove unused code and outdated comments | monsta | 2 | -112/+0 | |
2017-04-17 | show correct right-click menu after making selection | monsta | 1 | -0/+1 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=fabea8532911c2e38d91aa6230136cff5e52f095 upstream bug with detailed description: https://bugzilla.gnome.org/704289 | |||||
2017-04-15 | sync with transfex | raveit65 | 8 | -73/+74 | |
2017-04-15 | Sync translations. | Martin Wimpress | 11 | -546/+552 | |
2017-04-15 | Revert "sync with transfex" | raveit65 | 14 | -615/+609 | |
This reverts commit fa99f7ac2b82eabc6cc849cc039d8d5f8c71298a. | |||||
2017-04-15 | sync with transfex | raveit65 | 14 | -609/+615 | |
2017-04-13 | eel: Queue resizes on the canvas as elements change visibility | raveit65 | 1 | -1/+18 | |
Not queueing resizes may play oddly with the size request caches in GTK+, resulting in gtk_widget_get_preferred_width/height returning 0 even after the canvas was populated. https://bugzilla.gnome.org/show_bug.cgi?id=667831 Taken from: https://git.gnome.org/browse/nautilus/commit/?id=8c77821 | |||||
2017-04-13 | Add size_request to IconContainer to work around unncecessary | raveit65 | 1 | -0/+64 | |
relayouting The GtkScrolledWindow uses the widget prefered size as a guess as to whether scrollbars are needed or not in the automatic scrollbars case. If we don't report anything for them we typically get it wrong and cause two size allocate calls on the child each time, with different sizes. This (the two sizes speicifically) will cause unnecessary relayouts of the window. So, we just report the current size of the layed out icons as the prefered size. This is somewhat wrong as its depending on previous size_allocation calls rather than the "ideal" size of the widget, but since the ideal size is ignored anyway and just used for this it works well. taken from: https://git.gnome.org/browse/nautilus/commit/?id=fa6e447 | |||||
2017-04-13 | IconCanvasItem: fix overlapping filenames on hover | raveit65 | 1 | -1/+0 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=308f4ce | |||||
2017-04-10 | eel: remove unneeded #include with condition | monsta | 1 | -4/+0 | |
2017-04-10 | eel: remove some unused code from eel-gdk-pixbuf-extensions | monsta | 3 | -1133/+0 | |
also remove self-test, it only tested the removed functions | |||||
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-28 | fix build warning (no const needed there) | monsta | 1 | -1/+1 | |
2017-03-28 | fix build with gcc 4.9.2 (looks like it's in c89 mode by default) | monsta | 2 | -3/+9 | |
2017-03-23 | search: added tag support (xattr::xdg.tags). | Felipe Barriga Richards | 4 | -9/+328 | |
2017-03-23 | Fix broken rename in list view by selectin file name cell. | Martin Pieuchot | 1 | -1/+2 | |
This is a backport from nautilus 5b09cedf434b53a975074b346d511335fc735cba list-view: explicitly set cursor on file name cell renderer on rename The file name column has two cell renderers, one for the icon and another for the name string. Thus, gtk_tree_view_set_cursor() isn't enough to reliably start editing the file name cell since it will try to edit whatever is the currently focused cell in the column. https://bugzilla.gnome.org/show_bug.cgi?id=656128 Fixes https://github.com/mate-desktop/caja/issues/741 | |||||
2017-03-23 | property-browser: don't recast GtkWidget as GtkWidget | raveit65 | 1 | -1/+1 | |
2017-03-23 | property-browser: add style class frame to scrolledwindows | raveit65 | 1 | -0/+3 | |
2017-03-17 | caja-application.c: Fix uninitialized variable | lukefromdc | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/caja/issues/747 | |||||
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 114 | -75999/+79407 | |
2017-03-13 | update NEWS for 1.18, also add latest 1.16.x entries | monsta | 1 | -57/+46 | |
2017-03-13 | eel: Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 6 | -51/+149 | |
Fixes partially #506, fixes compiz-reloaded/compiz#40. | |||||
2017-03-13 | Revert "GTK3.21:fix desktop redraw" | Alexei Sorokin | 6 | -178/+0 | |
2017-03-12 | Revert "css: honor new bg handling for all gtk+ versions" | raveit65 | 1 | -9/+1 | |
This reverts commit 2a3d4cbef005553cff444aad4caa11f73484e1ea. No need anymore after PRs are updated. | |||||
2017-03-12 | css: honor new bg handling for all gtk+ versions | raveit65 | 1 | -1/+9 | |
2017-02-07 | Remove unused code | lukefromdc | 1 | -7/+0 | |
2017-02-07 | Add an option for asking confirmation before moving files to the trash | Colomban Wendling | 5 | -2/+88 | |
Add an option to show a confirmation dialog when moving files to the trash, like there is for deleting files directly or emptying the trash. Closes #632. | |||||
2017-02-07 | Fix for https://github.com/mate-desktop/caja/issues/734 | lukefromdc | 1 | -1/+1 | |
restore "open with other application" menu entry for directories | |||||
2017-02-02 | eel: GdkRGBA related fixes | Alexei Sorokin | 2 | -13/+15 | |
2017-02-01 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-01-31 | eel: remove some code that seems to do nothing | monsta | 2 | -60/+0 | |
ported from: https://git.gnome.org/browse/nautilus/commit/?id=3c749cf9da882043cc5a5cb938f8831831dec768 | |||||
2017-01-27 | Rename method to reflect its altered functionality | Luke Yelavich | 1 | -4/+4 | |
2017-01-27 | Replace other instances of atk_focus_tracker_notify with appropriate ↵ | Luke Yelavich | 1 | -5/+5 | |
atk_set_state calls | |||||
2017-01-27 | Use ATK_STATE_SELECTED and ATK_STATE_FOCUSED appropriately for highlight ↵ | Luke Yelavich | 1 | -9/+7 | |
property changes | |||||
2017-01-23 | eel: remove unused function | monsta | 2 | -28/+0 | |
2017-01-18 | Bump version to 1.17.3v1.17.3 | Martin Wimpress | 2 | -2/+8 | |
2017-01-17 | Remove reference to White Ribs pattern, which was removed from Nautilus in 2001. | Martin Wimpress | 1 | -1/+0 | |
2017-01-13 | Update caja NEWS to use consistent, project wide, markdown-like formatting. ↵ | Martin Wimpress | 1 | -170/+183 | |
This will make generating release announcements easier. | |||||
2017-01-07 | force X11 | leigh123linux | 1 | -0/+2 | |
2017-01-07 | a11y: fix accessibility implementation for CajaIconCanvasItemAccessible | Colomban Wendling | 3 | -18/+18 | |
Fix CajaIconCanvasItemAccessible inheritance to properly inherit from EelCanvasItemAccessible. This fixes the ATK state machinery in CajaIconCanvasItemAccessible, and adds AtkComponent support which provides several useful features. Part of https://github.com/mate-desktop/caja/issues/245 Based off https://git.gnome.org/browse/nautilus/commit/?id=6c5baeb7626eda6629fc6642c9eb513ef8bc5c8e See https://bugzilla.gnome.org/show_bug.cgi?id=677509 | |||||
2017-01-06 | show/hide columns instead of appending/removing them | monsta | 1 | -13/+7 | |
fixes https://github.com/mate-desktop/caja/issues/649 adapted from: https://git.gnome.org/browse/nautilus/commit/?id=e19f7cb3fec1e6c884d1741c3c00916c65ab035f | |||||
2017-01-06 | revert part of previous commit - it broke Back/Forward buttons | monsta | 1 | -0/+32 | |
2017-01-06 | remove some unused code that's also gone upstream | monsta | 5 | -173/+2 | |
2017-01-06 | release 1.17.2v1.17.2 | raveit65 | 2 | -1/+22 | |
2017-01-06 | sync with transifex | raveit65 | 114 | -115358/+107848 | |