Age | Commit message (Collapse) | Author |
|
svn-id: r39335
|
|
gui/GuiManager.h
svn-id: r35668
|
|
svn-id: r35481
|
|
GUI::ThemeEngine::TextAlignVertical
svn-id: r35023
|
|
svn-id: r35021
|
|
Massive cleanup.
svn-id: r34983
|
|
Possible regressions.
svn-id: r33833
|
|
Bugfix: Vector renderer drawstep for bitmap blitting.
Added bitmap GFX for checkboxes.
svn-id: r33771
|
|
Bugfix: Overlapping text in text edit dialogs.
svn-id: r33768
|
|
Bugfix: Scrollbar overlapping in text widgets/text overlapping?
svn-id: r33765
|
|
Fixed several bugs regarding theme loading.
svn-id: r33728
|
|
Improved layout expansion in the layout parser.
Fixed serious coordinates initialization bug.
svn-id: r33702
|
|
Bugfix: Game list missing one entry.
svn-id: r33658
|
|
svn-id: r31927
|
|
svn-id: r30709
|
|
svn-id: r29971
|
|
- reworked state (enabled/disabled/highlighted) handling of widgets
- cleanup in ModernTheme.cpp
svn-id: r29403
|
|
been updated.
svn-id: r28966
|
|
svn-id: r28131
|
|
svn-id: r27786
|
|
svn-id: r27598
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
calling Widget::reflowLayout(). I've simplified that by calling reflowLayout()
directly instead. This may be a bit of a hack, but it was the best way I could
think of to ensure that _entriesPerPage was properly initialised. It wasn't
before, because _h had not been initialised, causing Valgrind to complain.
svn-id: r23705
|
|
svn-id: r23662
|
|
svn-id: r23295
|
|
copying strings needlessly
svn-id: r22873
|
|
svn-id: r22799
|
|
svn-id: r22798
|
|
svn-id: r22736
|
|
scrollbar widget.
svn-id: r22672
|
|
- Implemented padding in console
- Update only current line in console instead of whole screen
- Fixed caret positioning in edit text widget
- Improved buttons drawing, now they look more realistic
- Added label spacing in popup widget
- Correct shadow in popup widget
- Fixed up with selected popup widget being drawn on wrong tab
- Added shading to list dialog
- Adjusted shading of inactive widgets
- Proper coloring of browset (add game) dialog
- Introduced Container widget
- Used Container widget in scumm save/load dialog. Now it looks properly
- Adjusted button colors even more. Now they match almost perfectly albeit with banding
- Made scrollbar appear only when it is really needed
svn-id: r22670
|
|
svn-id: r22647
|
|
- Use resize() instead of setPos() and setSize() where applicable
svn-id: r22646
|
|
widgets. (The glitch was most noticeable in the modern theme.)
svn-id: r22052
|
|
(some little things could be missing yet though)
svn-id: r22017
|
|
not work yet.
- Implemented highlisght padding in ListWidget
- Eval::getVar() method with default value
- Removed unused constructors for ListWidget and PoUpWidget
- cleanup
- bumped theme version
svn-id: r21934
|
|
to a minimum
svn-id: r21426
|
|
o Converted global options dialog to new scheme.
svn-id: r21137
|
|
o Implemented special alias 'prev'
o Added new calling scheme to several widgets
o Partially converted launcher dialog to new scheme
o Converted couple widgets of chooser dialog
svn-id: r21118
|
|
svn-id: r20840
|
|
It seems the only purpose of 'deltax' in this function was to introduce such
redrawing glitches. Weird...
svn-id: r20839
|
|
svn-id: r20518
|
|
(new color entries for highlighted buttons and for other widgets).
Also added a 'highlight' check to the CheckBox widget.
Changed the PopUpDialog to use a shadow around itself.
svn-id: r20341
|
|
svn-id: r20296
|
|
redrawing. There may be regressions, but none are known at the moment.
svn-id: r20271
|
|
- adds a ImageMan and ImageDec class for loading and managing image files
- adds a loader for zip files which is used by the new theme and the image manager
- changes the widgets to use the new gui code
- changes the scumm dialogs to use the new gui code
- fixes a #include problem in the sky debugger with the new gui code
To use the new gui copy gui/themes/default-theme.zip to your extrapath.
If the theme zip can not be found the gui will fallback to the classic theme.
If you want to change the gui styles use "gui_theme=classic" for the classic theme
and "gui_theme=default-theme" for the new theme.
Thanks to eriktorbjorn for testing and help with the new theme and to sev for
reviewing this patch.
svn-id: r20227
|
|
svn-id: r20088
|
|
svn-id: r19142
|
|
svn-id: r19102
|
|
svn-id: r18748
|