2004-05-04 |
Dimitri Schoolwerth | improved backwards compatibility when a wxGauge is... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Book controls also shouldn't do anything for SetInitial... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Initial/Best size fixes for wxRadioBox, wxSlider and... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | cleanup after an exteption in the postcreate code,... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Added ability to execute more code after the widget... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | a little cleanup and refresh |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Updated layout test |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Misc tests, scripts, etc. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | set best size after filling the control with strings |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | removed the old hack needed to size the control properl... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | set min size to initial size when it is explicitly... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | override SetInitialBestSize() to do nothing (we must... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | call SetInitialBestSize(), not SetBestSize(), when... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | moved SetBestSize() to .cpp file; set min size from it |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | unTABbed |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Take the inverted coordinate system into account in... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Don't choke on NULL pointer passed into wxSlider::GetSize. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Don't choke on NULL pointer passed into wxSlider::GetSize. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Vadim Zeitlin | don't let wxChoice created with default size to shrink... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Workaround for compile problem in IconizeChildFrames. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Added missing include. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Vadim Zeitlin | fixed assert failure for a window which doesn't have... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Vadim Zeitlin | moved OnExceptionInMainLoop() in .cpp from header |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Václav Slavík | corrected cppunit test's output |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Mattia Barbon | Make wxMotif buttons smaller (and nicer) by default, |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Mattia Barbon | Fixed MinGW compilation with GCC 3.x when wxUSE_STL... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Mattia Barbon | Added missing NO_GCC_PRAGMA check. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | removed duplicate definitiion |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | Added wx.FileSystem support |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | Added wx.lib.mixins.listctrl.TextEditMixin, a mixin... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | Reverted to old method names/signatures for wx.DC,... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | some methods missing wxPyBeginBlockThreads/wxPyEndBlock... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Robin Dunn | Implement some base class virtuals to avoid errors... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Dimitri Schoolwerth | fixed Xcode 1.2 warnings; code cleanup |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Robin Dunn | Reverted last change |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Václav Slavík | compilation fixes (apparently, gcc <3.4 didn't validate... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Václav Slavík | dmars_smake support (bakefile cvs, patch 942877) |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Robin Dunn | wxScreenDC also needs a pango context and layout so... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Robin Dunn | In wxGTK2 the wxMessageDialog is not a real wxDialog... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | Use new wxHashTable implementation not using keyed... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | Some wxPerl notes. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | Fixed menu separators. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | Native wxControl::DoGetBestSize() implementation |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | MSVC 5 fix. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | Precompiled headers support. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Mattia Barbon | GCC 3.4 fixes. |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Stefan Csomor | classic case menubar changed |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Václav Slavík | define wxUSE_HOTKEY |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Stefan Csomor | replacing OSX only carbon calls by classic ones for... |
commit | commitdiff | tree | snapshot |
2004-05-01 |
Stefan Csomor | positioning of the insertion point at the end |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Vadim Zeitlin | use an internal wxFileSystem in wxHtmlListBox so that... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Vadim Zeitlin | fixed bug with SetSelection() not hiding the previously... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Vadim Zeitlin | made TestDestroy public and virtual |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Václav Slavík | more dmc fixes (patch 941830) |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Václav Slavík | moved Unicode tests to testsuite (patch 943945) |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Václav Slavík | don't export private symbols |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Stefan Csomor | libpng vulnerability CAN-2004-0421 |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Stefan Csomor | adaption for CW 8.3 and quick hack for unicode text... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
George Tasker | Updated the embedded sample program to reflect latest... |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Robin Dunn | undid one of the last SWIG tweaks |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Robin Dunn | script for the api docs |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Robin Dunn | style sheet for the api docs |
commit | commitdiff | tree | snapshot |
2004-04-30 |
Robin Dunn | Docstring updates and tweaks for epydoc |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Robin Dunn | Adds wxSplitterWindow support, patch from Steve Hartwell. |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Dimitri Schoolwerth | changed hand cursor to look like Windows' hand cursor |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Dimitri Schoolwerth | clarified #error |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Dimitri Schoolwerth | ignore eVC projects and build-debug dir (docs/msw/insta... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Dimitri Schoolwerth | fixed a few typos |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | precompiled headers changed |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | precompiled headers changed |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | resources not needed anymore |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | precompiled headers changed |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | first private implementation for MPRemoteCalls |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | obsolete |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | at the moment built in 'old' textcontrol has better... |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-04-29 |
Stefan Csomor | workaround for incorrect find control results because... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Dimitri Schoolwerth | don't inherit back- and foreground colour |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Dimitri Schoolwerth | updated to newer zlib version |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Dimitri Schoolwerth | convert all M8.mcp files in a folder, not just the... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Václav Slavík | re-added still needed zlib |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Stefan Csomor | fallback for non implemented structure region call |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Vadim Zeitlin | fixed wild card string construction when description... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Vadim Zeitlin | backport wxFileName::GetModificationTime() fix allowing... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Vadim Zeitlin | let wxFileName::GetModificationTime() work with files... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Vadim Zeitlin | open registry keys in read-only mode as we might not... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robin Dunn | Fixes Bug [ 930200 ] Async does not work |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robin Dunn | Change SetStringSelection to return bool like in other... |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robin Dunn | It's now wx._core |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robin Dunn | Add Unbind methods that can Disconnect event handlers |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robin Dunn | Remove the need for the PyPen class |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Robin Dunn | better __docfilter__ and other epydoc tweaks |
commit | commitdiff | tree | snapshot |
2004-04-27 |
Stefan Csomor | added defines for wxchar workaround |
commit | commitdiff | tree | snapshot |
next |