Age | Commit message (Expand) | Author | Files | Lines |
2016-01-13 | GTK3 editable-label: make sure to size_request the padding set on the label | Wolfgang Ulbrich | 1 | -0/+9 |
2016-01-13 | GTK3 icon-canvas-item: make the icon frame transparent when not prelit | Wolfgang Ulbrich | 1 | -10/+5 |
2016-01-13 | GTK3 editable-label: chain up in style_updated() | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-13 | GTK3 editable-label: fix some drawing regressions | Wolfgang Ulbrich | 1 | -219/+10 |
2016-01-13 | GTK3 general: use eel_create_spotlight_pixbuf() | Wolfgang Ulbrich | 3 | -0/+25 |
2016-01-13 | GTK3 icon-canvas-item: remove an useless snippet of drawing code | Wolfgang Ulbrich | 1 | -11/+1 |
2016-01-13 | GTK3 icon-container: remove unused style properties | Wolfgang Ulbrich | 2 | -46/+3 |
2016-01-13 | GTK3 icon-container: hook to style_updated instead of style_set | Wolfgang Ulbrich | 1 | -6/+13 |
2016-01-13 | GTK3 icon-canvas-item: use eel_create_spotlight_pixbuf() | Wolfgang Ulbrich | 1 | -6/+7 |
2016-01-13 | GTK3 icon-container: fix setting the selection when renaming | Wolfgang Ulbrich | 1 | -1/+9 |
2016-01-13 | GTK3 icon-container: fix a couple of ACTIVE -> NORMAL typos | Wolfgang Ulbrich | 1 | -3/+3 |
2016-01-13 | GTK3 icon-container: remove useless theming properties | Wolfgang Ulbrich | 2 | -32/+41 |
2016-01-13 | GTK3 icon-container: plug a memory leak | Wolfgang Ulbrich | 1 | -1/+6 |
2016-01-13 | GTK3 icon-container: fix rendering of text on the desktop | Wolfgang Ulbrich | 1 | -2/+5 |
2016-01-13 | GTK3 icon-container: don't malloc() GdkRGBA colors manually | Wolfgang Ulbrich | 1 | -7/+7 |
2016-01-13 | GTK3 icon-dnd: set the right style class, and use GdkRGBA | Wolfgang Ulbrich | 1 | -3/+20 |
2016-01-13 | Gtk3 tree-drag-dest: set the right style class | Wolfgang Ulbrich | 1 | -1/+11 |
2016-01-13 | GTK3 icon-canvas-item: set the right style class | Wolfgang Ulbrich | 1 | -1/+15 |
2016-01-13 | GTK3 editable-label: use gtk_style_context_get() to query standard props | Wolfgang Ulbrich | 1 | -4/+7 |
2016-01-13 | GTK3 icon-info: plug a leak | Wolfgang Ulbrich | 1 | -1/+7 |
2016-01-13 | GTK3 editable-label: copy-paste code from GTK+ to sync drawing with GtkLabel | Wolfgang Ulbrich | 1 | -3/+220 |
2016-01-13 | GTK3 window: port to GtkStyleContext, plug a leak | Wolfgang Ulbrich | 1 | -0/+2 |
2016-01-13 | Gtk3 eel-gtk-extensions: do not use gtk_widget_modify_font | Wolfgang Ulbrich | 1 | -1/+5 |
2016-01-13 | GTK3 eel-gdk-extensions: port to GtkStyleContext | Wolfgang Ulbrich | 2 | -17/+42 |
2016-01-13 | GTK3 window: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+26 |
2016-01-13 | GTK3 spatial-window: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-13 | GTK3 notebook: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+27 |
2016-01-13 | GTK3 location-bar: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+16 |
2016-01-13 | GTK3 properties-window: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -4/+80 |
2016-01-13 | GTK3 list-view: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+15 |
2016-01-13 | Gtk3 tree-view-drag-dest: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -4/+5 |
2016-01-13 | Gtk3 caja-sidebartitle: partial-port-to-GtkStyleContext | Wolfgang Ulbrich | 1 | -1/+104 |
2016-01-13 | GTK3 icon-container: fix rendering of text on the desktop | Wolfgang Ulbrich | 2 | -8/+8 |
2016-01-13 | GTK3 icon-container: port to GtkStyleContext | Wolfgang Ulbrich | 3 | -7/+247 |
2016-01-13 | GTK3 icon-canvas-item: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -16/+74 |
2016-01-13 | GTK3 file-conflict-dialog: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -1/+23 |
2016-01-13 | GTK3 eel-gdk-pixbuf: use GdkRGBA everywhere | Wolfgang Ulbrich | 4 | -0/+42 |
2016-01-13 | GTK3 editable-label: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -24/+152 |
2016-01-13 | Gtk3 eel-canvas: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -1/+5 |
2016-01-13 | GTK3 eel-canvas-rect: use RGBA colors only | Wolfgang Ulbrich | 2 | -0/+88 |
2016-01-13 | GTK3 icon-dnd: fix DnD highlighting regression | Wolfgang Ulbrich | 1 | -1/+11 |
2016-01-13 | GTK3 eel-gdk-extensions: add eel_make_color_inactive() to public API | Wolfgang Ulbrich | 2 | -0/+35 |
2016-01-13 | GTK3 icon-container: remove spurious call to gtk_adjustment_changed() | Wolfgang Ulbrich | 1 | -2/+0 |
2016-01-13 | icon-info: use gdk_pixbuf_new_from_stream_at_scale() | Wolfgang Ulbrich | 1 | -2/+4 |
2016-01-13 | conflict-dialog: make the rename entry expand the whole width | Wolfgang Ulbrich | 1 | -1/+1 |
2016-01-13 | file-conflict-dialog: Don't use italic fonts | Wolfgang Ulbrich | 1 | -6/+6 |
2016-01-08 | Middle-click tab closing (#457) | bl0ckeduser | 1 | -0/+11 |
2016-01-06 | Fix fontcolor in icon view with some light themes | bl0ckeduser | 1 | -1/+2 |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 |
2016-01-04 | Fix spelling-error-in-manpage usr/share/man/man1/caja-file-management-propert... | ericcurtin | 1 | -1/+1 |