2001-05-02 |
Kendall Bennett | Fixed wxHTML code in a Watcom Win32 DLL |
tree | commitdiff |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
tree | commitdiff |
2001-05-01 |
Robert Roebling | Some minor clean-ups to the wxScrolledWindow code. |
tree | commitdiff |
2001-05-01 |
Robert Roebling | wxScrolledWindow next take, the Gizmo controls |
tree | commitdiff |
2001-05-01 |
Gilles Depeyrot | applied SourceForge patch #419884 from Marc Newsam |
tree | commitdiff |
2001-05-01 |
Robert Roebling | wxScrolledWindow now emits wxScrollWinEvents. Something |
tree | commitdiff |
2001-05-01 |
Julian Smart | Added #define for apps to detect new situation |
tree | commitdiff |
2001-04-30 |
Robin Dunn | Implemented wxGetClientDisplayRect which returns the... |
tree | commitdiff |
2001-04-30 |
Julian Smart | Changed generic wxScrolledWindow -> wxGenericScrolledWindow |
tree | commitdiff |
2001-04-29 |
Václav Slavík | changed wxAddBasePath to wxHtmlCotentsItem's method |
tree | commitdiff |
2001-04-29 |
Václav Slavík | cleanup and reformatting to match indentation style... |
tree | commitdiff |
2001-04-29 |
Václav Slavík | indentation fixes; virtual dtor for all platforms,... |
tree | commitdiff |
2001-04-29 |
Robert Roebling | wxScrolledWindow is now a native widget under GTK. |
tree | commitdiff |
2001-04-28 |
Václav Slavík | fixed gcc pragmas in fs_*.h,cpp |
tree | commitdiff |
2001-04-28 |
Václav Slavík | added wxXPMDecoder |
tree | commitdiff |
2001-04-28 |
Robert Roebling | add #define wxUSE_SPINCTRL |
tree | commitdiff |
2001-04-28 |
Robert Roebling | Implement wxRB_GROUP |
tree | commitdiff |
2001-04-28 |
Gilles Depeyrot | corrections for modifications made to common mimetype... |
tree | commitdiff |
2001-04-27 |
Julian Smart | Added showing the default URL in DisplayContents and... |
tree | commitdiff |
2001-04-26 |
Vadim Zeitlin | applied patch 417699 (remove WXDLLEXPORT from inline... |
tree | commitdiff |
2001-04-26 |
Stefan Csomor | adjusted for vaseks addition of USE_IMAGE and USE_XMP |
tree | commitdiff |
2001-04-25 |
George Tasker | Fixes ::Fit() and ::SetSizeHints() to keep the dialog... |
tree | commitdiff |
2001-04-24 |
Václav Slavík | implemented (more) correct <pre> handling |
tree | commitdiff |
2001-04-24 |
Julian Smart | Corrected include/wx/palette.h; added wxGenericTreeCtrl... |
tree | commitdiff |
2001-04-24 |
Vadim Zeitlin | Unix compilation fixes for new MIME code |
tree | commitdiff |
2001-04-23 |
Vadim Zeitlin | applied MIME patch(es) from Chris Elliott |
tree | commitdiff |
2001-04-23 |
Vadim Zeitlin | some ifdef's - now it might compile without wxUSE_IMAGE... |
tree | commitdiff |
2001-04-23 |
David Webster | add wxUSE_IMAGE to setup.h and GetHFONT to wxFont. |
tree | commitdiff |
2001-04-22 |
Václav Slavík | moved gtk/palette.h to generic/paletteg.h |
tree | commitdiff |
2001-04-22 |
Václav Slavík | added wxUSE_IMAGE, wxUSE_XPM |
tree | commitdiff |
2001-04-22 |
Václav Slavík | added wxUSE_IMAGE; added write-only wxXPMHandler |
tree | commitdiff |
2001-04-22 |
Stefan Neis | Adapted SetData function to common API (taking a reference |
tree | commitdiff |
2001-04-22 |
Vadim Zeitlin | detabified |
tree | commitdiff |
2001-04-21 |
Vadim Zeitlin | merged wxFont related fix (operator==) and optimization... |
tree | commitdiff |
2001-04-21 |
George Tasker | Moved the declaration of wxEVT_NULL to event.cpp and... |
tree | commitdiff |
2001-04-21 |
Vadim Zeitlin | merged optimizations from 2.2 |
tree | commitdiff |
2001-04-20 |
David Webster | Fixed the deleteion of VisualAge stuff |
tree | commitdiff |
2001-04-19 |
Vadim Zeitlin | some const correctness for wxClassInfo |
tree | commitdiff |
2001-04-19 |
Gilles Depeyrot | added comment to explain __WXMAC_X__ define |
tree | commitdiff |
2001-04-19 |
Robin Dunn | Added wxCURSOR_ARROWWAIT which is the default arrow... |
tree | commitdiff |
2001-04-19 |
Gilles Depeyrot | corrections for Mac OS X |
tree | commitdiff |
2001-04-19 |
Julian Smart | Fix/hack 1. |
tree | commitdiff |
2001-04-18 |
David Webster | wxControl and wxDialog coded. |
tree | commitdiff |
2001-04-16 |
David Webster | StatText coded |
tree | commitdiff |
2001-04-16 |
David Webster | textctrl is now coded. |
tree | commitdiff |
2001-04-15 |
George Tasker | A couple more 'int' to UWORD conversions |
tree | commitdiff |
2001-04-14 |
Gilles Depeyrot | added missing interface pragma |
tree | commitdiff |
2001-04-13 |
Gilles Depeyrot | corrections for Mac OS X |
tree | commitdiff |
2001-04-13 |
Gilles Depeyrot | correction for Mac OS X |
tree | commitdiff |
2001-04-11 |
David Webster | DC updates |
tree | commitdiff |
2001-04-11 |
Václav Slavík | applied fix to fix BCC's wxBitmap ctor problem |
tree | commitdiff |
2001-04-11 |
George Tasker | A couple more 'int' to UWORD conversions I had not... |
tree | commitdiff |
2001-04-11 |
George Tasker | Fixed TablePrivileges() function (I HOPE!) so it will... |
tree | commitdiff |
2001-04-11 |
Gilles Depeyrot | added destructor (correction for Mac OS X) |
tree | commitdiff |
2001-04-10 |
Julian Smart | Fixed some wxDragImage bugs |
tree | commitdiff |
2001-04-10 |
Julian Smart | Implemented Chuck Messenger's naming and simplification... |
tree | commitdiff |
2001-04-10 |
George Tasker | Added a param to ::Open() to allow the programmer to... |
tree | commitdiff |
2001-04-09 |
Robert Roebling | Added wxFileName::GetModificationTime() |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | mingw32 compilation fix |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | fixed obsolete comment |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | 1. fixes to wxDC deleting logic (should fix ~wxPrinterD... |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | applied patch 410892 (wxCopyFile uses ::CopyFile under... |
tree | commitdiff |
2001-04-08 |
Vadim Zeitlin | applied patch 411059 (mingw win32 api version check) |
tree | commitdiff |
2001-04-08 |
Vadim Zeitlin | restored previously removed inline |
tree | commitdiff |
2001-04-07 |
Gilles Depeyrot | correction for Mac OS X (wxEntry has a specific prototy... |
tree | commitdiff |
2001-04-06 |
Václav Slavík | wxImage::ConvertToMono wasn't const - fixed |
tree | commitdiff |
2001-04-06 |
Vadim Zeitlin | no changes, just resolved conflicts |
tree | commitdiff |
2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
tree | commitdiff |
2001-04-03 |
Vadim Zeitlin | second part of Markus' BC++ fix |
tree | commitdiff |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
tree | commitdiff |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
tree | commitdiff |
2001-03-28 |
Robin Dunn | Finished the changes necessary to use the new event... |
tree | commitdiff |
2001-03-28 |
Robin Dunn | Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLE... |
tree | commitdiff |
2001-03-26 |
Julian Smart | Added 'full' param to wxFileName::Mkdir to make all... |
tree | commitdiff |
2001-03-25 |
Václav Slavík | made wxLocale::GetSystemLanguage and wxLocale::AddLangu... |
tree | commitdiff |
2001-03-22 |
David Webster | Ownerdrawn stuff. Text display done, image display... |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | minor fixes to wxLocale::GetSystemLanguage(), test... |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | merged __sgi compilation fix |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | fixed (?) problems with assignment operator in wxTreeItemId |
tree | commitdiff |
2001-03-21 |
Julian Smart | Added long-filename functions & normalisation; patch... |
tree | commitdiff |
2001-03-20 |
David Webster | Ownerdrawn menu updates |
tree | commitdiff |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
tree | commitdiff |
2001-03-13 |
George Tasker | Removed the requirement that wxUSE_GUI must be 1 to... |
tree | commitdiff |
2001-03-04 |
Stefan Csomor | changed choice to properly inherit from wxChoiceBase... |
tree | commitdiff |
2001-03-03 |
Stefan Csomor | mac changes : wxDC - removed doubly defined vars (inher... |
tree | commitdiff |
2001-03-02 |
Julian Smart | Added DisplayTextPopup to wxHtmlHelpController; fixed... |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | added new focus behaviour (like MSW) and toolbar fixes |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | corrected hiding/showing of native mac controls |
tree | commitdiff |
2001-02-27 |
Stefan Csomor | added a call for invalidating the dc setup on mac expli... |
tree | commitdiff |
2001-02-26 |
Vadim Zeitlin | applied patch 403956 (gcc warning fix) |
tree | commitdiff |
2001-02-26 |
Gilles Depeyrot | added missing method to set colour from hex value |
tree | commitdiff |
2001-02-23 |
Václav Slavík | using wxURL now enforces linking http.o, ftp.o and... |
tree | commitdiff |
2001-02-23 |
Vadim Zeitlin | fixed GetMargins() compilation |
tree | commitdiff |
2001-02-23 |
Stefan Csomor | Define wxUSE_NOTEBOOK for Mac. Required ny sizer. |
tree | commitdiff |
2001-02-23 |
Stefan Csomor | Dont crash wxFileDialog on Mac when calling CentreOnXXX... |
tree | commitdiff |
2001-02-23 |
Vadim Zeitlin | added GetMargins() |
tree | commitdiff |
2001-02-22 |
Václav Slavík | fixed FindFirst/FindNext in fs_zip, it should find... |
tree | commitdiff |
2001-02-22 |
Julian Smart | Attempted to improve tip window behaviour, but kill... |
tree | commitdiff |
2001-02-22 |
Julian Smart | Added wxYieldIfNeeded |
tree | commitdiff |
2001-02-20 |
Vadim Zeitlin | made wxApp::GetTopWindow() virtual |
tree | commitdiff |
next |