Age | Commit message (Collapse) | Author |
|
Common::String (mainly to make doxygen happy)
svn-id: r25360
|
|
test if X >= 0. Dragging the slider quickly, we may never get an event where X
is exactly 0, so all it does is to make it more difficult to drag the slider to
its minimum value.
svn-id: r23330
|
|
svn-id: r23116
|
|
svn-id: r22930
|
|
svn-id: r22918
|
|
copying strings needlessly
svn-id: r22873
|
|
svn-id: r22799
|
|
svn-id: r22798
|
|
again.
svn-id: r22746
|
|
- updates builtin theme config for my next commit
- bumps theme config
svn-id: r22743
|
|
- adds possibility to draw GraphicsWidgets with alpha values.
svn-id: r22738
|
|
- 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
|
|
(some little things could be missing yet though)
svn-id: r22017
|
|
svn-id: r21433
|
|
to a minimum
svn-id: r21426
|
|
o Introduced .align text widget property
o Moved all text widgets to use it and populated theme config file
svn-id: r21420
|
|
Logo is still shown weirdly.
svn-id: r21268
|
|
svn-id: r21147
|
|
o Converted global options dialog to new scheme.
svn-id: r21137
|
|
o Add 'true' and 'false' constants
o add .visible widget property
o allow dots to be part of section and key names in configs
svn-id: r21123
|
|
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
|
|
save/load dialog really cleans the thumbnail area when there is no thumbnail.
svn-id: r20843
|
|
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
|
|
- Changed gradient calculating
- added background saving for all dialog/widget backgrounds for now (change that later maybe)
- changed ScummDialog to use the colors of our launcher dialog
svn-id: r20276
|
|
- 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: r18604
|
|
svn-id: r18444
|
|
svn-id: r18318
|
|
dependent on size, so the two different sizes are handled through a new
addSlider() function.
Figuring out why the big widget won't let you set volume to 0 is left as an
exercise for the reader.
svn-id: r18170
|
|
svn-id: r18164
|
|
StaticTextWidget for the label
svn-id: r18163
|
|
svn-id: r18154
|
|
svn-id: r18117
|
|
were being drawn at unscaled coordinates.) I don't know if this is the
correct fix, but the change is small and easy to revert, if need be.
svn-id: r18072
|
|
svn-id: r18060
|
|
svn-id: r17980
|
|
of patch #1163026)
svn-id: r17977
|
|
svn-id: r17638
|
|
games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to
svn-id: r16467
|
|
svn-id: r16398
|
|
mouse moved / mouse up events to the widget on which the drag is performed (this fixes at least one bug and improves the user experience)
svn-id: r16362
|
|
SCUMM font and any new font... or to have multiple different fonts (like, one for 320x240 and and one for 640x480); furthermore, font rendering can now be done w/o using NewGui
svn-id: r13243
|
|
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend
svn-id: r13087
|
|
svn-id: r12605
|
|
svn-id: r12522
|
|
svn-id: r12478
|
|
svn-id: r12176
|