18 Commits

Author SHA1 Message Date
Ignacio R. Morelle
5ec456fa80 gui2/tmp_server_list: UI consistency changes
* Added standard margins for the central listbox

 * Right-align dialog control buttons correctly, eliminating the large
   gap between them
2012-02-04 05:56:49 +00:00
Mark de Wever
86174bca3c Add tooltips and helptips to all windows.
All use the basic default now, this will need some window based tuning
later on.
2011-02-13 18:41:58 +00:00
Mark de Wever
6c1a5b7a2f Strip trailing spaces 2010-07-31 07:11:31 +00:00
Mark de Wever
09742a0832 Remove the explicit setting of initial_auto.
Since the last commit it's the default so no need to set it explicitly.
2009-11-27 20:41:16 +00:00
Mark de Wever
a49b6147b4 Don't reserve space for the scrollbars. 2009-11-15 10:10:27 +00:00
Mark de Wever
bfe26da52a Remove some obsolete WML. 2009-08-17 18:56:09 +00:00
Mark de Wever
91d2b956e2 Convert mp server list to linked widgets new style. 2009-07-18 19:16:12 +00:00
Mark de Wever
653e08fd97 Change return_value to return_value_id. 2009-03-01 08:23:37 +00:00
Mark de Wever
e77b593dd7 Listbox rows no longer have a fixed height.
Remove the old part of the code which allowed that.
2009-02-28 19:42:36 +00:00
Mark de Wever
b62d9f5883 Cleanups and improvements.
This prepares the listbox to have it's header the same size as it's
content.
2009-02-28 15:57:27 +00:00
Mark de Wever
2cc2a51603 Make NEW_DRAW unconditionally, WML side.
Remove the condition from the WML, also a few code changes which are not
longer needed, now that the WML has been converted.
2008-12-29 08:51:37 +00:00
Mark de Wever
a963d007a0 Rewrote the listbox class.
Now uses the scrollbar container as base and the generator for its
items. The scrolling doesn't work properly yet.
2008-12-24 16:01:02 +00:00
Nils Kneuper
01c575209c add a textdomain declaration to every .cfg file...
...(via utils/change-textdomain -t)
2008-10-07 10:35:42 +00:00
Mark de Wever
bcb10dfc79 Fix some bugs with the grid flags.
The flags did an uncorrect test on the flags, now properly uses a mask.
Also added better detection for invalid flags. Avoided grow and
alignment both to be set (leading to invalid flags) and removed all
occurances in the configs.
2008-09-21 09:25:36 +00:00
Mark de Wever
8e4145ebb7 Added the option to use a double click on a toggle button and panel...
...to close the window. Also added it to listboxes used.
2008-06-24 15:48:04 +00:00
Mark de Wever
e8b1280a7b [[drawing code fixes]]
* Rewrote the drawing code to be able to force a redraw and to invalidate the
  background. This fixes the ttoggle_panel redraw problems.

* Removed the no_redraw label hack

* Updated the WIKI comment blocks to fix some typos and add some forgotten info.
2008-06-23 16:32:37 +00:00
Mark de Wever
2cbe565950 Add new proof-of-concept toggle panel.
Drawing on the panel still has glitches.

Events are send to the panel not to the widget.

Sapient sorry for breaking the coding standard too lazy do convert the
0's ;-).
2008-06-22 17:49:58 +00:00
Mark de Wever
d2580054b8 Convert the MP server selection dialog,
...including the server list dialog, to the new widget library. (The
listbox widget needs some redesigning since it starts it looks rather
bad with two columns (which can be fixed with a small hack but rather
find a cleaner way in general).)
2008-06-14 14:16:28 +00:00