Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
+ reduce if define hell a bit
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=377349b
|
|
|
|
|
|
|
|
|
|
this completes https://github.com/mate-desktop/caja/commit/cf39567
|
|
fixes https://github.com/mate-desktop/caja/issues/81
|
|
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=67028ca
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=70df8fa
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=2ff006d
|
|
|
|
|
|
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
|
|
gdk_cursor_new i deprecated with gtk+-3.16 and
gdk_cursor_new_for_display is available since 2.2
|
|
gtk_scrolled_window_add_with_viewport ()
gtk_scrolled_window_add_with_viewport () --> gtk_container_add ()
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=74a8f78
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=8296f8c
|
|
gtk_widget_get_requisition () --> gtk_widget_get_preferred_size ()
|
|
Since we don't ever call gdk_threads_init()
|
|
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.
|
|
gtk_widget_size_request --> gtk_widget_get_preferred_size
|
|
fixes https://github.com/mate-desktop/caja/issues/457
|
|
port to gtk_style_context and other fixes
|
|
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
|
|
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
|
|
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
|
|
Instead of using a custom style property.
Autor: lukefromdc
same as:
https://git.gnome.org/browse/nautilus/commit/?id=ca7f81e2
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Without this the rename widget background is always transparent, which
makes it very hard to read on e.g. the desktop with a background
image.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=c3b2b0a
|
|
Don't set the ACTIVE flag if we don't have focus, it just doesn't make
sense.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=845d3fc
|
|
Because that's what it is actually...
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=e54ace0
|
|
This allows the stroke to use rounded corners and border images, among
other things.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=b143b95
|
|
Use the theme foreground/text color instead.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=f9383ac
|
|
And not the alignment, which is an offset inside the allocated size.
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=8b87a3e
|
|
This fixes icons on the desktop appearing weird
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=6a11ecd
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?id=fbabd8e
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=6d079cc
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=8b13a04
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=09f0b79
|
|
taken from:
https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=e652eb0
|