2004-06-01 |
Robin Dunn | Use new DrawPoint signature
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | Change the text object to a message about the new OGL.
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | Make taskbar icon size dependent on platform. Other...
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | Don't use deprecated wx.MaskColour
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | Handle the (probably rare) case where the icon has...
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | All the Window and GDI (pen, bitmap, etc.) classes...
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | Fixed typo
|
commit | commitdiff | tree |
2004-06-01 |
Robin Dunn | remove EVT_STC_POSCHANGED as it's been deprecated in...
|
commit | commitdiff | tree |
2004-05-29 |
Robin Dunn | Take character size into account when calculating buffer...
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | comments and cleanup
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Add GetHDC back
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Use an inline function to fetch the API pointer, importing...
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Some error recovery and other tweaks
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | missing OnBeginSize call
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | GetClientAreaOrigin should be public
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | docstring tweak
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Add cx_Freeze and Installer examples
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | No longer need to fallback to importing "_core_" as...
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Commented out some test code
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Updates for new/old DC method signatures, also updated...
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Don't scroll too far if the child getting the focus...
|
commit | commitdiff | tree |
2004-05-28 |
Robin Dunn | Put the locale files in teh right place
|
commit | commitdiff | tree |
2004-05-26 |
Robin Dunn | fixed a typo
|
commit | commitdiff | tree |
2004-05-26 |
Robin Dunn | It's a new change
|
commit | commitdiff | tree |
2004-05-26 |
Robin Dunn | Got sidetracked and forgot to finish the new OGL section...
|
commit | commitdiff | tree |
2004-05-26 |
Robin Dunn | be explicit about the version of SWIG to use
|
commit | commitdiff | tree |
2004-05-26 |
Robin Dunn | Added a Python port of the OGL library, deprecated...
|
commit | commitdiff | tree |
2004-05-25 |
Robin Dunn | Some typos fixed. More text about the changes to sizers...
|
commit | commitdiff | tree |
2004-05-25 |
Robin Dunn | Switch to the TreeListCtrl from the wxCode project.
|
commit | commitdiff | tree |
2004-05-25 |
Robin Dunn | Put a rreminder in the comments about s bit of duplicated...
|
commit | commitdiff | tree |
2004-05-25 |
Robin Dunn | Version number update
|
commit | commitdiff | tree |
2004-05-25 |
Robin Dunn | Remove treelistctrl from gizmos. The one from the...
|
commit | commitdiff | tree |
2004-05-25 |
Robin Dunn | Fix for bug# 956875. Added some wxCHECK's to MSW's...
|
commit | commitdiff | tree |
2004-05-24 |
Robin Dunn | Use correct #if for interface/implementation pragma.
|
commit | commitdiff | tree |
2004-05-24 |
Robin Dunn | No longer any need for the dc parameter to FullPaint.
|
commit | commitdiff | tree |
2004-05-24 |
Robin Dunn | Fix FullPaint to actually force the whole window to...
|
commit | commitdiff | tree |
2004-05-24 |
Robin Dunn | Updated version variables in configure.in to go along...
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | Oops, forgot to return a value
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | Fixed some colours
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | Fix printing?
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | Docstrings
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | Add PreGrid()
|
commit | commitdiff | tree |
2004-05-22 |
Robin Dunn | Decref items added to lists
|
commit | commitdiff | tree |
2004-05-21 |
Robin Dunn | fixed wxGetKeyState to get current status of non-togle...
|
commit | commitdiff | tree |
2004-05-21 |
Robin Dunn | wxGTK now uses gtk_init_check so wxPython can raise...
|
commit | commitdiff | tree |
2004-05-21 |
Robin Dunn | Use gtk_init_check instead of gtk_init so that we can...
|
commit | commitdiff | tree |
2004-05-20 |
Robin Dunn | Implemented wxGetKeyState for wxGTK (and wxX11 too...
|
commit | commitdiff | tree |
2004-05-18 |
Robin Dunn | Add wxFULL_REPAINT_ON_RESIZE
|
commit | commitdiff | tree |
2004-05-18 |
Robin Dunn | More test cases and handle __doc__ == None
|
commit | commitdiff | tree |
2004-05-18 |
Robin Dunn | If the threads module hasn't been initialized yet then...
|
commit | commitdiff | tree |
2004-05-18 |
Robin Dunn | Call SetSize for explicit sizees too in case it wasn...
|
commit | commitdiff | tree |
2004-05-18 |
Robin Dunn | Fix DoGetBestSize when wxCB_READONLY is used. The...
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | Removed calls to wx.InitAllImageHandlers.
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | Replaced wx/lib/pubsub.py with a version that uses...
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | Subindent support added
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | Docstring fix
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | wx.InitAllImageHandlers is now an empty function that...
|
commit | commitdiff | tree |
2004-05-17 |
Robin Dunn | wxMac should use /src/mac/carbon/spinctrl.cpp, applied...
|
commit | commitdiff | tree |
2004-05-15 |
Robin Dunn | A little cleanup
|
commit | commitdiff | tree |
2004-05-15 |
Robin Dunn | Added test for smaller spinctrl
|
commit | commitdiff | tree |
2004-05-15 |
Robin Dunn | Tweaks to the generic scpinctrl to handle layouts on...
|
commit | commitdiff | tree |
2004-05-15 |
Robin Dunn | wxMacWakeUp needs to be in wxBase
|
commit | commitdiff | tree |
2004-05-15 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Call PositionStatusBar from SetStatusBar
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Add SetBestSize, GetDefaultAttributes and fixed ShouldInheri...
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Docstring fixes
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Accept old 'faceName' keyword arg
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Fix docs for Bind
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Change the C name of my wxGetApp so it doesn't conflict...
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Modules generated by SWIG can now have module docstrings.
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Added a generic StaticBitmap class in wx.lib.statbmp...
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Patch #952053, wxToggleButton gains WS_VISIBLE flag
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Add a call to SetBestSize so the minsize can be set...
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Updates for the Joystick demo to allow it to funciton...
|
commit | commitdiff | tree |
2004-05-14 |
Robin Dunn | Fixes so joystick not only compiles on Linux, but it...
|
commit | commitdiff | tree |
2004-05-13 |
Robin Dunn | Take the hgap and vgap into account when doing alignments...
|
commit | commitdiff | tree |
2004-05-13 |
Robin Dunn | Patch #953131
|
commit | commitdiff | tree |
2004-05-13 |
Robin Dunn | Patch [ 952969 ] Parentless windows forced to center...
|
commit | commitdiff | tree |
2004-05-13 |
Robin Dunn | OGL typemap and OOR fixes
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | More DocStr macro updates
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | Oops, wrong file selected. undid last change
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | More DocStr macro updates
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | Some docstring additions, reformats and epydoc markup.
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | Check exit code or commands and exit with that code
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | made wx.Joystick stub (for platforms without joystick...
|
commit | commitdiff | tree |
2004-05-12 |
Robin Dunn | Made wx.Locale() make an unitialized locale while still...
|
commit | commitdiff | tree |
2004-05-11 |
Robin Dunn | Fixed compile warning
|
commit | commitdiff | tree |
2004-05-11 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-05-11 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
next |