truebrain
|
da63ce43fa
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
frosch
|
3b0816c614
|
(svn r23252) -Codechange: Add WD_BEVEL_xxx constants.
|
2011-11-18 20:38:30 +00:00 |
|
frosch
|
ca4f0509fc
|
(svn r23252) -Codechange: Add WD_BEVEL_xxx constants.
|
2011-11-18 20:38:30 +00:00 |
|
peter1138
|
4086b710b1
|
(svn r23024) -Codechange: Vertically centre text within a dropdown control.
|
2011-10-11 19:05:54 +00:00 |
|
peter1138
|
635ccea95d
|
(svn r23024) -Codechange: Vertically centre text within a dropdown control.
|
2011-10-11 19:05:54 +00:00 |
|
peter1138
|
4a0fd61b0c
|
(svn r23020) -Codechange: Vertically centre caption text if the caption height is taller than the text.
|
2011-10-11 13:22:31 +00:00 |
|
peter1138
|
b0b93cd4a7
|
(svn r23020) -Codechange: Vertically centre caption text if the caption height is taller than the text.
|
2011-10-11 13:22:31 +00:00 |
|
peter1138
|
cacf7ecf2b
|
(svn r23017) -Codechange: Add support for resized scrollbars.
|
2011-10-11 08:07:47 +00:00 |
|
peter1138
|
50d1541270
|
(svn r23017) -Codechange: Add support for resized scrollbars.
|
2011-10-11 08:07:47 +00:00 |
|
planetmaker
|
32c7844a07
|
(svn r22869) -Codechange: Use the same constant to set the minimum height of all widgets in the windows title bar
|
2011-09-02 16:05:19 +00:00 |
|
planetmaker
|
d0cff8b38b
|
(svn r22869) -Codechange: Use the same constant to set the minimum height of all widgets in the windows title bar
|
2011-09-02 16:05:19 +00:00 |
|
rubidium
|
87272273b5
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
frosch
|
facd1301fc
|
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
|
2011-04-29 20:47:36 +00:00 |
|
frosch
|
1ffd720f81
|
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
|
2011-04-29 20:47:36 +00:00 |
|
alberth
|
9222a30173
|
(svn r22145) -Codechange: Do explicit test for non-bool values.
|
2011-02-25 22:04:38 +00:00 |
|
alberth
|
31386c42a7
|
(svn r22145) -Codechange: Do explicit test for non-bool values.
|
2011-02-25 22:04:38 +00:00 |
|
alberth
|
a14f4eb271
|
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'
|
2011-02-25 21:53:43 +00:00 |
|
alberth
|
1dbc0a20be
|
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'
|
2011-02-25 21:53:43 +00:00 |
|
alberth
|
69e50bb428
|
(svn r21812) -Fix (r21754): Don't try to scroll the matrix widget to position -1.
|
2011-01-15 19:54:53 +00:00 |
|
alberth
|
a1df4bea68
|
(svn r21812) -Fix (r21754): Don't try to scroll the matrix widget to position -1.
|
2011-01-15 19:54:53 +00:00 |
|
frosch
|
f1f30c49db
|
(svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix scroll in steps of the matrix when using the wheel or the scrollbar-buttons.
|
2011-01-09 20:40:35 +00:00 |
|
frosch
|
57c6133c3b
|
(svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix scroll in steps of the matrix when using the wheel or the scrollbar-buttons.
|
2011-01-09 20:40:35 +00:00 |
|
frosch
|
a66e145cfa
|
(svn r21763) -Codechange: Pass the distance to Scrollbar::UpdatePosition() in units of small or big steps.
|
2011-01-09 20:39:06 +00:00 |
|
frosch
|
da09ebc59a
|
(svn r21763) -Codechange: Pass the distance to Scrollbar::UpdatePosition() in units of small or big steps.
|
2011-01-09 20:39:06 +00:00 |
|
alberth
|
75ff1991dc
|
(svn r21754) -Codechange: Scroll the matrix widget to make a clicked entry fully visible.
|
2011-01-09 15:25:33 +00:00 |
|
alberth
|
d8567d2699
|
(svn r21754) -Codechange: Scroll the matrix widget to make a clicked entry fully visible.
|
2011-01-09 15:25:33 +00:00 |
|
frosch
|
9bb58ace98
|
(svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper.
|
2010-12-12 14:51:26 +00:00 |
|
frosch
|
cd7b23b0f4
|
(svn r21479) -Fix (r9563): Keep transparency for textual stuff in newspaper.
|
2010-12-12 14:51:26 +00:00 |
|
rubidium
|
064ef533be
|
(svn r21451) -Fix (r21449): make sure the matrix's child widget's size is updated with the right widget index
|
2010-12-10 20:05:20 +00:00 |
|
rubidium
|
c1efcb76ca
|
(svn r21451) -Fix (r21449): make sure the matrix's child widget's size is updated with the right widget index
|
2010-12-10 20:05:20 +00:00 |
|
rubidium
|
89d392276f
|
(svn r21448) -Add: generic widget for creating a scrollable (one direction) and resizable (both directions) area with same sized widgets
|
2010-12-10 17:47:11 +00:00 |
|
rubidium
|
b91ae2483e
|
(svn r21448) -Add: generic widget for creating a scrollable (one direction) and resizable (both directions) area with same sized widgets
|
2010-12-10 17:47:11 +00:00 |
|
rubidium
|
f9730d5666
|
(svn r21447) -Add: accessor function to get the direction of a scrollbar
|
2010-12-10 17:33:50 +00:00 |
|
rubidium
|
0848d92af1
|
(svn r21447) -Add: accessor function to get the direction of a scrollbar
|
2010-12-10 17:33:50 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
30637a8340
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
alberth
|
2a2f204e0c
|
(svn r21017) -Doc: Small fixes (by Krille).
|
2010-10-23 18:12:38 +00:00 |
|
alberth
|
af941fc598
|
(svn r21017) -Doc: Small fixes (by Krille).
|
2010-10-23 18:12:38 +00:00 |
|
rubidium
|
bff710650f
|
(svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar arrows while pressing it clicks the button next to the arrow
|
2010-10-15 11:16:14 +00:00 |
|
rubidium
|
951b725b8c
|
(svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar arrows while pressing it clicks the button next to the arrow
|
2010-10-15 11:16:14 +00:00 |
|
frosch
|
2ba3017134
|
(svn r20587) -Codechange (r20456)[FS#4035]: Revert to scrollbars without minimal size to simplify window setup.
|
2010-08-21 10:59:03 +00:00 |
|
frosch
|
64d7b84c9f
|
(svn r20587) -Codechange (r20456)[FS#4035]: Revert to scrollbars without minimal size to simplify window setup.
|
2010-08-21 10:59:03 +00:00 |
|
rubidium
|
8c2b418749
|
(svn r20577) -Fix [FS#4043]: scroll button flickering when pressed
|
2010-08-20 11:55:10 +00:00 |
|
rubidium
|
3e3cd47222
|
(svn r20577) -Fix [FS#4043]: scroll button flickering when pressed
|
2010-08-20 11:55:10 +00:00 |
|
yexo
|
a4fbfa268b
|
(svn r20558) -Codechange: use one generic function to create a list of company buttons
|
2010-08-19 12:56:31 +00:00 |
|
yexo
|
16be24e13a
|
(svn r20558) -Codechange: use one generic function to create a list of company buttons
|
2010-08-19 12:56:31 +00:00 |
|
frosch
|
ba8d961664
|
(svn r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked.
|
2010-08-12 16:44:51 +00:00 |
|
frosch
|
d496ec65b9
|
(svn r20470) -Codechange: Make arrow buttons lower and raise like other buttons when clicked.
|
2010-08-12 16:44:51 +00:00 |
|