2002-02-12 |
Julian Smart | Modified CaptureMouse to call DoReleaseMouse if necessa... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Pass correct length to XTextExtents |
tree | commitdiff |
2002-02-12 |
Julian Smart | Background set correctly |
tree | commitdiff |
2002-02-12 |
Julian Smart | Positioned text correctly |
tree | commitdiff |
2002-02-12 |
Julian Smart | Status bar positioned correctly, but no sign of the |
tree | commitdiff |
2002-02-12 |
Julian Smart | Attempts to get client origin working. Work in progress. |
tree | commitdiff |
2002-02-12 |
Julian Smart | Simplified default wxTheme code and made sure a default |
tree | commitdiff |
2002-02-12 |
Václav Slavík | safeguards against crashes |
tree | commitdiff |
2002-02-12 |
Václav Slavík | fixed menubar attaching: create it first, THEN set... |
tree | commitdiff |
2002-02-12 |
David Webster | Display child panels, and make unneeded scrollbars... |
tree | commitdiff |
2002-02-12 |
Robin Dunn | Fixed a bug that prevented editors and renderers to... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | wxGenericDirCtrl now correctly updates itself when... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | wxSplitterWindow now: |
tree | commitdiff |
2002-02-11 |
Václav Slavík | rewrote wxHtmlHelpFrame using sizers |
tree | commitdiff |
2002-02-11 |
Václav Slavík | use wxHashMap, not wxHashTable in wxXPMDecoder |
tree | commitdiff |
2002-02-11 |
Václav Slavík | a note just in case I misread wxHTML code again... |
tree | commitdiff |
2002-02-11 |
Robin Dunn | bugfix for SetString in a wxCheckListBox |
tree | commitdiff |
2002-02-11 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Found the X11 error in wxDC. |
tree | commitdiff |
2002-02-11 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-11 |
David Webster | New def file |
tree | commitdiff |
2002-02-11 |
Julian Smart | Made sure events for defunct windows are no longer... |
tree | commitdiff |
2002-02-11 |
Julian Smart | Put m_statusText.SetCount(number) before wxStatusBarBas... |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Last link error in wxX11 killed. |
tree | commitdiff |
2002-02-11 |
Julian Smart | Merge correction |
tree | commitdiff |
2002-02-11 |
Julian Smart | Linking now |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Various compile fixes. |
tree | commitdiff |
2002-02-11 |
Julian Smart | Typos and other fixes |
tree | commitdiff |
2002-02-11 |
Julian Smart | Small changes to wxX11 |
tree | commitdiff |
2002-02-11 |
David Webster | Updates for Y positioning |
tree | commitdiff |
2002-02-10 |
Václav Slavík | fixes to HTML tables alignment |
tree | commitdiff |
2002-02-10 |
Julian Smart | Implemented CopyFromBitmap, CopyFromIcon |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: link errors down to 1. |
tree | commitdiff |
2002-02-10 |
Julian Smart | Added wxPopupWindow skeleton (no implementation yet) |
tree | commitdiff |
2002-02-10 |
Robert Roebling | More make install tweaks. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
tree | commitdiff |
2002-02-10 |
Václav Slavík | honour min/max size in wxMGL's wxWindow::DoSetSize |
tree | commitdiff |
2002-02-10 |
Václav Slavík | use sunken border for wxHtmlHelpController's font preview |
tree | commitdiff |
2002-02-10 |
Robert Roebling | Killed various wxMotif things in wxX11. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11 compiles and links now. I wonder why there is |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11 might compile now. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | More configure/compile things for X11. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | Removed menu.cpp and toolbar.cpp from X11. |
tree | commitdiff |
2002-02-10 |
David Webster | New positioning code, eliminating a lot of extra, unnec... |
tree | commitdiff |
2002-02-10 |
David Webster | Removing OS/2 specific positioning methods, no longer... |
tree | commitdiff |
2002-02-10 |
Julian Smart | More X11 code |
tree | commitdiff |
2002-02-09 |
Václav Slavík | fixes to wxTLW::Maximize in wxMGL |
tree | commitdiff |
2002-02-09 |
Václav Slavík | implemented titlebar doubleclick in win32 theme |
tree | commitdiff |
2002-02-09 |
Václav Slavík | use AllocExclusive for reference counting |
tree | commitdiff |
2002-02-09 |
Václav Slavík | use WXUNUSED(foo), not (void)foo |
tree | commitdiff |
2002-02-09 |
Václav Slavík | 1. make paint events debugging runtime switch instead... |
tree | commitdiff |
2002-02-09 |
Václav Slavík | fix for scrollbar's thumb update bug in wxUniv |
tree | commitdiff |
2002-02-09 |
Václav Slavík | temporary hack to make wxMGL and SciTech happy... |
tree | commitdiff |
2002-02-09 |
Václav Slavík | wxDC::DoDrawRectangle hack is no longer needed |
tree | commitdiff |
2002-02-09 |
Robert Roebling | Commiting remaining files of configure change for... |
tree | commitdiff |
2002-02-09 |
Robert Roebling | X11 make stuff. |
tree | commitdiff |
2002-02-09 |
Robert Roebling | tmake update. |
tree | commitdiff |
2002-02-09 |
Robert Roebling | tmake update for x11. |
tree | commitdiff |
2002-02-09 |
Václav Slavík | fix for broken color parsing in wxXPMDecoder (thanks... |
tree | commitdiff |
2002-02-09 |
Robin Dunn | The calltip window and autocomplete window in wxSTC... |
tree | commitdiff |
2002-02-08 |
Robert Roebling | More refreshes are deferred to idle time. |
tree | commitdiff |
2002-02-08 |
David Webster | new module definition file for OS/2 Dll build. |
tree | commitdiff |
2002-02-08 |
Julian Smart | Now compiling |
tree | commitdiff |
2002-02-08 |
Julian Smart | Added evtloop.cpp to file list, added X11 to makeall |
tree | commitdiff |
2002-02-08 |
Julian Smart | Added X11 wxEventLoop implementation; rearranged event... |
tree | commitdiff |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
tree | commitdiff |
2002-02-08 |
Václav Slavík | make more wxImage methods const |
tree | commitdiff |
2002-02-07 |
Robin Dunn | Patch from Neil H. |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-02-07 |
Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap |
tree | commitdiff |
2002-02-07 |
Julian Smart | Put ~/.mailcap to head of search list so local settings... |
tree | commitdiff |
2002-02-07 |
Julian Smart | Fixes for X11 builds |
tree | commitdiff |
2002-02-07 |
George Tasker | Applied patch #514037 from Paul Gammans to remove unnee... |
tree | commitdiff |
2002-02-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | wxMSW compilation fix |
tree | commitdiff |
2002-02-07 |
Julian Smart | Stripped out miscellaneous Motif/Xt-specific code |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | use wxCOMPILE_TIME_ASSERT instead of the run-time checks |
tree | commitdiff |
2002-02-06 |
Robin Dunn | Corrections for loss of XLOG2DEV and etc. macros in... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | fixes for METHODDEF definition |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | fixed 2 minor warnings |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added the missing (newly added) colours to the switch |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | typo in IMPLEMENT_DYNAMIC_CLASS fixed |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | compilation fix for BC++ (hopefully) |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | compilation fix after m_lDlgCode removal |
tree | commitdiff |
2002-02-06 |
Stefan Csomor | m_style.cpp added |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS fixes |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | assert when a base class of a class in wxRTTI system... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added wxRTTI macros to wxList and wxStringList |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
tree | commitdiff |
2002-02-05 |
Mattia Barbon | * SPACE -> TAB in filelist.txt |
tree | commitdiff |
2002-02-05 |
Robin Dunn | Derive wxGridWindow from wxWindow instead of wxPanel... |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | make the log dialog slightly taller when it is expanded... |
tree | commitdiff |
2002-02-05 |
Julian Smart | First stabs at stripping out Xt/Motif code |
tree | commitdiff |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
tree | commitdiff |
2002-02-05 |
David Webster | no message |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | compilation fix for wxUniv |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | don't compile this file under wxMSW |
tree | commitdiff |
next |