- 28 May, 2014 3 commits
- 27 May, 2014 3 commits
-
-
Aloshi authored
-
Aloshi authored
If <platform> is set to "ignore", the system will not show up in the "SCRAPE NOW" systems list, and the "SCRAPE" button will be missing in the "EDIT METADATA" screen. Useful for single-game systems, systems made up of shortcuts, and pre-configured systems in distributions.
-
Aloshi authored
-
- 26 May, 2014 3 commits
- 24 May, 2014 3 commits
- 23 May, 2014 4 commits
-
-
Aloshi authored
-
Aloshi authored
Fixes "./../art/file.png" causing duplicates when used in multiple systems, even if it refers to the same file. Remove debug messages for SVGResource and ImageComponent.
-
Aloshi authored
1. Original width/height were being returned as integers, even though they can be floats (see SVGResource::getImageSize()). Function also renamed to be more descriptive (renamed to getSourceImageSize()). 2. Now we always round height and scale width from the rounded height when doing scaling, since SVG rasterization scale is determined from height. This seems to fix some 1px cutoff I was seeing, but I'm not sure if it still works for images with extreme aspect ratios that are taller rather than wider.
-
Aloshi authored
-
- 22 May, 2014 1 commit
-
-
Aloshi authored
Show more detailed breakdown of VRAM. Looks like there's a bug with duplicate fonts right now.
-
- 21 May, 2014 2 commits
- 19 May, 2014 2 commits
-
-
Aloshi authored
Fixes some subtle issues with newlines at the end of a word that would be at the end of a line. Still not quite perfect (sometimes goes to a new line when it's not necessary), but at least things aren't overflowing out of TextComponents anymore.
-
Aloshi authored
Scroll delay and speed are now hardcoded instead of arguments. Changed resetAutoscroll() to just reset(), which now also resets cursor position. Autoscroll now automatically returns to the top (via reset()) after 10 seconds.
-
- 17 May, 2014 2 commits
- 16 May, 2014 8 commits
-
-
Aloshi authored
Fix TextComponent's calculateExtent not taking line spacing into account.
-
Aloshi authored
Fixed RatingComponent theme image path changes not triggering a proper resize (making pixelized SVGs).
-
Aloshi authored
Ugly hack to fix it, but it will probably get rewritten in the future anyway.
-
Aloshi authored
Corrected "B" vs. "Start" behavior in GuiMetaDataEd (was inverted).
-
Aloshi authored
Floating point is a bitch.
-
Aloshi authored
Added back button to OptionListComponent in single select mode.
-
Aloshi authored
Center selector bar on selected row when selector bar height does not match row height.
-
Aloshi authored
"Start" closes all windows.
-
- 15 May, 2014 5 commits
- 14 May, 2014 4 commits
-
-
Aloshi authored
-
Aloshi authored
-
Aloshi authored
The ScraperSearchComponent uses a custom font size for metadata/descriptions. This was causing a short hang when it got resized multiple times (because it would rasterize like 4 fonts unnecessarily). So, I added an "update" parameter to ComponentGrid::setRowHeightPerc/setColWidthPerc. This can be used to only cause *one* resize/reposition "event" when setting multiple cell sizes (as is typical) by passing "false" as the last argument and then using ComponentGrid::setSize after setting all of the cell sizes.
-
Aloshi authored
-