Age | Commit message (Expand) | Author | Files | Lines |
2016-02-08 | use g_hash_table_remove_all and get rid of some callbacks | monsta | 2 | -9/+3 |
2016-02-07 | fix crash when restoring file with special characters from trash | monsta | 1 | -6/+2 |
2016-02-05 | fix random crash on startup when python-caja extension is enabled | monsta | 1 | -3/+3 |
2016-02-01 | fix several build warnings | monsta | 4 | -2/+4 |
2016-01-31 | GTK3 desktop: add a caja-desktop style class to the desktop canvas | Wolfgang Ulbrich | 1 | -0/+9 |
2016-01-26 | fix a few build warnings | monsta | 1 | -1/+1 |
2016-01-26 | use g_strcmp0 instead of strcmp | monsta | 1 | -4/+3 |
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 5 | -13/+27 |
2016-01-25 | GTK3 general: don't use deprecated gdk_app_launch_context_new() | Wolfgang Ulbrich | 1 | -2/+28 |
2016-01-23 | information-panel: one more GtkWidget* usage | monsta | 2 | -16/+3 |
2016-01-22 | GTK3: fix deprecated GtkStock in libcaja-private | Wolfgang Ulbrich | 4 | -6/+6 |
2016-01-21 | GTK3 file-conflict-dialog: fix size of dialog window if replacing folders | Wolfgang Ulbrich | 1 | -0/+1 |
2016-01-19 | GTK3 mime-application-chooser: don't use deprecated gtk_hbutton_box_new | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-19 | GTK3: don'use deprecated gtk_hseparator_new | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-19 | GTK: some missing GTK_TYPE_{H/V}BOX adjustments | Wolfgang Ulbrich | 1 | -1/+9 |
2016-01-18 | fix fg-color of dark themes | Wolfgang Ulbrich | 1 | -3/+2 |
2016-01-18 | GTK3: fix deprecated GTK_TYPE_{H/V}BOX usage | Wolfgang Ulbrich | 2 | -0/+14 |
2016-01-18 | GTK3 icon-info: don't use deprecated gtk_icon_info_free | Wolfgang Ulbrich | 1 | -4/+16 |
2016-01-17 | GTK3: more deprecated GtkVBox/GtkHBox fixes | Wolfgang Ulbrich | 3 | -1/+23 |
2016-01-15 | GTK3 all: don't use deprecated GDK pointer methods | Wolfgang Ulbrich | 3 | -1/+29 |
2016-01-15 | don't use deprecated gdk_cursor_new for both toolkit versions | Wolfgang Ulbrich | 1 | -4/+6 |
2016-01-15 | GTK3 general: don't use gdk_cursor_unref() | Wolfgang Ulbrich | 2 | -0/+8 |
2016-01-15 | GTK3 icon-canvas-item: add a missing gtk_style_context_restore() | Wolfgang Ulbrich | 1 | -0/+2 |
2016-01-15 | GTK3: don't use deprecated gdk_threads_{enter/leave} () | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-15 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 1 | -4/+4 |
2016-01-13 | GTK3 file-conflict-dialog: don't use override_font | Wolfgang Ulbrich | 1 | -18/+14 |
2016-01-13 | GTK3 icon-container: invalidate the layout cache on style-updated | Wolfgang Ulbrich | 1 | -1/+1 |
2016-01-13 | GTK3 icon-container: don't chain up style-updated for the desktop container | Wolfgang Ulbrich | 1 | -3/+14 |
2016-01-13 | GTK3 icon-container: use the "rubberband" style class for the selection item | Wolfgang Ulbrich | 1 | -43/+78 |
2016-01-13 | GTK3 icon-canvas-item: don't override parent container style flags | Wolfgang Ulbrich | 1 | -17/+10 |
2016-01-13 | GTK3 icon-canvas-item: don't draw pango layouts when renaming | Wolfgang Ulbrich | 1 | -2/+4 |
2016-01-13 | GTK3 icon-canvas-item: render the additional text with gtk_render_layout() | Wolfgang Ulbrich | 1 | -4/+31 |
2016-01-13 | GTK3 icon-container: remove unused code caching canvas item colors | Wolfgang Ulbrich | 2 | -131/+18 |
2016-01-13 | GTK3 icon-canvas-item: use gtk_render_* methods instead of direct cairo | Wolfgang Ulbrich | 1 | -142/+243 |
2016-01-13 | GTK3 icon-canvas-item: make the icon frame transparent when not prelit | Wolfgang Ulbrich | 1 | -10/+5 |
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 icon-info: plug a leak | Wolfgang Ulbrich | 1 | -1/+7 |
2016-01-13 | Gtk3 tree-view-drag-dest: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -4/+5 |