rubidium
|
0e96b7b7c0
|
(svn r15822) -Codechange: replace some magic numbers and improve alignment of the start server window.
|
2009-03-22 23:38:29 +00:00 |
|
rubidium
|
e25b2f5d60
|
(svn r15822) -Codechange: replace some magic numbers and improve alignment of the start server window.
|
2009-03-22 23:38:29 +00:00 |
|
alberth
|
8f5f39cf09
|
(svn r15820) -Codechange: Some windows using nested widgets
|
2009-03-22 21:16:57 +00:00 |
|
alberth
|
6567a29e18
|
(svn r15820) -Codechange: Some windows using nested widgets
|
2009-03-22 21:16:57 +00:00 |
|
rubidium
|
2e38d7c332
|
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
|
2009-03-22 14:39:20 +00:00 |
|
rubidium
|
9038733f1a
|
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
|
2009-03-22 14:39:20 +00:00 |
|
rubidium
|
a1088869f5
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
f11300d1f9
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
89d614deea
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
rubidium
|
9003641095
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
rubidium
|
2f1bfe3813
|
(svn r15788) -Codechange: enumify the network join status widgets and use them.
|
2009-03-21 21:26:10 +00:00 |
|
rubidium
|
fd0f0bda72
|
(svn r15788) -Codechange: enumify the network join status widgets and use them.
|
2009-03-21 21:26:10 +00:00 |
|
rubidium
|
c1aabd9842
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
45f189fdca
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
glx
|
583c756679
|
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
|
2009-03-21 20:06:00 +00:00 |
|
glx
|
9fcff01850
|
(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windows
|
2009-03-21 20:06:00 +00:00 |
|
rubidium
|
b3b4be2dde
|
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
|
2009-03-21 19:10:26 +00:00 |
|
rubidium
|
8a758beec3
|
(svn r15782) -Codechange: replace some calls to the all text drawing API to the new one.
|
2009-03-21 19:10:26 +00:00 |
|
smatz
|
e0fe28fdc9
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
smatz
|
8585aa71ed
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
rubidium
|
57c5ce84eb
|
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth)
|
2009-03-15 15:22:09 +00:00 |
|
rubidium
|
4f8eeca437
|
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth)
|
2009-03-15 15:22:09 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
f9def73be6
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
yexo
|
fbe159ab9e
|
(svn r15669) -Change: Key presses that are not handles by an input box are no longer marked as handled but given to other OnKeyPress handlers. This makes the global shortcuts like F1 work again when an input box is open.
|
2009-03-11 09:21:11 +00:00 |
|
yexo
|
2b0b9a6367
|
(svn r15669) -Change: Key presses that are not handles by an input box are no longer marked as handled but given to other OnKeyPress handlers. This makes the global shortcuts like F1 work again when an input box is open.
|
2009-03-11 09:21:11 +00:00 |
|
smatz
|
154b4da4cc
|
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server
|
2009-03-06 12:42:01 +00:00 |
|
smatz
|
f3ed8268b6
|
(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server
|
2009-03-06 12:42:01 +00:00 |
|
rubidium
|
9e3449ecc9
|
(svn r15605) -Codechange: constify a function
|
2009-03-04 00:13:52 +00:00 |
|
rubidium
|
908e850b5a
|
(svn r15605) -Codechange: constify a function
|
2009-03-04 00:13:52 +00:00 |
|
yexo
|
7e818f0456
|
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
|
2009-02-25 00:45:52 +00:00 |
|
yexo
|
3bb872e7dd
|
(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.
|
2009-02-25 00:45:52 +00:00 |
|
smatz
|
3707a11e5e
|
(svn r15571) -Fix: incorrect use of memset
|
2009-02-24 22:25:23 +00:00 |
|
smatz
|
846044ee26
|
(svn r15571) -Fix: incorrect use of memset
|
2009-02-24 22:25:23 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
5080feba0d
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
rubidium
|
861e9cefb3
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
rubidium
|
283b3d16ab
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
rubidium
|
377ce6c5bf
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|
peter1138
|
bce50498fc
|
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
2009-02-01 22:32:07 +00:00 |
|
peter1138
|
aad67b5736
|
(svn r15312) -Codechange: Handle closing of drop down menus when clicking in a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
2009-02-01 22:32:07 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
12ff4cf083
|
(svn r15162) -Fix: the join status window didn't get properly created
|
2009-01-20 11:21:06 +00:00 |
|
rubidium
|
c9436c8d88
|
(svn r15162) -Fix: the join status window didn't get properly created
|
2009-01-20 11:21:06 +00:00 |
|