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
/
eel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-06
Properly free GHashTable in properties window
Stefano Karapetsas
2
-0
/
+34
2013-07-25
eel: Add GDK3 support
Stefano Karapetsas
1
-0
/
+17
2013-07-24
eel: Add GTK3 support
Stefano Karapetsas
8
-7
/
+185
2013-07-24
eel: Disable unused function in GTK3
Stefano Karapetsas
2
-0
/
+5
2013-07-24
Update for mate-desktop changes
Stefano Karapetsas
3
-3
/
+3
2013-07-23
eel: depth argument is removed from gdk_window_get_geometry in GTK3
Stefano Karapetsas
1
-0
/
+4
2013-07-23
Fix typo
Stefano Karapetsas
1
-1
/
+1
2013-07-18
INCLUDES to AM_CPPFLAGS
Wolfgang Ulbrich
1
-1
/
+1
2013-06-29
Fixes for make dist
Stefano Karapetsas
1
-0
/
+1
2013-04-05
Fix vpath build
Yaakov Selkowitz
1
-0
/
+1
2013-02-24
Dont corrupt the default background color
Stefano Karapetsas
1
-30
/
+31
2012-12-22
[general] Don't use deprecated gdk_drawable_get_size at all
Jasmine Hassan
1
-13
/
+0
2012-12-22
[all] silence warnings from GCC 4.6
Jasmine Hassan
2
-25
/
+0
2012-12-22
[eel] Use future-safe GDK_WINDOW_XDISPLAY macro to query X display
Jasmine Hassan
1
-1
/
+1
2012-12-22
[eel] remove commented out canvas code
Jasmine Hassan
1
-5
/
+0
2012-12-03
[eel-background] remove debug messages prev added to screen_size_changed
Jasmine Hassan
1
-17
/
+0
2012-12-03
[eel-background] Make the desktop background fading effect optional
Jasmine Hassan
1
-0
/
+8
2012-12-03
[eel-background] refactor to untangle directory & desktop bg-setting code
Jasmine Hassan
3
-805
/
+721
2012-12-03
[eel-background] make sure screen size actually changed before emmitting signal
Jasmine Hassan
1
-1
/
+26
2012-11-23
[all] include src/glibcompat.h & use g_list_free_full() where needed
Jasmine Hassan
1
-10
/
+7
2012-11-22
[eel-background] missed g_strdup in previous commit 3ba2c5e4
Jasmine Hassan
1
-1
/
+1
2012-11-21
[eel-background] use GtkStyle's bg color when no custom one is set
Jasmine Hassan
1
-5
/
+17
2012-11-21
[background-box] use expose-event for GTK2, draw for GTK3
Jasmine Hassan
1
-12
/
+22
2012-11-20
[eel-background] fix minor _expose regression from b5f9a6c8
Jasmine Hassan
1
-1
/
+1
2012-11-19
[eel-background] drawable deprecations (GTK2), rendering-cleanup (GTK3)
Jasmine Hassan
2
-198
/
+162
2012-11-16
[eel] remove eel_gdk_pixbuf_list_ref()
Jasmine Hassan
2
-16
/
+0
2012-11-16
[eel] remove unused eel_get_filename_charset()
Jasmine Hassan
2
-101
/
+0
2012-11-16
[eel] remove eel_gtk_widget_set_shown()
Jasmine Hassan
2
-25
/
+0
2012-11-16
[all] use g_list_free() and g_strcmp0 instead of eel functions
Jasmine Hassan
4
-115
/
+10
2012-11-16
[editable-label] don't use deprecated size_request vfunc
Jasmine Hassan
1
-1
/
+41
2012-11-16
[general] use new GtkScrollable interface
Jasmine Hassan
1
-23
/
+31
2012-11-16
[editable-label] fix cairo drawing regressions
Jasmine Hassan
1
-14
/
+21
2012-11-16
[build] fix distcheck
Jasmine Hassan
1
-0
/
+1
2012-11-16
[eel] Port EelEditableLabel to rendering-cleanup-next
Jasmine Hassan
1
-13
/
+69
2012-11-16
[editable-label] use gtk_widget_get_preferred_size() for GTK3
Jasmine Hassan
1
-1
/
+5
2012-11-16
[eel-canvas] Port the eel canvas to rendering-cleanup-next
Jasmine Hassan
3
-26
/
+193
2012-11-16
[eel-gdk-extensions] Add eel_cairo_draw_layout_with_drop_shadow for GTK3
Jasmine Hassan
2
-6
/
+25
2012-11-16
[eel-background-box] Don't use eel-gtk-macros
Jasmine Hassan
1
-2
/
+1
2012-11-16
[eel-debug-drawing] Don't use eel-gtk-macros
Jasmine Hassan
1
-25
/
+13
2012-11-16
[eel-(image|wrap)-table] Don't use GtkObject nor eel-gtk-macros
Jasmine Hassan
2
-215
/
+175
2012-11-16
[eel-labeled-image] Don't use GtkObject nor eel-gtk-macros
Jasmine Hassan
1
-200
/
+160
2012-11-16
[eel-editable-label] don't use GtkObject
Jasmine Hassan
1
-11
/
+10
2012-11-16
[eel-canvas] don't use GtkObject (GTK3)
Jasmine Hassan
3
-57
/
+63
2012-11-16
[eel-stock-dialogs] don't use GtkObject
Jasmine Hassan
1
-6
/
+6
2012-11-16
[eel-background] Don't use GtkObject nor eel-gtk-macros
Jasmine Hassan
2
-81
/
+72
2012-11-16
[eel-labeled-image] convert to new GDK_KEY prefix
Jasmine Hassan
1
-3
/
+3
2012-11-16
[eel-editable-label] convert to new GDK_KEY prefix
Jasmine Hassan
1
-43
/
+43
2012-11-16
[editable-label|entry] use GtkEditableClass on GTK2, GtkEditableInterface on ...
Jasmine Hassan
1
-2
/
+3
2012-11-16
[eel] reorganize Makefile.am
Jasmine Hassan
1
-37
/
+34
2012-11-16
[eel] remove eel_gdk_window_focus
Jasmine Hassan
2
-17
/
+0
[next]