Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-15 | GUI: Add auto-repeater to scrollbar arrows. | Eugene Sandulenko | |
svn-id: r49775 | |||
2008-11-12 | GUI: Turn scrollbar width into a theme variable | Max Horn | |
svn-id: r35021 | |||
2007-11-04 | - made Widget::_flags private | Johannes Schickel | |
- reworked state (enabled/disabled/highlighted) handling of widgets - cleanup in ModernTheme.cpp svn-id: r29403 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-05-15 | Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a ↵ | Max Horn | |
param to the ListWidget constructor to choose a 'big' variant svn-id: r18115 | |||
2005-04-17 | Allow usage of ScrollBarWidget with a non-standard width | Max Horn | |
svn-id: r17650 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-02 | introduced common base class GuiObject for Dialog/Widget -> step towards ↵ | Max Horn | |
making it possible to nest widgets (needed for TabWidget) svn-id: r11052 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn | |
svn-id: r5169 | |||
2002-07-27 | heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ↵ | Max Horn | |
can detect double/triple clicks); ListWidget sends a message if an item was double clicked or changed; you can abort editing in the ListWidget by pressing ESC; SaveLoadDialog will save when you double click and item, and when you finish editing an item by pressing return, will save svn-id: r4656 | |||
2002-07-13 | added latest of painelf's patches which makes NewGui handle system events ↵ | Max Horn | |
directly (code becomes much cleaner and more powerful this way); he also implemented a 'focus' item in NewGui; atop of this several changes of my own that further improve the GUI behaviour svn-id: r4541 | |||
2002-07-13 | took painelf's change, modified it a lot, and now here's the result :-) | Max Horn | |
svn-id: r4540 | |||
2002-07-12 | implemented scrollbar 'dragging' (based largely on painelf's patch) | Max Horn | |
svn-id: r4527 | |||
2002-07-12 | Countless changes to the New GUI; some hightligths: new ScrollBarWidget ↵ | Max Horn | |
class; ListWidget is usable (demo shows it off); added custom String/StringList classes svn-id: r4521 |