-
lillo committed revision 11901 to the Allegro game programming library SVN repository, changing 1 files.
2009-03-20 21:41:26 UTC in Allegro game programming library
-
lillo committed revision 11769 to the Allegro game programming library SVN repository, changing 1 files.
2009-03-07 14:02:39 UTC in Allegro game programming library
-
lillo committed revision 11766 to the Allegro game programming library SVN repository, changing 2 files.
2009-03-03 21:25:34 UTC in Allegro game programming library
-
I'm attaching here an implementation of wxDataViewColumn::SetResizeable() for wxMac, it was missing from trunk.
Angelo.
2008-05-16 10:52:07 UTC in wxWidgets
-
Your test works ok here, same behaviour for both wxBoxSizer and wxFlexGridSizer. I was obviously missing something here: I was used to the old (2.8.x) sizers behaviour, and didn't notice this was changed. From changes.txt infact we have:
- Sizers distribute only the extra space between the stretchable items
according to their proportions and not all available space. We believe the
new...
2008-04-22 16:01:03 UTC in wxWidgets
-
hmmm, this is strange; I've updated to latest SVN version of trunk and rerun the tests, and with much disappointment I see the same old results... I'm attaching a screenshot of the problem. As you'll see, the combo dropdown window has a scrollbar where it shouldn't be, and the last item is cut.
Thanks for your time
File Added: mac_combo.png.
2008-04-18 16:19:10 UTC in wxWidgets
-
hmmm, this is strange; I've updated to latest SVN version of trunk and rerun the tests, and with much disappointment I see the same old results... I'm attaching a screenshot of the problem. As you'll see, the combo dropdown window has a scrollbar where it shouldn't be, and the last item is cut.
Thanks for your time
File Added: mac_combo.png.
2008-04-18 16:17:55 UTC in wxWidgets
-
Hugh. I thought exactly the contrary by reading the docs, and I was expecting flexible rows/cols with a proportion to act like items with proportion of a wxBoxSizer for example, thus resizing items proportionally at startup. If the correct behaviour is the one you're describing this patch is useless, but the docs should clarify this issue IMHO.
Thanks for your patience.
2008-04-18 14:25:43 UTC in wxWidgets
-
Uploaded new patch version, now built against trunk.
File Added: wx_window_mac_trunk.patch.
2008-04-16 15:40:46 UTC in wxWidgets
-
Uploaded the same patch but ready to be applied against trunk.
File Added: wx_mac_textctrl_trunk.patch.
2008-04-16 15:38:18 UTC in wxWidgets