Well, besides a ton of problems and my GUI framework making trouble instead of helping me, etc, there are some good things as well.
For example, I added two splitters as you can see here, and you can also show/hide the categories. Oh yeah, and I made a small, ugly icon to show whether the items are displayed ascending or descending. Sorting is only (partially) implemented for the inventory so far.
You could hide the stuff you don't need. :)
However, all these things that we may take for granted, don't come without problems. For example, the small icons changes their position, right-aligning does not work anymore, and when you have hidden the the stuff with the splitter, they pop out again (just a bit) when you resize the window. I'll blame wxWidgets, only again (I guess it's not supposed to be easy.)
Update:
As you
may have noticed, this release is taking some time to get ready for release. I have had tons of problems
just so that I could actually start working on the stuff I
wanted to work on.
For instance, I decided to upgrade
wxWidgets (to get rid of bugs, I hope(d)). That meant that some of my code wouldn't be compatible anymore. That's one thing I have been working on (making it compatible).
Now, I was lucky
(?) enough that my GUI editor (
wxFormBuilder) made incompatible code as well! Luckily (really), it was just a small thing, and the GUI editor is open-source, so I managed to fix it by myself eventually.
So far, so good! At least until I saw that the splitters I added earlier now made the background color just gray (not white, like it should). Nothing made it use the Windows theme's white color. Not even setting the color manually. So... I did a pretty big makeover which caused lots of organizing code and what-not.
Here's what alpha 25 currently looks like:
I can
now continue my work on the sorting.
Thanks a lot for your patience, again! It's much appreciated. :)