index
:
caja
1.10
1.12
1.14
1.16
1.18
1.2
1.20
1.22
1.24
1.26
1.28
1.6
1.8
build_for_epel8
fix-file-previews
gh-pages
master
Caja, the file manager for the MATE desktop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcaja-private
/
caja-icon-container.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-17
icon container: don't set label colors right after widget realize
monsta
1
-4
/
+0
2016-03-17
icon container: restore original font color select logic
monsta
1
-1
/
+1
2016-01-31
GTK3 desktop: add a caja-desktop style class to the desktop canvas
Wolfgang Ulbrich
1
-0
/
+9
2016-01-25
GTK3: fix deprecated GtkMisc
Wolfgang Ulbrich
1
-0
/
+7
2016-01-18
fix fg-color of dark themes
Wolfgang Ulbrich
1
-3
/
+2
2016-01-15
GTK3 all: don't use deprecated GDK pointer methods
Wolfgang Ulbrich
1
-0
/
+8
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
1
-0
/
+4
2016-01-15
GTK3: don't use deprecated gtk_widget_size_request
Wolfgang Ulbrich
1
-4
/
+4
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-container: remove unused code caching canvas item colors
Wolfgang Ulbrich
1
-118
/
+15
2016-01-13
GTK3 icon-container: remove unused style properties
Wolfgang Ulbrich
1
-44
/
+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-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
1
-28
/
+29
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-container: fix rendering of text on the desktop
Wolfgang Ulbrich
1
-7
/
+7
2016-01-13
GTK3 icon-container: port to GtkStyleContext
Wolfgang Ulbrich
1
-4
/
+230
2016-01-13
GTK3 icon-container: remove spurious call to gtk_adjustment_changed()
Wolfgang Ulbrich
1
-2
/
+0
2016-01-06
Fix fontcolor in icon view with some light themes
bl0ckeduser
1
-1
/
+2
2015-10-19
GTK3: Replace gtk_{v,h}box new with gtk_box_new
raveit65
1
-0
/
+4
2015-07-07
Merge pull request #431 from NiceandGently/master
monsta
1
-1
/
+6
2015-06-24
compact view: don't auto-scroll to the right on long filenames
Monsta
1
-4
/
+6
2015-06-21
icon-container: reset the double click counter after a double click
raveit65
1
-1
/
+6
2015-01-13
drop support for GLib < 2.36
Monsta
1
-2
/
+0
2015-01-10
some optimizations in the access to lists
Monsta
1
-29
/
+10
2014-12-10
zero-init all signals arrays
Monsta
1
-1
/
+1
2014-12-10
don't leak memory
monsta
1
-0
/
+1
2014-04-28
Quick fix for #105
bl0ckeduser
1
-1
/
+1
2014-03-09
icon-canvas-item: attempt to fix up a11y for CajaIconCanvasItem
Stefano Karapetsas
1
-1
/
+1
2013-07-25
libcaja-private: Add GDK3 support
Stefano Karapetsas
1
-0
/
+4
2013-04-10
Fix drag selection going out of bounds (partial revert of 99f8b5f25192b8593ae...
Brent Hull
1
-9
/
+14
2012-12-22
[all] silence warnings from GCC 4.6
Jasmine Hassan
1
-24
/
+5
2012-12-22
[general] Use GSourceFunc instead of GtkFunction
Jasmine Hassan
1
-1
/
+1
2012-12-22
[icon-container] don't use eel helper to set adjustment values
Jasmine Hassan
1
-67
/
+33
2012-11-23
[all] include src/glibcompat.h & use g_list_free_full() where needed
Jasmine Hassan
1
-2
/
+3
2012-11-20
[lc-p] revise rendering-cleanup commit 2a4433a562
Jasmine Hassan
1
-3
/
+1
2012-11-16
[all] use g_list_free() and g_strcmp0 instead of eel functions
Jasmine Hassan
1
-3
/
+4
2012-11-16
[icon-container] remove size_request vfunc impl
Jasmine Hassan
1
-10
/
+0
2012-11-16
[general] use new GtkScrollable interface
Jasmine Hassan
1
-23
/
+29
2012-11-16
[icon-container] use gtk_widget_get_preferred_size()
Jasmine Hassan
1
-1
/
+3
2012-11-16
[libcaja-private] Port to rendering-cleanup-next
Jasmine Hassan
1
-4
/
+12
2012-11-16
[lc-p] use eel_canvas_item_destroy instead of gtk_object_destroy()
Jasmine Hassan
1
-2
/
+2
2012-11-16
[lc-p] don't use GtkObject (GTK3)
Jasmine Hassan
1
-3
/
+13
2012-11-16
[build] don't include marshals we don't own
Jasmine Hassan
1
-1
/
+0
[next]