2002-05-20 |
Stefan Csomor | uma.h added |
tree | commitdiff |
2002-05-19 |
Václav Slavík | Cosmetic changes to wxSS::GetScreen: |
tree | commitdiff |
2002-05-18 |
Vadim Zeitlin | check the return code of wxStream::Read() in wxImageHan... |
tree | commitdiff |
2002-05-18 |
Julian Smart | Updated font dialog constructors to use a reference... |
tree | commitdiff |
2002-05-13 |
Vadim Zeitlin | cleared the wxFileNameFromPath mess |
tree | commitdiff |
2002-05-13 |
David Webster | WXPM now uses popupwindows. |
tree | commitdiff |
2002-05-13 |
David Webster | Compiler bug |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
tree | commitdiff |
2002-05-12 |
Julian Smart | Fixed mouse handling for captured windows |
tree | commitdiff |
2002-05-12 |
Julian Smart | Added recursive event handler pushing to fix context... |
tree | commitdiff |
2002-05-12 |
Gilles Depeyrot | use tm_gmtoff instead of timezone variable if tm struct... |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
tree | commitdiff |
2002-05-11 |
Gilles Depeyrot | added wxControlWithItems constructor/destructor (for... |
tree | commitdiff |
2002-05-11 |
Vadim Zeitlin | fixed incorrect assert for the default compression... |
tree | commitdiff |
2002-05-11 |
Stefan Csomor | switched to appearance savvy gui/system fonts |
tree | commitdiff |
2002-05-10 |
Vadim Zeitlin | fix compilation for the platforms which don't have... |
tree | commitdiff |
2002-05-10 |
Vadim Zeitlin | test for HAVE_FNMATCH, not HAVE_FNMATCH_H |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | added/documented wxApp::FilterEvent |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | added (and documented) wxSafeShowMessage, use it in... |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | the build options are now checked in the application... |
tree | commitdiff |
2002-05-09 |
Gilles Depeyrot | implement explicit copying instead of forbidding it |
tree | commitdiff |
2002-05-08 |
Stefan Csomor | added small font for wxSWISS |
tree | commitdiff |
2002-05-08 |
Stefan Csomor | filename workaround CW bug in debug builds |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | implemented explicit copy constructors (needed for... |
tree | commitdiff |
2002-05-08 |
Julian Smart | Added Ok() member for print data, print dialog, page... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | improved out of memory handling by return failure statu... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | corrected conditional compilation for Darwin / Mac... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | corrected warnings when compiled with -Wall -W |
tree | commitdiff |
2002-05-08 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-07 |
Gilles Depeyrot | implemented explicit copy constructor and assignement... |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | added wxBuildOptions and check that they are the same... |
tree | commitdiff |
2002-05-05 |
Václav Slavík | gcc pragmas fixes |
tree | commitdiff |
2002-05-04 |
Robert Roebling | Added screen design to system settings for |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | corrected comment typo |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | static C++ object initialization only seems to be neces... |
tree | commitdiff |
2002-05-02 |
Vadim Zeitlin | don't look for the catalogs in the Unix standard paths... |
tree | commitdiff |
2002-05-02 |
Mattia Barbon | Implemented wxStatusBar::Push/PopStatusText. |
tree | commitdiff |
2002-04-29 |
Václav Slavík | fixed wxZipInputStream::OnSysSeek wrt memory requiremen... |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | fixed uninitialized m_bPassMessages and wxLogChain... |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | really fixed memory leak in wxLogChain |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | fixed memory leak in wxLogChain |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | wxArray(int n) mods for wxArrayString |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | fixed wxFileName::GetModificationTime() |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | fixes for operator new declaration/definition (patch... |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | clean up of memory debugging macros and chanegs to... |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | added support for add/insert/deleting many items at... |
tree | commitdiff |
2002-04-26 |
Julian Smart | Fixed my sloppy fix for redundant path separators |
tree | commitdiff |
2002-04-25 |
Vadim Zeitlin | fixed typo in wxString::swap() which was completely... |
tree | commitdiff |
2002-04-25 |
Julian Smart | In GetPath(), don't append separator if there's already... |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | compilation fix for ms_dllext definition and old compilers |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | fixed a fatal bug in DLL loading code: the deleted... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | use SetFocusFromKbd() instead of SetFocus() |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | fixed initial focus handling in the dialog and made... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | added wxGetTopLevelParent() |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-17 |
Vadim Zeitlin | corrected assert even better |
tree | commitdiff |
2002-04-17 |
Julian Smart | Corrected assertion |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | removed redundant code |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | return NULL from the functions returning a pointer... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | fixed remove() return code test to avoid spurious debug... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | corrected passing const char * to a function taking... |
tree | commitdiff |
2002-04-15 |
Gilles Depeyrot | corrections for compilation with Apple DevTools |
tree | commitdiff |
2002-04-14 |
Julian Smart | Applied custom character filter patch for text validator |
tree | commitdiff |
2002-04-13 |
Julian Smart | Added missing CreateManifest() to initialisation |
tree | commitdiff |
2002-04-13 |
Robin Dunn | Changed the #if used to turn on UNIX domain sockets... |
tree | commitdiff |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | implemented IPC using Unix domain sockets |
tree | commitdiff |
2002-04-12 |
Julian Smart | Applied docview patch |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | bug/typo fixed: function returning a pointer should... |
tree | commitdiff |
2002-04-11 |
Julian Smart | Undo/Redo update handlers now set the text as well |
tree | commitdiff |
2002-04-11 |
Julian Smart | Sorry, that SetClientSize change was wrong, since sizer... |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | fixed 2 bugs which were fixed in GetFullPath() but... |
tree | commitdiff |
2002-04-11 |
Julian Smart | Added back the missing Undo/Redo accelerators that... |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | fixed GetPath() trailing separator bug, rewrote GetFull... |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | added missing WINAPI to GET_LONG_PATH_NAME typedef... |
tree | commitdiff |
2002-04-11 |
Julian Smart | wxSizer::Fit calls SetClientSize, not SetSize. This... |
tree | commitdiff |
2002-04-10 |
David Webster | Fixed LINKAGEMODE use |
tree | commitdiff |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | fixed a bug in wxStopWatch::Pause() (wouldn't pause... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed format parameter in wxGetVolumeString() (closes... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
tree | commitdiff |
2002-04-08 |
Julian Smart | Re-enabled dynamic library code in wxFileName so |
tree | commitdiff |
2002-04-07 |
Václav Slavík | cleaned up the mess caused by FloodFill patch |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | fix for splitting the UNC paths |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
tree | commitdiff |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
tree | commitdiff |
2002-04-06 |
Václav Slavík | clear wxArtProvider cache when pushing new provider |
tree | commitdiff |
2002-04-05 |
David Webster | need wxUSE_WCHAR_T around wxConvLocal |
tree | commitdiff |
2002-04-05 |
David Webster | FALSE not false |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
tree | commitdiff |
2002-04-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
tree | commitdiff |
2002-04-03 |
Mattia Barbon | Fix for broken BCC |
tree | commitdiff |
2002-04-03 |
Vadim Zeitlin | fixed error checking in wxKill |
tree | commitdiff |
next |