aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-31Implements the usage of cached backgrounds in the old theme as well,Johannes Schickel
that should fix redrawing bugs with the about dialog. Also I displayed cached background usage in the console for now, since it produces redraw bugs with the old theme (maybe someone with knowledge how redrawing of that dialog is handled should look at that). svn-id: r20337
2006-01-31Adds more configureable options to the config file of the new theme,Johannes Schickel
also update the default theme zip file for that. Also it changes the way the tab buttons get drawn, now they have only rounded corners at the top. svn-id: r20336
2006-01-31Minor cleanup.Gregory Montoir
svn-id: r20335
2006-01-31Use the pitch of a virtual screen surface instead of the width to skip a ↵Gregory Montoir
scanline. svn-id: r20334
2006-01-31Sync with branch-0-8-0.Gregory Montoir
svn-id: r20333
2006-01-31Add undocumented option --gui-theme for easier theme debugging.Eugene Sandulenko
svn-id: r20332
2006-01-31Make the old theme's checkboxes look a bit more like they used to. (NotTorbjörn Andersson
quite, though, as they are a bit smaller than they used to be.) svn-id: r20331
2006-01-31Tabs look better with dialog surfaces than with widget surfaces. There'sTorbjörn Andersson
still room for improvements, though... svn-id: r20330
2006-01-31I didn't realize that disabled widgets were transparent, rather than justTorbjörn Andersson
faded. In those cases, I guess the background should be restored before drawing. But that can probably be done in the drawSurface / drawRect functions instead, like this. svn-id: r20329
2006-01-31I assume this call to restoreBackground() is unnecessary.Torbjörn Andersson
svn-id: r20328
2006-01-31Oops again. Don't beat me hard for plugging in 8800+ glyphs font insteadEugene Sandulenko
of 130-glyphs one :) svn-id: r20327
2006-01-31oops. Forgot about our small backends.Eugene Sandulenko
svn-id: r20326
2006-01-31Plug in better font. Unfortunately we can't use Arial12 which Krest put onEugene Sandulenko
his mock-ups due to license restrictions, i.e. Microsoft prohibits any reverse engineering and modifications of it and we need to convert it into raster font. Fortunately there are free fonts in the wild. I tried Bitstream Vera, but it looked too wide, or crappy if horizontal resolution was altered. Next try was Adobe Helvetica from X.org. Only requirement is to verbose copyright notice and disclaimer. However we will need both bold (provided) and normal wieghts of font in new GUI for use in text inputs. This is work to do. svn-id: r20325
2006-01-31A scale of zero should be ignored.Travis Howell
svn-id: r20324
2006-01-31Works fine now.Travis Howell
svn-id: r20323
2006-01-31Fix detection of rotated sprite.Travis Howell
svn-id: r20322
2006-01-31CleanupTravis Howell
svn-id: r20321
2006-01-30Revert back to match original version.Travis Howell
Change caused glitches in credits of pajama3. svn-id: r20320
2006-01-30Fix spelling in new entry Formed -> Former :DEugene Sandulenko
svn-id: r20319
2006-01-30Changed to be consistent with rest of wiz code.Gregory Montoir
svn-id: r20318
2006-01-30Fixed assert conditions.Gregory Montoir
svn-id: r20317
2006-01-30Changed transformation origin computation (the previous code is matching ↵Gregory Montoir
pajama2 disasm, but looks wrong to me). svn-id: r20316
2006-01-30Some cleanup and fixes to the wiz transformation code.Gregory Montoir
svn-id: r20315
2006-01-30Wrong #ifdefChris Apers
svn-id: r20314
2006-01-30Fixed compilationChris Apers
svn-id: r20313
2006-01-30Updated credits (Debian package maintainer: Tore -> TaoMax Horn
svn-id: r20312
2006-01-30Replace use of sscanfChris Apers
svn-id: r20311
2006-01-30Fixes a bug when loading the theme config file from a directory instead of ↵Johannes Schickel
the zip file. svn-id: r20310
2006-01-29Knakos patchNicolas Bacca
svn-id: r20309
2006-01-29Knakos patch & new iconsNicolas Bacca
svn-id: r20308
2006-01-29New iconNicolas Bacca
svn-id: r20307
2006-01-29Update with 0.8.1 commentsNicolas Bacca
svn-id: r20306
2006-01-29Knakos patch & Smartphone fixesNicolas Bacca
svn-id: r20305
2006-01-29oopsMax Horn
svn-id: r20302
2006-01-29Remove the custom strstr in favor of the ANSI strstr/strchr functionsMax Horn
svn-id: r20301
2006-01-29cleanupMax Horn
svn-id: r20300
2006-01-29Added a warning not to change the order of the res typesMax Horn
svn-id: r20299
2006-01-29Ok this should fix now all problems with drawing bugs of texts.Johannes Schickel
svn-id: r20298
2006-01-29Fixes redraw bugs with the about dialog and the new theme.Johannes Schickel
svn-id: r20297
2006-01-29Limit the maximum line width.Torbjörn Andersson
svn-id: r20296
2006-01-29Fixes transparency and enabled transparency for disabled buttons.Johannes Schickel
svn-id: r20295
2006-01-29Adjust, for recent changes.Travis Howell
svn-id: r20294
2006-01-29Variables no longer used.Travis Howell
svn-id: r20293
2006-01-29HE80+ games use a transparent color of 5.Travis Howell
svn-id: r20292
2006-01-29Allow GCC 2.95 again as compilation is now fixed.Jonathan Gray
svn-id: r20289
2006-01-29cyx's gcc 2.95 fix makes things compile with gcc 2.95 again.Jonathan Gray
svn-id: r20288
2006-01-29Enable debug print of parsed expression with use of new debugN() function.Eugene Sandulenko
svn-id: r20287
2006-01-29Oops. I should've test it before commit. Fixed now.Eugene Sandulenko
svn-id: r20286
2006-01-29Added new debugN() function which doesn't append newline.Eugene Sandulenko
svn-id: r20285
2006-01-29Patch #1416561: "updated .spec package description (second part of it).Eugene Sandulenko
Thanks, wjp. svn-id: r20284