Sun, 18 Feb 2007 19:55:35 +0000 |
KUDr |
(svn r8804) [cpp_gui] -Codechange: BaseWindow now inherits from CompositeWidget (with no benefits yet)
cpp_gui
|
changeset |
files
|
Sun, 18 Feb 2007 19:45:00 +0000 |
KUDr |
(svn r8803) [cpp_gui] -Codechange: point structures (Point, Point16) made compatible
cpp_gui
|
changeset |
files
|
Sun, 18 Feb 2007 14:17:28 +0000 |
KUDr |
(svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI:
cpp_gui
|
changeset |
files
|
Sat, 17 Feb 2007 13:08:51 +0000 |
KUDr |
(svn r8775) [cpp_gui] -Fix(r8774): forgotten /* Id: */ in the added file
cpp_gui
|
changeset |
files
|
Sat, 17 Feb 2007 13:06:08 +0000 |
KUDr |
(svn r8774) [cpp_gui] -Codechange: CountedObject renamed to SimpleCountedObject and moved to countedptr.hpp and countedobj.cpp
cpp_gui
|
changeset |
files
|
Sat, 17 Feb 2007 13:01:45 +0000 |
KUDr |
(svn r8773) [cpp_gui] -Sync with trunk (r8768..r8772) - needed r8772
cpp_gui
|
changeset |
files
|
Sat, 17 Feb 2007 11:12:50 +0000 |
KUDr |
(svn r8769) [cpp_gui] -Sync with trunk (r8730..r8768)
cpp_gui
|
changeset |
files
|
Wed, 14 Feb 2007 10:46:38 +0000 |
bjarni |
(svn r8731) [cpp_gui] -Sync: r8730 from trunk
cpp_gui
|
changeset |
files
|
Wed, 14 Feb 2007 00:57:15 +0000 |
glx |
(svn r8722) [cpp_gui] -Fix: g++ warnings 'variable might be used uninitialised'
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 23:49:01 +0000 |
KUDr |
(svn r8720) [cpp_gui] -Codechange: SetWindowWidgetLoweredState(), ToggleWidgetLoweredState(), LowerWindowWidget(), RaiseWindowWidget() and IsWindowWidgetLowered() turned into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 23:07:54 +0000 |
KUDr |
(svn r8718) [cpp_gui] -Codechange: SetWindowWidgetHiddenState(), HideWindowWidget(), ShowWindowWidget() and IsWindowWidgetHidden() turned into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 22:58:31 +0000 |
bjarni |
(svn r8717) [cpp_gui] -Codechange: changed the functions about closing all windows into methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 22:47:05 +0000 |
KUDr |
(svn r8716) [cpp_gui] -Codechange: IsWindowWidgetDisabled() turned into Window method
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 22:17:48 +0000 |
KUDr |
(svn r8714) [cpp_gui] -Codechange: DisableWindowWidget() and EnableWindowWidget() turned into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 22:09:37 +0000 |
KUDr |
(svn r8713) [cpp_gui] -Codechange: SetWindowWidgetDisabledState turned into Window method
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 19:35:55 +0000 |
bjarni |
(svn r8711) [cpp_gui] -Codechange: even more funktion->method conversions
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 18:07:36 +0000 |
bjarni |
(svn r8710) [cpp_gui] -Codechange: yet another two functions are turned into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 13:00:37 +0000 |
KUDr |
(svn r8706) [cpp_gui] -Codechange: few more functions turned into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 11:38:40 +0000 |
KUDr |
(svn r8704) [cpp_gui] -Codechange: flash_timeout and autorepeat_timeout extracted from Window::flags4
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 11:09:58 +0000 |
bjarni |
(svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 10:27:18 +0000 |
bjarni |
(svn r8699) [cpp_gui] -Cleanup: removed the word Window from some Window method names as just being Winddow methods indicates that it's working on a window
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 10:17:24 +0000 |
bjarni |
(svn r8697) [cpp_gui] -Codechange: changed IsWindowOfPrototype() is a Window method
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 09:54:37 +0000 |
bjarni |
(svn r8696) [cpp_gui] -Codechange: changed GetMenuItemIndex() and ResizeWindow() into Window methods
cpp_gui
|
changeset |
files
|
Tue, 13 Feb 2007 01:04:32 +0000 |
bjarni |
(svn r8695) [cpp_gui] -Codechange: changed AssignWidgetToWindow() and InvalidateWidget() into Window methods
cpp_gui
|
changeset |
files
|
Mon, 12 Feb 2007 23:12:02 +0000 |
KUDr |
(svn r8693) [cpp_gui] -Fix: g++ compilation errors 'non-local function A uses local type B' (template arguments must have external linkage while local type has no linkage)
cpp_gui
|
changeset |
files
|
Sun, 11 Feb 2007 22:57:24 +0000 |
KUDr |
(svn r8683) [cpp_gui] -Codechange: first steps towards OO GUI (together with Bjarni) without changes in the logic
cpp_gui
|
changeset |
files
|
Sun, 11 Feb 2007 21:20:30 +0000 |
bjarni |
(svn r8682) [cpp_gui] -Branch: branch for making the windows code object oriented
cpp_gui
|
changeset |
files
|
Sun, 11 Feb 2007 19:31:29 +0000 |
rubidium |
(svn r8681) -Fix (FS#608): wrong comment (rfalke)
|
changeset |
files
|
Sun, 11 Feb 2007 17:39:28 +0000 |
truelight |
(svn r8680) [Configure] -Codechange: allow a bit more flexible code in check_compiler
|
changeset |
files
|
Sun, 11 Feb 2007 17:36:46 +0000 |
truelight |
(svn r8679) [Configure] -Fix: 'checking for' and 'checking' was used mixed, now only 'checking' is used
|
changeset |
files
|