2001-12-19 |
Stefan Csomor | toplevel code transferred to wxTopLevelWindow |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | added UMAHideControl again |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | moved all code concerning toplevel code from the window... |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | added SetStatusText method for proper drawing, because... |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | changed clipping to use native mac regions |
tree | commitdiff |
2001-12-19 |
Stefan Csomor | changed return type of RGBColor to const Reference... |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | added missing default param value for Enable() |
tree | commitdiff |
2001-12-19 |
Ron Lee | Fixed silly cut n paste error. |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | fixed redraw problems in wxStaticText |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | 1. fixed file descriptors leak in wxFileName::CreateTem... |
tree | commitdiff |
2001-12-18 |
David Webster | Taking out __WXPM__ ifdef around wxUSE_UNICODE |
tree | commitdiff |
2001-12-17 |
David Webster | OS/2 common controls code |
tree | commitdiff |
2001-12-17 |
David Webster | OS/2 does not support Unicode |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | fixes error/usage messages given by the cmd line parsin... |
tree | commitdiff |
2001-12-17 |
Robert Roebling | Header change for smooth Aqua buttons in wxTreeCtrl. |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | add missing header for !wxUSE_PCH case |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | added __TDATE__ and __TTIME__ and use them instead... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | added wxUSE_UNICODE_MSLU |
tree | commitdiff |
2001-12-17 |
Václav Slavík | safety check for wxUSE_UNICODE and wxUSE_UNICODE_MSLU |
tree | commitdiff |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
tree | commitdiff |
2001-12-16 |
Robert Roebling | Reimplemented wxFileName with m_relative field. |
tree | commitdiff |
2001-12-15 |
Václav Slavík | DJGPP compilation fixes |
tree | commitdiff |
2001-12-15 |
Václav Slavík | correct platform detection with DJGPP |
tree | commitdiff |
2001-12-15 |
Václav Slavík | long long for DJGPP |
tree | commitdiff |
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 |
next |