Commit graph

1566 commits

Author SHA1 Message Date
Charles Dang
d764bba7e4 Procedurally generate selected listbox cell borders 2016-03-19 01:48:23 +11:00
Charles Dang
d299ab1292 Reduce brightness of default font color slightly
Makes it a little less of a strain on the eyes given the background color
2016-03-19 01:36:29 +11:00
Charles Dang
5dcb578c3d Brightened the standard border color a little
Makes it stand out a little more.
2016-03-19 01:21:30 +11:00
Celtic Minstrel
03bbc79367 Formula engine: change undocumented string substitution syntax
It used to use {}, which gets caught by the preprocessor.
Now it uses [] instead.
2016-03-17 23:27:04 -04:00
Charles Dang
e8dd50aa8c tformula_debugger: use verbatim scroll labels 2016-03-17 23:18:08 +11:00
Charles Dang
86261779f2 tscroll_label: update to verbatim style (matches description now) 2016-03-17 23:17:44 +11:00
Charles Dang
999acb187f tlobby_main: more design tweaks 2016-03-17 08:39:40 +11:00
Celtic Minstrel
d94c73a972 GUI: Fix tooltips occasionally getting cut off on the right 2016-03-16 16:50:29 -04:00
Charles Dang
32c9378992 tlobby_main: design improvements 2016-03-17 07:18:24 +11:00
Charles Dang
8c4dfc5d69 Design tweaks to description scroll label 2016-03-17 07:18:23 +11:00
Celtic Minstrel
268620e2ca GUI: Simplify WML message dialog formulas
Now with 99% less WML macros inserted into the formula.
This makes it easier to read and possibly even more efficient.
2016-03-16 15:47:00 -04:00
Charles Dang
4f106b4d1f GUI2: gave windows procedurally-drawn minimal borders 2016-03-15 21:57:53 +11:00
Charles Dang
06788955c4 GUI2: added macro for border color 2016-03-15 21:35:49 +11:00
Charles Dang
53af40b2f3 ttip: improved look of floating tooltips further
This makes the whole thing procedurally drawn
2016-03-15 21:35:13 +11:00
Charles Dang
f92936125b ttip: few more tweaks to floating tooltip look 2016-03-15 09:05:20 +11:00
Charles Dang
4ebf8a258b GUI2: use floating tooltips (almost) everywhere 2016-03-15 07:53:33 +11:00
Charles Dang
75c3446c77 ttip: tweaked layout of floating tooltips 2016-03-15 07:53:32 +11:00
Charles Dang
2fdc08d92e ttip: added a separate window definition for floating tooltips
The design is based on the 'menu' style window, with a tint applied.
2016-03-15 07:53:31 +11:00
Charles Dang
e13cf1e591 Procedurally draw combobox borders
This avoids issues with the borders looking bad when scaled
2016-03-14 22:27:37 +11:00
Charles Dang
5d9c6b13b1 tpreferences: allow composite slider labels to grow to fill space
Instead of using a scroll label.
2016-03-13 14:40:07 +11:00
Charles Dang
cd84293b63 taddon_list: cleanup and progress 2016-03-12 02:33:14 +11:00
Charles Dang
80bd8883cd taddon_list: more layout progress 2016-03-11 23:02:39 +11:00
Charles Dang
4b2e7217d8 GUI2: added Large button definition
Right now this uses the @2x images intended for Retina support. Should look into
getting some dedicated images made.
2016-03-11 23:02:00 +11:00
Charles Dang
cb0f7d81fa Added macro for a horizontal spacer line 2016-03-11 21:40:41 +11:00
Charles Dang
c6aa92d028 taddon_list: initial prototype for new full-window GUI2 addons manager
This is still behind the --new_widgets guard and is not ready for deployment yet
2016-03-11 01:56:28 +11:00
Charles Dang
7bb10ec2d6 tunit_recruit: use full unit preview pane 2016-03-11 00:34:55 +11:00
Charles Dang
dc2a4d05c6 tunit_create: make sure listbox fills horizontal space 2016-03-11 00:29:37 +11:00
Charles Dang
60c7680ba4 tunit_preview_pane: moved unit name under profile button 2016-03-11 00:04:50 +11:00
Charles Dang
475e87c076 tunit_recruit: used help button definition for help button 2016-03-11 00:03:54 +11:00
Charles Dang
7c239974da GUI2: added 'help' button definition 2016-03-11 00:03:12 +11:00
Charles Dang
0584118c7e Updated GUI2 schema for unit preview pane 2016-03-10 22:39:11 +11:00
Charles Dang
cb0ebc01d4 tunit_preview_pane: removed invalid keys in toplevel grid 2016-03-10 22:37:47 +11:00
Charles Dang
1265ee1fc9 Merge pull request #623 from Vultraz/unit_preview_pane
GUI2: Unit preview pane
2016-03-09 20:43:43 +11:00
Charles Dang
42816df6f6 Converted Recruit dialog to GUI2 2016-03-09 19:52:25 +11:00
Charles Dang
2b46bb7e46 tunit_preview_pane: added minimal definition (no image/title) 2016-03-09 19:19:08 +11:00
Charles Dang
99ea0aa716 tunit_create: made use of unit preview pane widget 2016-03-09 19:15:14 +11:00
Charles Dang
29e19cd854 GUI2: implemented a Unit Preview Pane widget 2016-03-09 19:15:13 +11:00
gfgtdf
1efd5c750e Update schema.cfg 2016-03-07 23:16:28 +01:00
gfgtdf
90643a6336 have modifications in campaign dialog visible by default. 2016-03-07 22:39:03 +01:00
Charles Dang
9d7a55d433 tlabel: align text to top of available space
In most cases, the widget size is the size of the text and looks no different
with this change. However, in cases where the label widget area is larger than
the text (such as in Unit Create), it resulted in text being rendered in the
middle of the available space, which looked weird.
2016-03-07 00:54:41 +11:00
Charles Dang
ce0d08963c tgame_load: fixed a misplaced border 2016-03-06 20:45:39 +11:00
Charles Dang
c266747019 tgame_load, tunit_create: allowed certain labels full column size 2016-03-06 06:51:35 +11:00
Ignacio R. Morelle
54d3319afb gui2/tlobby_main: Keep wmlxgettext from panicking 2016-03-05 16:49:38 -03:00
Ignacio R. Morelle
89e05207e9 gui2/tpreferences: Clearer single-letter translatable strings 2016-03-04 02:43:31 -03:00
Charles Dang
3d0f1364fb tpreferences: added support for opening preferences to specific main/tab pages 2016-03-04 00:47:48 +11:00
ln-zookeeper
bc8c973a53 Added some missing translation markers for preferences tooltips 2016-03-02 19:38:14 +02:00
ln-zookeeper
d9326e13bf Added an "Animate water" toggle to display preferences 2016-03-02 13:42:11 +02:00
Wedge009
b148907938 Spelling corrections 2016-03-02 15:20:44 +11:00
Celtic Minstrel
a72afff440 Fix gamestate inspector dialog 2016-03-01 02:23:05 -05:00
Charles Dang
0bcd76867f tpreferences: some layout tweaks 2016-03-01 14:07:40 +11:00