Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't import jabber_registered from the old profileSimon Schampijer2008-10-211-5/+0
| | | | It is not used anymore by the PS
* Fix up/down arrows in VTrays (#8617)Eben Eliason2008-10-181-8/+6
|
* Add drag-active property to tray control (#8604)Eben Eliason2008-10-181-6/+73
| | | | | | | | | | | 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.
* Turn bundle into a new style classMarco Pesenti Gritti2008-10-201-1/+1
|
* Make sure the mouse motion is stopped before starting it.Marco Pesenti Gritti2008-10-181-2/+2
|
*