Age | Commit message (Collapse) | Author |
|
- 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: r22643
|
|
svn-id: r20518
|
|
- 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: r18964
|
|
svn-id: r18604
|
|
to be made once, instead of whenever the console is redrawn. (This is the
same trick as the About dialog uses.)
It should speed up the drawing quite a bit, though it's not particularly
noticeable on the computer I'm using at the moment, so I can't say for
sure.
svn-id: r18540
|
|
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING,
_scaleFactor and _scaleEnable.
Also removed drawBitmap() since we no longer use bitmaps for widget
decorations.
svn-id: r18310
|
|
svn-id: r17652
|
|
svn-id: r17646
|
|
svn-id: r16398
|
|
svn-id: r16040
|
|
svn-id: r15903
|
|
ok, and as far as I can tell it does fix bugs #941811 and #941814, just as
it promised.
svn-id: r13849
|
|
svn-id: r13793
|
|
svn-id: r12176
|
|
svn-id: r11416
|
|
'arbitrary' BDF fonts (via convbdf)
svn-id: r11350
|
|
svn-id: r11255
|
|
svn-id: r11223
|
|
Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
|
|
svn-id: r10982
|
|
the overlay isn't so tiny anymore in COMI
svn-id: r10329
|
|
svn-id: r7293
|
|
svn-id: r6726
|
|
svn-id: r6721
|
|
svn-id: r6216
|
|
svn-id: r6109
|
|
svn-id: r5976
|
|
svn-id: r5973
|
|
svn-id: r5970
|
|
svn-id: r5968
|
|
svn-id: r5967
|
|
svn-id: r5966
|
|
svn-id: r5965
|
|
svn-id: r5964
|
|
svn-id: r5963
|
|
svn-id: r5955
|
|
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that
svn-id: r5952
|