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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-23
[src] add glibcompat.h for glib-2.27.2 forward-compatability
Jasmine Hassan
2
-0
/
+42
2012-11-23
[directory-view] fix double-free regression from 7a42b9b0
Jasmine Hassan
1
-2
/
+0
2012-11-20
[sidebar-title] fix minor styling regression from 638df47e
Jasmine Hassan
1
-4
/
+20
2012-11-18
fixed incorrect fsf addresses.
Steve Zesch
2
-4
/
+4
2012-11-16
Merge pull request #42 from jasmineaura/develop
Stefano Karapetsas
64
-2670
/
+3698
2012-11-16
[navigation-window] Use gtk_paned_new for GTK3 instead of gtk_[h|v]paned_new
Jasmine Hassan
1
-0
/
+8
2012-11-16
[places-sidebar] use gtk_widget_set_visible() instead of the eel helper
Jasmine Hassan
1
-9
/
+9
2012-11-16
[all] use g_list_free() and g_strcmp0 instead of eel functions
Jasmine Hassan
22
-88
/
+126
2012-11-16
[window] don't use deprecated size_request vfunc
Jasmine Hassan
1
-17
/
+57
2012-11-16
[pathbar] don't use deprecated size_request vfunc
Jasmine Hassan
1
-13
/
+186
2012-11-16
[general] use new GtkScrollable interface
Jasmine Hassan
1
-2
/
+8
2012-11-16
[fm-properties] use GtkComboBoxText in the GtkBuilder file
Jasmine Hassan
1
-178
/
+69
2012-11-16
[src] replace deprecated GtkComboBox text APIs with GtkComboBoxText
Jasmine Hassan
4
-21
/
+22
2012-11-16
[image-properties-page] call gdk_pixbuf_loader_close() earlier
Jasmine Hassan
1
-1
/
+4
2012-11-16
[icon-view] if possible, use the local path for the preview
Jasmine Hassan
1
-1
/
+17
2012-11-16
[horizontal-splitter] remove, and use a regular GtkPaned instead
Jasmine Hassan
3
-6
/
+4
2012-11-16
[build] fix distcheck
Jasmine Hassan
1
-0
/
+1
2012-11-16
[properties-window] split some long lines
Jasmine Hassan
1
-8
/
+32
2012-11-16
[properties-window] don't use expose-event to draw the pie chart
Jasmine Hassan
1
-12
/
+50
2012-11-16
[window-toolbars] show/hide the spinner when changing its state
Jasmine Hassan
1
-8
/
+5
2012-11-16
[desktop-icon-view] don't use gdk_drawable_get_screen()
Jasmine Hassan
1
-1
/
+1
2012-11-16
[src] use gtk_widget_get_preferred_size()
Jasmine Hassan
4
-15
/
+36
2012-11-16
[emblem-sidebar] Don't include eel-gtk-macros, minor cleanup
Jasmine Hassan
1
-6
/
+1
2012-11-16
[property-browser] Don't use GtkObject nor eel-gtk-macros
Jasmine Hassan
1
-80
/
+69
2012-11-16
[information-panel] Don't use eel-gtk-macros
Jasmine Hassan
1
-10
/
+6
2012-11-16
[sidebar-title] Don't use GtkObject nor eel-gtk-macros
Jasmine Hassan
1
-36
/
+29
2012-11-16
[src] don't use GtkObject (GTK3)
Jasmine Hassan
18
-81
/
+142
2012-11-16
[icon-view] Don't use GtkObject nor eel-gtk-macros
Jasmine Hassan
1
-32
/
+12
2012-11-16
[connect-dialog] add a missing gtk_widget_show()
Jasmine Hassan
1
-0
/
+1
2012-11-16
[connect-dialog] make the code more readable
Jasmine Hassan
1
-70
/
+71
2012-11-16
[connect-dialog] display a fatal error if GVfs doesn't have methods
Jasmine Hassan
1
-1
/
+40
2012-11-16
[connect-dialog] fixes for the handling of iconized entries
Jasmine Hassan
1
-12
/
+14
2012-11-16
[connect-dialog] handle psswds, display warns/errs in info bar, tweak UI details
Jasmine Hassan
4
-207
/
+723
2012-11-16
[connect-operation] add CajaConnectServerOperation
Jasmine Hassan
3
-2
/
+207
2012-11-16
[window-menus] use new connect dialog API
Jasmine Hassan
1
-9
/
+1
2012-11-16
[connect-dialog] redesign the dialog
Jasmine Hassan
3
-709
/
+317
2012-11-16
[nav-win-menus] use new CajaApplication API
Jasmine Hassan
1
-7
/
+11
2012-11-16
[bookmarks-window] use new CajaApplication API
Jasmine Hassan
1
-17
/
+17
2012-11-16
[window] call the callback during the location change
Jasmine Hassan
2
-17
/
+42
2012-11-16
[application] change the way spatial windows are created
Jasmine Hassan
2
-115
/
+74
2012-11-16
[spatial-window] remove affect_location_on_next_change hack
Jasmine Hassan
2
-4
/
+0
2012-11-16
[desktop-window] add a 'loaded' flag
Jasmine Hassan
2
-1
/
+12
2012-11-16
[window] rewrite window-opening policies
Jasmine Hassan
1
-70
/
+74
2012-11-16
[window] add _full() versions of _go_to and _open() methods
Jasmine Hassan
4
-7
/
+30
2012-11-16
[window-info] move include to caja-window-private
Jasmine Hassan
1
-0
/
+1
2012-11-16
[build] don't include marshals we don't own
Jasmine Hassan
4
-4
/
+0
2012-11-16
[ui] remove 'has_separator' properties from Glade files
Jasmine Hassan
2
-2
/
+0
2012-11-16
[src] convert to new GDK_KEY prefix
Jasmine Hassan
13
-57
/
+57
2012-11-16
[all] Don't use gtk_dialog_set_has_separator()
Jasmine Hassan
5
-7
/
+3
2012-11-16
[lc-p/fm] Replace deprecated GDK_DISPLAY with GDK_DISPLAY_XDISPLAY
Jasmine Hassan
1
-2
/
+2
[prev]
[next]