2001-11-27 |
Vadim Zeitlin | don't show scrollbars at all when the window is big... |
tree | commitdiff |
2001-11-26 |
Gilles Depeyrot | corrected shared library linking (add wx library to... |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | fixed listbox initial size determination |
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 |
Vadim Zeitlin | fixed notebook tabs refresh when changing them under... |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | fixed wxRadioBox::Enable() and Show() to enable/show... |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | fix for incorrect assert in SetClientObject |
tree | commitdiff |
2001-11-26 |
Ron Lee | added wx(U)int64, then added it to wxDataStream so... |
tree | commitdiff |
2001-11-25 |
Václav Slavík | wxT(), not _() |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | added dynamic shared library (dylib) initialization... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCmdLineParser::ConvertStringToArgs(), wxApp... |
tree | commitdiff |
2001-11-25 |
Robert Roebling | Correct wxTimer bug in wxGTK. |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | removed MAKE variable which is set by make, otherwise... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixed VC++ warning |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | centre on screen the dialogs without epxlicit position |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixed the message when creating setup.h |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCHANGE_DIR flag support to wxMSW implementation |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | remove static libraries and recreate them to avoid... |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | use "..." instead of "..." for wx includes |
tree | commitdiff |
2001-11-25 |
Gilles Depeyrot | corrected blind fix of missing .c_str()s |
tree | commitdiff |
2001-11-25 |
Robin Dunn | Added ability for wxSTC's scrollbars to be supplieed... |
tree | commitdiff |
2001-11-25 |
Robin Dunn | Honor the SetUseHorizontalScrollBar setting. |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fix for focus handling in case when the panel itself... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | and now fixes for compilation with wxUSE_PALETTE=1 |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | typo: & was used instead of && |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | compilation warning (and possible bug) fix |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixes for compilation with wxUSE_PALETTE=0 |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | blindly added missing .c_str()s to fix compilation |
tree | commitdiff |
2001-11-24 |
Václav Slavík | wxToolBar support in wxUniv/wxFrame |
tree | commitdiff |
2001-11-24 |
Václav Slavík | fool-proof wxDC::SetPalette(wxNullPalette) |
tree | commitdiff |
2001-11-24 |
Václav Slavík | fix for palette restoration in wxToolBarSimple |
tree | commitdiff |
2001-11-24 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-11-24 |
Václav Slavík | minor syntactic fix |
tree | commitdiff |
2001-11-24 |
Václav Slavík | - better behaviour of wxMGL's wxTimer w.r.t. memory... |
tree | commitdiff |
2001-11-24 |
Václav Slavík | forgot to remove ;; when applying the patch |
tree | commitdiff |
2001-11-23 |
Stefan Csomor | formatting |
tree | commitdiff |
2001-11-23 |
Stefan Csomor | moved test for valid controlpart into this method |
tree | commitdiff |
2001-11-23 |
Stefan Csomor | added virtual DoSetSize method in order to allow for... |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | show correctly the initially selected colour and update... |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | fixed UMR (patch #484863) |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | implemented GetBestSize() for wxChoice |
tree | commitdiff |
2001-11-23 |
Robert Roebling | Restored wxFileName::GetModificationTime() under Classic. |
tree | commitdiff |
2001-11-23 |
Václav Slavík | applied Greg's refinment of hist treectrl patch |
tree | commitdiff |
2001-11-23 |
Václav Slavík | fixed memory leak in imagjpeG (patch #484865) |
tree | commitdiff |
2001-11-23 |
Václav Slavík | cosmetic change: XML resource -> XRC resource |
tree | commitdiff |
2001-11-23 |
Robert Roebling | Fixed mouse move bug. No idea why it has to be fixed, |
tree | commitdiff |
2001-11-23 |
Jouk Jansen | Committing in . |
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 |
Václav Slavík | blind fix for wxGIFDecoder::ReadGIF |
tree | commitdiff |
2001-11-22 |
George Tasker | Fixed coding of a switch statement that had RETURN... |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | fixed memory leaks |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | added check for NULL Clone() return |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | removed read() declaration which resulted in a warning |
tree | commitdiff |
2001-11-22 |
Julian Smart | #ifdefed out the joystick code, and removed the wxBitma... |
tree | commitdiff |
2001-11-22 |
Robert Roebling | Tries to fix wxListBox focus problems. |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | added wxSockAddress copy ctor which, in particular... |
tree | commitdiff |
2001-11-22 |
Mattia Barbon | Unicode compilation fixes |
tree | commitdiff |
2001-11-22 |
Mattia Barbon | Converting uninitialized data is not a Good Idea |
tree | commitdiff |
2001-11-22 |
Mattia Barbon | Must convert the last part, too |
tree | commitdiff |
2001-11-22 |
Mattia Barbon | Readded --use-temp-file to RCFLAGS, needed for old... |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | fix for Unicode build |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | minor flicker reduction in the virtual list ctrl |
tree | commitdiff |
2001-11-22 |
Václav Slavík | reverted fix for missing wxEvent::operator= |
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 |
David Webster | New .def file. |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. removed wxObject::CopyObject() and Clone() - some... |
tree | commitdiff |
2001-11-21 |
Gilles Depeyrot | added missing joystick source file for wxMotif |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | replaced wxSocketEvent::CopyObject() with Clone() |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | changes to match listctrl.h changes (forgot to commit... |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
tree | commitdiff |
2001-11-21 |
Václav Slavík | removed rpmfiles.lst |
tree | commitdiff |
2001-11-21 |
Václav Slavík | client area origin handling fixes for univ/wxTLW |
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 | wxUniv fixes for generic wxColourDialog |
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 | compilation fix (caused by removal of wxMouseEvent... |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fine-tuned API from the ICO patch |
tree | commitdiff |
2001-11-20 |
Václav Slavík | better <HR> tag handling in wxHTML |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fixes for wxBase RPM |
tree | commitdiff |
2001-11-20 |
Václav Slavík | wxDC::SetFont can now handle invalid font and doesn... |
tree | commitdiff |
2001-11-20 |
Václav Slavík | optimized default GUI font loading |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | applied patch 475879 (Can't use subclassed GridCellEditor) |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | more DBCS-related changes (patch 481898) |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | backwards incompatible change to wxWizardPage reverted |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fix for my old mingw32 cross-compiler |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fixed erroneous debug error message |
tree | commitdiff |
2001-11-19 |
Václav Slavík | case-insensitive sort of HTML help index |
tree | commitdiff |
2001-11-19 |
Václav Slavík | fix for wxComboBox::GetSelection from inside event... |
tree | commitdiff |
2001-11-19 |
Stefan Csomor | applied Paul A. Thiessen's patches for correcting coord... |
tree | commitdiff |
2001-11-19 |
Vadim Zeitlin | fixed a memory leak and an initialization problem |
tree | commitdiff |
2001-11-19 |
Mattia Barbon | Fixed Cygwin crash on toolbar tooltip |
tree | commitdiff |
2001-11-19 |
Mattia Barbon | Added HANGUL_CHARSET for MSVC5 |
tree | commitdiff |
next |