12 Commits (7acfbd070fa207dff309383da6e743ad2b9843c3)

Author SHA1 Message Date
Sascha Silbe 7acfbd070f style cleanup: prefer ' for strings
Tomeu prefers ' for strings, so let's use it wherever we don't have a good
reason to use ".

Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
14 years ago
Sascha Silbe 73de340d27 PEP8 cleanup: fix spaces around keyword parameters
Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
14 years ago
Sascha Silbe c9e63eb8ea PEP8 white space and long line fixes 15 years ago
Sascha Silbe ecdaf6b795 trim EOL (end-of-line) spaces on source files 15 years ago
Marco Pesenti Gritti b58182a970 Mark modules as STABLE/UNSTABLE/DEPRECATED. 16 years ago
Eben Eliason dce326c466 Fix up/down arrows in VTrays (#8617) 16 years ago
Eben Eliason 5cc6b27ae7 Add drag-active property to tray control (#8604)
The drag-active property can be set to provide a highlight
when the tray control is accepting target of an ongoing drag.

We can't use the drag_highlight method because we desire to
adjust the background of the widget, rather than drawing on
top of it.  Overriding these methods would work in most cases,
but in cases where GTK+ calls drag_unhighlight itself things
could break, so we use a property instead.
16 years ago
Tomeu Vizoso f2a8948bf1 #8485 Detach from palette when a widget is destroyed 16 years ago
Tomeu Vizoso ab8c054dfb #7015 Add proper alignment support to the "tray" control 16 years ago
Benjamin Berg bb3a3d4c63 Add scroll_to_item functions to the trays to show a button that may be hidden. 16 years ago
Marco Pesenti Gritti ce235e7405 Finish to hook up the new palette stuff. 16 years ago
Marco Pesenti Gritti 72c2a1d770 Use a src directory consistently with base and shell. 16 years ago