Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-31 | Credit Clem and Raina for forum themes | Eugene Sandulenko | |
svn-id: r22802 | |||
2006-05-31 | More cleanup. We shouldn't need these widget size parameters either. | Torbjörn Andersson | |
svn-id: r22799 | |||
2006-05-31 | Cleanup. We no longer need these widget size parameters. | Torbjörn Andersson | |
svn-id: r22798 | |||
2006-05-31 | Update _tabHeight on screen changes. | Torbjörn Andersson | |
svn-id: r22791 | |||
2006-05-30 | Fix About dialog in PSP theme | Eugene Sandulenko | |
svn-id: r22782 | |||
2006-05-30 | Slight adjustment to list height in PSP theme so it will not have ugly empty | Eugene Sandulenko | |
space between last list item and widget edge. svn-id: r22780 | |||
2006-05-30 | Fixes for MM NES resolution: | Eugene Sandulenko | |
- Introduce useAsIs keyword for resolution aliases - Extend skipFor keyword to accept multiple values svn-id: r22779 | |||
2006-05-30 | override some widget settings for launcher on 480x272 | Joost Peters | |
svn-id: r22778 | |||
2006-05-30 | Fix game options in PSP theme | Eugene Sandulenko | |
svn-id: r22777 | |||
2006-05-30 | Fix global options on PSP theme | Eugene Sandulenko | |
svn-id: r22776 | |||
2006-05-30 | Put volume controls conditionally into separate tab. Used by PSP theme. | Eugene Sandulenko | |
svn-id: r22775 | |||
2006-05-30 | - Split global audio tab into audio and volume | Eugene Sandulenko | |
- More logical order in game options tab svn-id: r22774 | |||
2006-05-30 | Should fix drawing on systems with alpha mask. | Johannes Schickel | |
svn-id: r22773 | |||
2006-05-30 | Narrow buttons for PSP resolution for better look. | Eugene Sandulenko | |
svn-id: r22771 | |||
2006-05-30 | A quick hack to let PSP gui use bigger fonts. Proper solution is to add | Eugene Sandulenko | |
possibility to specify font for each widget class svn-id: r22770 | |||
2006-05-30 | GUI theme for PSP-specific resolution | Eugene Sandulenko | |
svn-id: r22768 | |||
2006-05-30 | Added sections for infrastructure and GUI to the credits file. These are ↵ | Max Horn | |
badly incomplete; folks, please add yourself as appropriate svn-id: r22766 | |||
2006-05-30 | Fix bug #1496582 "GUI: Default graphics mode not committing". | Eugene Sandulenko | |
svn-id: r22763 | |||
2006-05-29 | Introduces special switch for GraphicsWidget for use of theme transparency ↵ | Johannes Schickel | |
again. svn-id: r22746 | |||
2006-05-29 | - updates new theme config | Johannes Schickel | |
svn-id: r22744 | |||
2006-05-29 | - adds option to fill GraphicsWidgets with a special color | Johannes Schickel | |
- updates builtin theme config for my next commit - bumps theme config svn-id: r22743 | |||
2006-05-29 | Oops this reverts my last commit. :/ | Johannes Schickel | |
svn-id: r22742 | |||
2006-05-29 | - comments out getColorAlphaImp2 | Johannes Schickel | |
- adds note in getColorAlpha about we handle negative alpha values currently (could be removed when getColorAlphaImp2 get's fixed) svn-id: r22741 | |||
2006-05-29 | - cleanup | Johannes Schickel | |
- uses working getColorAlphaImpl for alpha == 0 in getColorAlpha svn-id: r22740 | |||
2006-05-29 | - changes transparency parameter of Theme::drawSurface to alpha parameter. | Johannes Schickel | |
- adds possibility to draw GraphicsWidgets with alpha values. svn-id: r22738 | |||
2006-05-29 | Removes leftover comment. | Johannes Schickel | |
svn-id: r22737 | |||
2006-05-29 | - Fixes list position after screen change. | Johannes Schickel | |
svn-id: r22736 | |||
2006-05-29 | - Fixes disabled transparency for classic theme. | Johannes Schickel | |
- Introduces check for define 'CT_NO_TRANSPARENCY' to disable transparency support. svn-id: r22735 | |||
2006-05-29 | Fixes widget drawing for classic theme. | Johannes Schickel | |
svn-id: r22734 | |||
2006-05-27 | Don't "tickle" a dialog until after it has had a chance to redraw itself, | Torbjörn Andersson | |
otherwise it may be in an inconsistent state since the modern theme uses openDialog() to allocate a surface as large as he dialog itself. This fixes a crash when changing to a bigger scaler when the About dialog is running. svn-id: r22688 | |||
2006-05-27 | add fixme about scrolling in about dialog | Willem Jan Palenstijn | |
svn-id: r22685 | |||
2006-05-27 | fix missing saveload thumbnail variables in classic theme config | Willem Jan Palenstijn | |
svn-id: r22684 | |||
2006-05-27 | make EditableWidget's caret visible when it moves | Willem Jan Palenstijn | |
svn-id: r22682 | |||
2006-05-27 | Don't draw the shadow outside the scrollbar (should fix 'garbage' when ↵ | Johannes Schickel | |
moving the scrollbar) svn-id: r22680 | |||
2006-05-27 | Fixes caret drawing in EditTextWidgets. | Johannes Schickel | |
svn-id: r22678 | |||
2006-05-27 | More vertical space in game options 'game' tab for consistency and better | Eugene Sandulenko | |
visuals svn-id: r22677 | |||
2006-05-27 | Override the list widget's FindWidget() function, to allow it to return the | Torbjörn Andersson | |
scrollbar widget. svn-id: r22672 | |||
2006-05-27 | Oops. More advanced warning recovered a mechanic mistake. Fixing. | Eugene Sandulenko | |
svn-id: r22671 | |||
2006-05-27 | Major GUI update: | Eugene Sandulenko | |
- 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 | |||
2006-05-26 | remove unused variable | Eugene Sandulenko | |
svn-id: r22647 | |||
2006-05-26 | - Put scrollbar inside of list widget | Eugene Sandulenko | |
- Use resize() instead of setPos() and setSize() where applicable svn-id: r22646 | |||
2006-05-26 | Do not create scrollbar copy on each resolution switch | Eugene Sandulenko | |
svn-id: r22645 | |||
2006-05-26 | Use Courier 12pt (free one) for 2x and 3x console. Looks much more useable now. | Eugene Sandulenko | |
svn-id: r22644 | |||
2006-05-26 | Properly process screen change event in console | Eugene Sandulenko | |
svn-id: r22643 | |||
2006-05-25 | The GUI never asked for the cursor to be visible. I'm not sure why that used to | Torbjörn Andersson | |
work before the cursor manager. Oh well, the launcher should have a visible cursor again, knock on wood. svn-id: r22641 | |||
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson | |
recently added (cursor) palette manager) so that the cursor can be properly restored after returning from the GUI. If there's any C++ magic that can keep the backend functions from being called by anything else than these managing classes, that would probably be a good idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps there are at least some backends that will no longer need to? svn-id: r22639 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 | |||
2006-05-20 | After the GUI has finished, restore the old cursor palette (if any). For this | Torbjörn Andersson | |
to work, cursor palette now has to be set using the new "palette manager". See graphics/paletteman.cpp svn-id: r22543 | |||
2006-05-20 | Set a cursor palette for the classic theme, as well. Otherwise we'll get the | Torbjörn Andersson | |
wrong colours in many games. svn-id: r22540 | |||
2006-05-19 | Call the inherited handleScreenChanged() method, so that the widget can resize | Torbjörn Andersson | |
itself on scaler changes. svn-id: r22537 |