2002-07-10 |
Vadim Zeitlin | AIX linking fix (declare wxDataObject dtor) |
tree | commitdiff |
2002-07-10 |
David Webster | More tooltip handling |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | added ENDSCROLL event (patch 576176) |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | the handling of Home/End in wxScrollBar was reversed... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | compilation fix for 64 bit statvfs under Solaris |
tree | commitdiff |
2002-07-09 |
David Webster | Tooltip udpates |
tree | commitdiff |
2002-07-09 |
Robert Roebling | Don't let wxSlider send events when programmatically... |
tree | commitdiff |
2002-07-09 |
Robin Dunn | Compilation fix |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | compilation fixes for _LARGE_FILES |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | implemented wxVariant::NullList() (patch 578257) |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | automatically initialize m_cRef to 0 (patch 575011... |
tree | commitdiff |
2002-07-09 |
Robert Roebling | Oops. |
tree | commitdiff |
2002-07-09 |
David Webster | Tooltip updates |
tree | commitdiff |
2002-07-09 |
David Webster | OS/2 fixes for new PNG lib |
tree | commitdiff |
2002-07-08 |
Robin Dunn | bug fix. The wxCharBuffer was being destroyed before... |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | corrected conflicts after import of libpng-1.2.4 |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | readded previsouly removed files (needed for merge... |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | corrected conlfict after import of libpng-1.2.4 |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | readded previously removed file |
tree | commitdiff |
2002-07-08 |
Julian Smart | Added space under label since it was too close to first... |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | This commit was generated by cvs2svn to compensate... |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | Initial revision |
tree | commitdiff |
2002-07-08 |
Gilles Depeyrot | remove conflicting libpng-1/0/3 files before import... |
tree | commitdiff |
2002-07-08 |
David Webster | Toolbar fixes and weekly catch-up. |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | fixed handling of Ctrl-arrows movement which was unsele... |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | applied the same fix for crashing if the END_EDIT event... |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | really remove the selection when Unselect() is called |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | fix crash when the user code refuses to validate the... |
tree | commitdiff |
2002-07-08 |
Robert Roebling | This memory corruption caused me three and |
tree | commitdiff |
2002-07-08 |
David Webster | OS/2 loads bitmap resources via integer ID, not via... |
tree | commitdiff |
2002-07-08 |
David Webster | Toolbar updates |
tree | commitdiff |
2002-07-07 |
Ron Lee | Update Layout more correctly in DoSetVirtualSize. |
tree | commitdiff |
2002-07-07 |
Ron Lee | put wx/app.h back though, for people without precompile... |
tree | commitdiff |
2002-07-06 |
Robert Roebling | Cosmetic change. |
tree | commitdiff |
2002-07-06 |
Vadim Zeitlin | fixed bug introduced by my previous GtkUpdateSize(... |
tree | commitdiff |
2002-07-06 |
Mattia Barbon | Fix MinGW compilation in some corner cases |
tree | commitdiff |
2002-07-06 |
Robin Dunn | Allow wxSTC to have scrollbars |
tree | commitdiff |
2002-07-06 |
Robin Dunn | Actually check if the menu should be shown before poppi... |
tree | commitdiff |
2002-07-05 |
Mattia Barbon | Fix some GCC 3.1 compilation warnings |
tree | commitdiff |
2002-07-05 |
George Tasker | Fixes the problem with VARCHAR fields not allowing... |
tree | commitdiff |
2002-07-05 |
Julian Smart | Added wxRadioButton::MSWWindowProc to reset m_focusJust... |
tree | commitdiff |
2002-07-05 |
Vadim Zeitlin | use GtkUpdateSize() for consitency everywhere instead... |
tree | commitdiff |
2002-07-05 |
Vadim Zeitlin | fixed SetToolBar(NULL) behaviour -- don't leave a hole... |
tree | commitdiff |
2002-07-05 |
Vadim Zeitlin | removed unneeded inclusion of wx/wx.h |
tree | commitdiff |
2002-07-04 |
Vadim Zeitlin | argh, last compilation fix had a typo, fixed now |
tree | commitdiff |
2002-07-04 |
Julian Smart | Corrected my wrong application of patch |
tree | commitdiff |
2002-07-04 |
Vadim Zeitlin | undid the patches which shouldn't (IMHO) have been... |
tree | commitdiff |
2002-07-04 |
Vadim Zeitlin | old mingw32 compilation fix |
tree | commitdiff |
2002-07-04 |
Stefan Csomor | only fowarding events if there is a focus window |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-07-03 |
Mattia Barbon | Updated Makefiles for MinGW GCC 3.1 |
tree | commitdiff |
2002-07-03 |
David Webster | Menu corruption fix |
tree | commitdiff |
2002-07-03 |
David Webster | Nicer default fonts for OS/2 |
tree | commitdiff |
2002-07-03 |
Robin Dunn | Made wxBU_EXACTFIT work as documented instead of being... |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | fixed a compilation warning about signed/unsigned compa... |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | removed hardcoded 48 (number of standard colours) from... |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | wxMotif compilation fix with gcc 3.1 (patch 576847) |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | fixed off-by-few-pixels error in horz scrollbar calcula... |
tree | commitdiff |
2002-07-03 |
David Webster | Attempt to fix buggy menus. |
tree | commitdiff |
2002-07-03 |
Václav Slavík | fixed a Really Stupid Bug |
tree | commitdiff |
2002-07-02 |
David Webster | Toolbar updates |
tree | commitdiff |
2002-07-02 |
Mattia Barbon | Allow compiling when _WIN32_IE < 0x300 |
tree | commitdiff |
2002-07-02 |
Chris Elliott | fix another icon error |
tree | commitdiff |
2002-07-02 |
Chris Elliott | fixes bugs reading icons |
tree | commitdiff |
2002-07-02 |
Chris Elliott | UNC fix to directory path |
tree | commitdiff |
2002-07-01 |
David Webster | Toolbar update |
tree | commitdiff |
2002-07-01 |
David Webster | OS/2 updates and initial toolbar implementation |
tree | commitdiff |
2002-07-01 |
Chris Elliott | make motif cursor from wxImage |
tree | commitdiff |
2002-07-01 |
Robin Dunn | Fixed "different linkage" compile error |
tree | commitdiff |
2002-07-01 |
Ron Lee | Fix for the irksome, 'Details' sizing bug. Or at least... |
tree | commitdiff |
2002-07-01 |
Julian Smart | Corrected scoping error for i |
tree | commitdiff |
2002-06-30 |
Ron Lee | Preserve prior StatusBar contents when adding removing... |
tree | commitdiff |
2002-06-30 |
Ron Lee | fixed some pesky compile warnings, hope this doesn... |
tree | commitdiff |
2002-06-30 |
Ron Lee | added export decls for MSW. |
tree | commitdiff |
2002-06-30 |
Václav Slavík | fixed hidden root expansion in extreme usage case |
tree | commitdiff |
2002-06-30 |
Gilles Depeyrot | added static library Project Builder project for wxWindows |
tree | commitdiff |
2002-06-29 |
Gilles Depeyrot | rename method to prevent collision with some BSD defini... |
tree | commitdiff |
2002-06-29 |
Gilles Depeyrot | improved error messages |
tree | commitdiff |
2002-06-29 |
Gilles Depeyrot | keep name of wxmac icon for application bundles unstead... |
tree | commitdiff |
2002-06-29 |
Vadim Zeitlin | made wxGenericFontDialog derive from wxFontDialogBase |
tree | commitdiff |
2002-06-28 |
Václav Slavík | enlarged <UL> bullets a bit and nuked this weirdness |
tree | commitdiff |
2002-06-28 |
Robin Dunn | Return more items in wxListCtrl::GetColumn. |
tree | commitdiff |
2002-06-28 |
Chris Elliott | STC and Motif patch |
tree | commitdiff |
2002-06-28 |
Chris Elliott | remove temportay fix to Makefile.in, now configure... |
tree | commitdiff |
2002-06-27 |
Vadim Zeitlin | streamlined WM_NOTIFY processing code fixing a bug... |
tree | commitdiff |
2002-06-27 |
Robin Dunn | Fixed compile error |
tree | commitdiff |
2002-06-26 |
Vadim Zeitlin | react to the year being changed in the spin control... |
tree | commitdiff |
2002-06-26 |
Julian Smart | Eliminate flashing when writing text, by clearing inste... |
tree | commitdiff |
2002-06-26 |
Václav Slavík | compilation fix (wxUniv/MSW) |
tree | commitdiff |
2002-06-26 |
Václav Slavík | fix for bug reported by Robert and Julian, probably... |
tree | commitdiff |
2002-06-26 |
Vadim Zeitlin | fixed warnings about printf format specifications ... |
tree | commitdiff |
2002-06-26 |
Julian Smart | Changed the UL bullet to be a square -- I couldn't get |
tree | commitdiff |
2002-06-26 |
Vadim Zeitlin | propgate WS_EX_CONTROLPARENT recursively upwards, not... |
tree | commitdiff |
2002-06-25 |
Julian Smart | Corrected OnAssert |
tree | commitdiff |
2002-06-24 |
Václav Slavík | added QS_ALLPOSTMESSAGE |
tree | commitdiff |
2002-06-24 |
Chris Elliott | a fix to preserve UNC paths when creating the commandli... |
tree | commitdiff |
next |