2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
tree | commitdiff |
2001-12-15 |
Robert Roebling | Aqua gets Aqua tree buttons automatically now. |
tree | commitdiff |
2001-12-14 |
Václav Slavík | move pmapi.h to mgl/private.h |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | wxConfig clean up and bug fix for record defaults |
tree | commitdiff |
2001-12-11 |
Ron Lee | preemptive fix for wxPython compilation. It will break... |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fixed displaying text in non default charset in the... |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixes for handling WM_SYSCOLORCHANGE - now seems to... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | added wxMGL_DOS platform |
tree | commitdiff |
2001-12-07 |
Václav Slavík | compilation fix for Watcom |
tree | commitdiff |
2001-12-07 |
Stefan Csomor | added method for getting the help menu |
tree | commitdiff |
2001-12-06 |
Robert Roebling | Added wxSP_SASH_AQUA style |
tree | commitdiff |
2001-12-05 |
Václav Slavík | compilation fixes (I wonder how did you people ever... |
tree | commitdiff |
2001-12-04 |
Václav Slavík | MS-DOS fix |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | added wxFileName::MakeRelativeTo() and the tests/docs... |
tree | commitdiff |
2001-12-04 |
Ron Lee | (Blind) fix for BCC compile glitch. |
tree | commitdiff |
2001-12-04 |
Ron Lee | fix for wxDynamicCast making it safe to pass factory... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed Assign(fullpath, fullname) |
tree | commitdiff |
2001-12-03 |
Julian Smart | Added wxUSE_TIPWINDOW |
tree | commitdiff |
2001-12-03 |
George Tasker | Removed semicolons from end of DECLARE_DYNAMIC_CLASS... |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | fixed mem leak in wxDataObjectComposite |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed event processing for the target window |
tree | commitdiff |
2001-12-02 |
Robin Dunn | wxTipWindow can now derived from wxFrame if not wxUSE_P... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | really fixed wxLongLong |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed VC++ compilation |
tree | commitdiff |
2001-12-01 |
Gilles Depeyrot | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | added wxStringBuffer helper |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added wxFile::write_excl and use it from wxTempFile... |
tree | commitdiff |
2001-12-01 |
Ron Lee | fix wxUINT64_SWAP macro to use wxULongLong now that... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed compilation warning about signed/unsigned comparison |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added 2 extra macros to handle all the flavours of... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | added wxUSE_TIPWINDOW |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed compilation after wxTipWindow base class change... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. GetCwd() now has the volume argument, Normalize... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | more fixes for volume names handling |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added wxWS_EX_TRANSIENT, added code for handling it... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | wxFILE_SEP_PATH_VMS must be '.', not '/' |
tree | commitdiff |
2001-11-30 |
Robin Dunn | wxTipWindow is now a wxPopupTransientWindow instead... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added volume support and support for UNC paths under... |
tree | commitdiff |
2001-11-30 |
Robin Dunn | Fixed some warnings in wxSTC |
tree | commitdiff |
2001-11-30 |
Robin Dunn | Another blind attempt to fix AltGr issues in wxSTC... |
tree | commitdiff |
2001-11-28 |
Julian Smart | Small change |
tree | commitdiff |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
tree | commitdiff |
2001-11-27 |
Mattia Barbon | Fixes for Cygwin compilation |
tree | commitdiff |
2001-11-27 |
Václav Slavík | second halt of Chris' wxImage ICO patch |
tree | commitdiff |
2001-11-27 |
Václav Slavík | added two-step creation of wxHtmlWindow |
tree | commitdiff |
2001-11-27 |
Vadim Zeitlin | oops, forgot to commit the header for the notebook fix |
tree | commitdiff |
2001-11-27 |
Robin Dunn | Added IsVertical to wxMac's wxScrollBar. (It doesn... |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | superposition of text styles in wxTextCtrl now works... |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | removed unneeded include from the header |
tree | commitdiff |
2001-11-26 |
Ron Lee | added wx(U)int64, then added it to wxDataStream so... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCmdLineParser::ConvertStringToArgs(), wxApp... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | changed wxYES_NO to be equal to wxYES | wxNO freeing... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixed wxTE_LINESCROLL definition to not conflict with... |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | removed trailing ; after DECLARE_NO_COPY_CLASS |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | use "..." instead of <...> for wx includes |
tree | commitdiff |
2001-11-25 |
Robin Dunn | Added ability for wxSTC's scrollbars to be supplieed... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added GetHpalette[Of] macros |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | compilation fix for wxUSE_TEXTBUFFER=0 |
tree | commitdiff |
2001-11-24 |
Václav Slavík | wxToolBar support in wxUniv/wxFrame |
tree | commitdiff |
2001-11-24 |
Václav Slavík | better behaviour of wxMGL's wxTimer w.r.t. memory alloc... |
tree | commitdiff |
2001-11-24 |
Mattia Barbon | Must honour wxUSE_TOOLTIPS in tooltip.h |
tree | commitdiff |
2001-11-24 |
Julian Smart | Include windows.h before sql headers, if compiling... |
tree | commitdiff |
2001-11-23 |
Stefan Csomor | carbon compat routine define |
tree | commitdiff |
2001-11-23 |
Stefan Csomor | added virtual DoSetSize method in order to allow for... |
tree | commitdiff |
2001-11-23 |
Václav Slavík | applied Greg's refinment of hist treectrl patch |
tree | commitdiff |
2001-11-23 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | added comment for OnScroll |
tree | commitdiff |
2001-11-23 |
Julian Smart | Fixed Plot compilation, aliased OnScroll to HandleOnScroll |
tree | commitdiff |
2001-11-23 |
Julian Smart | Added event Clone functions |
tree | commitdiff |
2001-11-23 |
George Tasker | "char *" changed to "wxChar *" in several places |
tree | commitdiff |
2001-11-23 |
George Tasker | MS Access support fix |
tree | commitdiff |
2001-11-22 |
Julian Smart | #ifdefed out the joystick code, and removed the wxBitma... |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | added wxSockAddress copy ctor which, in particular... |
tree | commitdiff |
2001-11-22 |
Václav Slavík | change to /usr/share/wx/version |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxDropFilesEvent dtor, added copy ctor and implem... |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxTaskBarIcon compilation |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. removed wxObject::CopyObject() and Clone() - some... |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | expanded the comment about redefining the client data... |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | replaced wxSocketEvent::CopyObject() with Clone() |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
tree | commitdiff |
2001-11-21 |
Václav Slavík | wxMouseEvent's coordinates are now relative to client... |
tree | commitdiff |
2001-11-21 |
Václav Slavík | more programmer-friendly wxApp::SetDisplayMode |
tree | commitdiff |
2001-11-21 |
Václav Slavík | removed GDI lists from wxMGL |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fixes for ambiquity in wxComboBox (is it correct this... |
tree | commitdiff |
2001-11-20 |
Václav Slavík | compilation fix for wxMotif |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fine-tuned API from the ICO patch |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | backwards incompatible change to wxWizardPage reverted |
tree | commitdiff |
2001-11-19 |
Václav Slavík | wxMGL support for std dialogs |
tree | commitdiff |
2001-11-19 |
Julian Smart | Project file corrections, doc corrections |
tree | commitdiff |
2001-11-18 |
Vadim Zeitlin | fixes for wxEvent and wxKeyEvent operator=() |
tree | commitdiff |
2001-11-18 |
Stefan Csomor | added a preImage of the selection in order to avoid... |
tree | commitdiff |
2001-11-18 |
Robert Roebling | This form of the event cloning patch survived my |
tree | commitdiff |
2001-11-18 |
Robert Roebling | Applied Chris' patch for support for ICO loading. |
tree | commitdiff |
2001-11-18 |
Gilles Depeyrot | removed duplicated prototype |
tree | commitdiff |
2001-11-18 |
Gilles Depeyrot | added missing include (for instance, needed in the... |
tree | commitdiff |
2001-11-18 |
Ron Lee | Don't add -MMD until we are just about ready to build... |
tree | commitdiff |
next |