2004-05-26 |
Robin Dunn | Added a Python port of the OGL library, deprecated... |
tree | commitdiff |
2004-05-17 |
Robin Dunn | Removed calls to wx.InitAllImageHandlers. |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Added a generic StaticBitmap class in wx.lib.statbmp... |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Updates for the Joystick demo to allow it to funciton... |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Tweaks |
tree | commitdiff |
2004-05-07 |
Robin Dunn | Some test code for loading sound from data |
tree | commitdiff |
2004-05-07 |
Robin Dunn | removed a debugging print |
tree | commitdiff |
2004-05-07 |
Robin Dunn | demo tweaks |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Reverted to old method names/signatures for wx.DC,... |
tree | commitdiff |
2004-04-29 |
Dimitri Schoolwerth | fixed a few typos |
tree | commitdiff |
2004-04-25 |
Robin Dunn | wx.StaticBox and siblings creation order, and other... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | Use PostCreate |
tree | commitdiff |
2004-04-22 |
Robin Dunn | wxFIXED_MINSIZE is not needed anymore |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Added new MaskedEditControl code from Will Sadkin.... |
tree | commitdiff |
2004-04-15 |
Robin Dunn | Reorder the controls so the RadioButtons work right... |
tree | commitdiff |
2004-04-15 |
Robin Dunn | minor tweaks |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Use FIXED_MINSIZE on the listbox |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Various layout tweaks, wx.FIXED_SIZE added, etc. |
tree | commitdiff |
2004-04-07 |
Robin Dunn | style tweaked |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Use wx.CLIP_CHILDREN on the splitter windows |
tree | commitdiff |
2004-04-07 |
Robin Dunn | changed border style |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Fixes so bg colors in a notebook on XP are visible... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Use a panel |
tree | commitdiff |
2004-04-07 |
Robin Dunn | use wx.FIXED_SIZE |
tree | commitdiff |
2004-04-01 |
Robin Dunn | Demo tweaks to correct some visual glitches and event... |
tree | commitdiff |
2004-03-28 |
Robin Dunn | typos fixed |
tree | commitdiff |
2004-03-28 |
Robin Dunn | demo tweaks |
tree | commitdiff |
2004-03-26 |
Robin Dunn | Removed some old, outdated, unfinished, or unstarted... |
tree | commitdiff |
2004-03-26 |
Robin Dunn | Cleanup obsolete samples |
tree | commitdiff |
2004-03-25 |
Robin Dunn | No need to explicitly delete the tbicon |
tree | commitdiff |
2004-03-25 |
Robin Dunn | GetFirstChild does't need the cookie anymore |
tree | commitdiff |
2004-03-24 |
Robin Dunn | fixed indentation |
tree | commitdiff |
2004-03-24 |
Robin Dunn | fixes for unicode build, return values from event handl... |
tree | commitdiff |
2004-03-23 |
Robin Dunn | Lindsay Mathieson's newest wxActiveX class has been... |
tree | commitdiff |
2004-03-18 |
Robin Dunn | Correct file format errors |
tree | commitdiff |
2004-03-18 |
Robin Dunn | demo tweaks |
tree | commitdiff |
2004-03-15 |
Robin Dunn | Fiddling with the resize a bit |
tree | commitdiff |
2004-03-15 |
Robin Dunn | write selection info to the log |
tree | commitdiff |
2004-03-15 |
Robin Dunn | fixed typo |
tree | commitdiff |
2004-03-15 |
Robin Dunn | Set focus back to the tree after loading the new sample... |
tree | commitdiff |
2004-03-15 |
Robin Dunn | Give BitmapButton its own demo, get rid of ErrorDialogs |
tree | commitdiff |
2004-03-12 |
Robin Dunn | fixed a failure message |
tree | commitdiff |
2004-03-11 |
Robin Dunn | Use PlatformInfo |
tree | commitdiff |
2004-03-11 |
Robin Dunn | Allow the stdout redirection to be toggled on or off... |
tree | commitdiff |
2004-03-10 |
Robin Dunn | Try using a regular mask on wxGTK |
tree | commitdiff |
2004-03-10 |
Robin Dunn | wishful thinking... :-( |
tree | commitdiff |
2004-03-10 |
Robin Dunn | Add demo showing drawing of an image with an Alpha... |
tree | commitdiff |
2004-03-10 |
Robin Dunn | demo tweaks |
tree | commitdiff |
2004-03-10 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-03-10 |
Robin Dunn | PrintFramework fixes |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Add the wx module to the namespace |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Only close the shell window if it still exists |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Remove some extra Refreshes and such |
tree | commitdiff |
2004-03-05 |
Robin Dunn | MaskedEditCtrl updates from Will Sadkin |
tree | commitdiff |
2004-03-05 |
Robin Dunn | When running samples from the demo standalone you can... |
tree | commitdiff |
2004-03-02 |
Robin Dunn | Fixed wx.Timer to not need to hold an extra reference... |
tree | commitdiff |
2004-02-26 |
Robin Dunn | ContextHelp is fixed on wxMac |
tree | commitdiff |
2004-02-26 |
Robin Dunn | Call event.Skip in OnSize |
tree | commitdiff |
2004-02-24 |
Robin Dunn | Some more demo tweaks |
tree | commitdiff |
2004-02-23 |
Robin Dunn | The UseAntiAliasing is off by default on wxMac. Add... |
tree | commitdiff |
2004-02-23 |
Robin Dunn | Can't use NameError to check for NotIMplemented anymore... |
tree | commitdiff |
2004-02-21 |
Robin Dunn | Updated the AnalogClockWindow with many enhancements... |
tree | commitdiff |
2004-02-13 |
Robin Dunn | Make all wxMask constructors use the C++ (bitmap, colou... |
tree | commitdiff |
2004-02-13 |
Robin Dunn | Typo fixed |
tree | commitdiff |
2004-02-12 |
Robin Dunn | A little tweak |
tree | commitdiff |
2004-02-06 |
Robin Dunn | Problem fixed, removed comments about it |
tree | commitdiff |
2004-02-06 |
Robin Dunn | Use Bind |
tree | commitdiff |
2004-02-04 |
Robin Dunn | You can now make menu items without IDs |
tree | commitdiff |
2004-02-04 |
Robin Dunn | Don't use a default button. |
tree | commitdiff |
2004-02-03 |
Robin Dunn | wxWave --> wxSound |
tree | commitdiff |
2004-01-31 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2004-01-31 |
Robin Dunn | A few comments tweaked |
tree | commitdiff |
2004-01-26 |
Robin Dunn | Remove all extensions before inport, not just .py |
tree | commitdiff |
2004-01-23 |
Robin Dunn | Upadted GLCanvas demo |
tree | commitdiff |
2004-01-23 |
Robin Dunn | Typo |
tree | commitdiff |
2004-01-22 |
Robin Dunn | Stop the timer when the demo is shutdown |
tree | commitdiff |
2004-01-22 |
Robin Dunn | use Bind |
tree | commitdiff |
2004-01-22 |
Robin Dunn | take Throbber out of Misc |
tree | commitdiff |
2004-01-22 |
Robin Dunn | wx.App |
tree | commitdiff |
2004-01-22 |
Robin Dunn | add an overview |
tree | commitdiff |
2004-01-21 |
Robin Dunn | Use Bind |
tree | commitdiff |
2004-01-21 |
Robin Dunn | Fix cleanup exceptions |
tree | commitdiff |
2004-01-21 |
Robin Dunn | cleanup, docs, and typos |
tree | commitdiff |
2004-01-20 |
Robin Dunn | Patches from Tomo |
tree | commitdiff |
2004-01-16 |
Robin Dunn | Ensure item is valid before using it. |
tree | commitdiff |
2004-01-15 |
Robin Dunn | tweak the spin button size |
tree | commitdiff |
2004-01-15 |
Robin Dunn | Not sure what this was here for |
tree | commitdiff |
2004-01-15 |
Robin Dunn | little tweaks |
tree | commitdiff |
2004-01-15 |
Robin Dunn | little tweaks |
tree | commitdiff |
2004-01-13 |
Robin Dunn | Added some missing wx namespace corrections |
tree | commitdiff |
2004-01-13 |
Robin Dunn | More demo conversion and cleanup from Jeff |
tree | commitdiff |
2004-01-08 |
Robin Dunn | Updated layout |
tree | commitdiff |
2004-01-07 |
Robin Dunn | Updated overview |
tree | commitdiff |
2004-01-07 |
Robin Dunn | updated Joystick demo, is now wxDesigner-less |
tree | commitdiff |
2004-01-06 |
Robin Dunn | Fixes for the UNICODE build |
tree | commitdiff |
2004-01-03 |
Robin Dunn | This file should not have been checked in! |
tree | commitdiff |
2004-01-03 |
Robin Dunn | Renamed demo modules to be wx-less. |
tree | commitdiff |
next |