2004-05-06 |
Vadim Zeitlin | warning fix for BSD |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | call InitDialog() before showing the dialog, not after... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | oops, added missing const_cast to make last check in... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | use ResetClipping() instead of simply setting m_clippin... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | made GetClippingBox() work even for clipping region... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | mention non-const wxDC::GetPen/Font/Brush() removal |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | don't use non-const wxDC::GetBackground() which doesn... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | removed non-const accessors for pens, brushes, &c from... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | update from ABX |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Stefan Csomor | using const GetPen |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Added some info panels that show size and colour attrib... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Added multi-line TextCtrl |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | minor update from Herbert Breunung |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | check for multiple calls to gtk_glwindow_realized_callback |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Dimitri Schoolwerth | removed tab characters |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Dimitri Schoolwerth | delayed destruction of global memLocker object |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | update from Marco Cavallini |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | GetThumbLength() doesn't exist, GetThumbSize() does |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Stefan Csomor | allowing shaped windows again |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Julian Smart | Name change replacements |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Julian Smart | Improved real Latex support |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Added wxControl::PostCreation for wxGTK. Moved calls to |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Sorted and added StaticBox, StaticLine |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | added notebook test |
commit | commitdiff | tree | snapshot |
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 |
next |