2001-12-04 |
Vadim Zeitlin | fixed compilation |
tree | commitdiff |
2001-12-04 |
Stefan Csomor | added default return and escape/command-period handling... |
tree | commitdiff |
2001-12-04 |
Robert Roebling | Temporary fix for wxFileName under Mac - ignore volumes. |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | added wxFileName::MakeRelativeTo() and the tests/docs... |
tree | commitdiff |
2001-12-04 |
Julian Smart | Tried to fix makefile.g95 |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | compilation fix for HAVE_SETENV |
tree | commitdiff |
2001-12-04 |
Stefan Csomor | MacOS X was having a coordinate rollover for a rectangl... |
tree | commitdiff |
2001-12-04 |
Julian Smart | Ifdefed out code that wouldn't compile with Mingw32... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed assert failure when removing a menu |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed Assign(fullpath, fullname) |
tree | commitdiff |
2001-12-04 |
Robert Roebling | The code in wxMac's listbox was too ambitious in filtering |
tree | commitdiff |
2001-12-03 |
Robert Roebling | Make wxMac single line text control ignore ENTER |
tree | commitdiff |
2001-12-03 |
Robert Roebling | Replaced && with $ in bittest. |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | fixed bug in AssignDir() which didn't always consider... |
tree | commitdiff |
2001-12-03 |
George Tasker | Removed a call to Upper() on the table name when buildi... |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | fixed mem leak in wxDataObjectComposite |
tree | commitdiff |
2001-12-03 |
Vadim Zeitlin | don't use wxRegEx in wxString::Matches |
tree | commitdiff |
2001-12-02 |
George Tasker | Fixed incorrect deletion of hPalette if the call to... |
tree | commitdiff |
2001-12-02 |
Gilles Depeyrot | corrected line endings in xml files (mistakenly committ... |
tree | commitdiff |
2001-12-02 |
Gilles Depeyrot | store CodeWarrior 5.3 projects as xml instead of binary... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed redraw problems on resize under MSW |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | more fixes to target window scrolling |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed event processing for the target window |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | SetDefaultStyle(wxTextAttr()) now resets the default... |
tree | commitdiff |
2001-12-02 |
Ron Lee | fixes for contrib build. |
tree | commitdiff |
2001-12-02 |
Robin Dunn | wxTipWindow can now derived from wxFrame if not wxUSE_P... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed stupid bug which prevented automatic encoding... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | always use HWND first in WM_COMMAND handler to avoid... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed bug introduced earlier today in wxTempFile::Open() |
tree | commitdiff |
2001-12-01 |
Robin Dunn | Added a dependency for setup.h so it will be copied... |
tree | commitdiff |
2001-12-01 |
Robin Dunn | compilation fix |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added wxFile::write_excl and use it from wxTempFile... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | fixed Borland C++ 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 | fixed assert to avoid compilation warnings |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-12-01 |
Gilles Depeyrot | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-12-01 |
Ron Lee | oops, still missed one. |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added 2 extra macros to handle all the flavours of... |
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 | reverted previous change - it doesn't fix the bug I... |
tree | commitdiff |
2001-11-30 |
Robin Dunn | Forgot to take the unneeded code out |
tree | commitdiff |
2001-11-30 |
Robin Dunn | wxTipWindow is now a wxPopupTransientWindow instead... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | don't use implicit parent for the progress dialogs |
tree | commitdiff |
2001-11-30 |
David Webster | Can't just wxASSERT(0). Give "constant in conditional... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added volume support and support for UNC paths under... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | corrected InternetGetConnectedState() prototype |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | set app name to argv[0] by default, as was done before |
tree | commitdiff |
2001-11-30 |
Julian Smart | Fixed bug in wxConvertDIBToBitmap (contributed) |
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-29 |
Vadim Zeitlin | fixed backslashes parsing in the cmd line |
tree | commitdiff |
2001-11-29 |
Julian Smart | Don't convert args if NULL |
tree | commitdiff |
2001-11-28 |
Václav Slavík | fixes w.r.t. size_t vs. int |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | fixed (at least some of) the focus asserts |
tree | commitdiff |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
tree | commitdiff |
2001-11-28 |
Robert Roebling | Darwin has commandline args. |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | blind fix for iconizing/restoring hidden child frames bug |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | fixed stupid bug in tab traversal code which totally... |
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 | fudged the extra width in GetBestSize() to fit better |
tree | commitdiff |
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 |
next |