2004-04-22 |
Robin Dunn | Use PostCreate
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | wxFIXED_MINSIZE is not needed anymore
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | bugfix
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Remove some obsolete window styles, added a new sizer...
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Add the masked package dir
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Various tweaks, docstring fixes, etc.
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Updated SWIG docstring changes, also merged prepend...
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Add SetKind accessor
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Get the GIL before raising an exception
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Fix wxGTK's menu and menubar so Insert does something...
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | SetFont may temporarily rset the background to wxNullColour...
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Add SetKind accessor
|
commit | commitdiff | tree |
2004-04-22 |
Robin Dunn | Instead of using GetAdjustedBestSize use the minsize...
|
commit | commitdiff | tree |
2004-04-21 |
Robin Dunn | MaskedEditControl bugfix pach from Will Sadkin
|
commit | commitdiff | tree |
2004-04-19 |
Robin Dunn | Added new MaskedEditControl code from Will Sadkin....
|
commit | commitdiff | tree |
2004-04-19 |
Robin Dunn | Add back some missing enums
|
commit | commitdiff | tree |
2004-04-19 |
Robin Dunn | Make sure the window is not iconized before saving...
|
commit | commitdiff | tree |
2004-04-19 |
Robin Dunn | Also Check for validity in comparrison operators
|
commit | commitdiff | tree |
2004-04-19 |
Robin Dunn | Check for validity in __repr__ and __str__
|
commit | commitdiff | tree |
2004-04-17 |
Robin Dunn | Set m_window to NULL after destroying it
|
commit | commitdiff | tree |
2004-04-17 |
Robin Dunn | Make InheritAttributes and ShouldInheritColours public...
|
commit | commitdiff | tree |
2004-04-17 |
Robin Dunn | SetDefault should call parent->SetDefaultItem
|
commit | commitdiff | tree |
2004-04-17 |
Robin Dunn | Make InheritAttributes and ShouldInheritColours public...
|
commit | commitdiff | tree |
2004-04-17 |
Robin Dunn | default id's where possible
|
commit | commitdiff | tree |
2004-04-17 |
Robin Dunn | Fix or add some DoGetBestSize's
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | If the window has a minsize then use that as the BestSize...
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Remove use of m_bestSize
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Reorder the controls so the RadioButtons work right...
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Use Update
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Set stc and xrc to use GENDIR again as SWIG on Mac...
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | MacSetTheme
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Use GetHandle for Mac too
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | MacSetMetalAppearance
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Default for id
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Add width and precision params for wxGridCellFloatEditor
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Added SetDefaultXXX methods
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | install missing headers
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Added new encoding, new methods
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Moved some enums around to better match the C++ headers
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Oops
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | Added some convenience methods to wx.Bitmap: SetSize...
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | More about the sizer changes
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | clarify the note about OpenGL errors
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | removed stuff about the decorator classes
|
commit | commitdiff | tree |
2004-04-15 |
Robin Dunn | minor tweaks
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Added #include for non PCH compilers
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Updated with notes about recent sizer changes
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-...
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Keep track of the initial size that the window was...
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Don't accidentally instal the MSVCRT.dll from XP as...
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | docstring tweak
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | If the icon is smaller than the allotted space then...
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Add wxGridBagSizer to the overview text
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | simplify how the XWindow is extracted for GetHandle
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | The activex dirs got left out.
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Doc tweaks, double the backslashes so they convert...
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | whitespace cleanup
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Compilation fixes
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Ensure PostCreation is always called, so the widget...
|
commit | commitdiff | tree |
2004-04-14 |
Robin Dunn | Fix for #933359
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more...
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Use FIXED_MINSIZE on the listbox
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more...
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more...
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | reSWIGged
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | notes about sizer changes
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Put back wxMSW's wxStaticBitmap::DoGetBestSize because...
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | use wxBU_EXACTFIT for the small buttons
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | fix for self.root == None
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | set m_bestSize
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | wxStatusBarGeneric::DoGetBestSize
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | wxStaticBitmapBase::DoGetBestSize
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Use default window IDs
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Various layout tweaks, wx.FIXED_SIZE added, etc.
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Add wxRTTI info and set bestSize
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | XRC needs to know about wxFIXED_SIZE too.
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | style tweaked
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Use wx.CLIP_CHILDREN on the splitter windows
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | changed border style
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Fixes so bg colors in a notebook on XP are visible...
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Use a panel
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Added wx.FIXED_SIZE.
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | use wx.FIXED_SIZE
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Use the size value passed to the ctor to set the window...
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Added wxFIXED_SIZE.
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Added some convenience inlines
|
commit | commitdiff | tree |
2004-04-07 |
Robin Dunn | Fixed tex2rtf error
|
commit | commitdiff | tree |
2004-04-06 |
Robin Dunn | Somehow the Validate(), TransferDataToWindow(),
|
commit | commitdiff | tree |
2004-04-06 |
Robin Dunn | Check for errors after unicode conversions
|
commit | commitdiff | tree |
2004-04-05 |
Robin Dunn | wxSize::SetDefaults
|
commit | commitdiff | tree |
2004-04-05 |
Robin Dunn | GetDefaultAttributes, and other tweaks needed to get...
|
commit | commitdiff | tree |
2004-04-05 |
Robin Dunn | updated version number
|
commit | commitdiff | tree |
2004-04-03 |
Robin Dunn | m_font may not have been set yet. Default to letting...
|
commit | commitdiff | tree |
2004-04-02 |
Robin Dunn | typos fixed
|
commit | commitdiff | tree |
2004-04-01 |
Robin Dunn | embedded sample's README updates
|
commit | commitdiff | tree |
2004-04-01 |
Robin Dunn | What the hell, let's spin up another full release
|
commit | commitdiff | tree |
2004-04-01 |
Robin Dunn | final tweaks for embedded
|
commit | commitdiff | tree |
next |