2002-05-10 |
David Webster | Fix for upside down bmp projections |
tree | commitdiff |
2002-05-10 |
David Webster | Folder icon |
tree | commitdiff |
2002-05-09 |
Robin Dunn | Added a couple missing WXDLLEXPORTs |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | fixed list item attributes when inserting/deleting... |
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 rtti to tooltip, mlte implementation to textctrl |
tree | commitdiff |
2002-05-08 |
Vadim Zeitlin | added missing wxListItem copy ctor to wxMSW, moved... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | implemented lazy binding detection (broken RTTI classin... |
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 warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | implemented missing copy constructor (needed for non... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | added DECLARE_NO_COPY_CLASS where appropriate since... |
tree | commitdiff |
2002-05-08 |
Mattia Barbon | Fixed programming error (and BCC warning). |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
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 |
David Webster | More of the same. |
tree | commitdiff |
2002-05-07 |
Vadim Zeitlin | fixed Windows style of wxPopupWindow |
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-07 |
David Webster | Mono bitmap processing updates |
tree | commitdiff |
2002-05-06 |
David Webster | OS/2 Image processing updates |
tree | commitdiff |
2002-05-06 |
Vadim Zeitlin | wxPanel is a canvas in wxUniv sense of the word |
tree | commitdiff |
2002-05-06 |
Vadim Zeitlin | added wxCheckBox::IsChecked() to wxMac and documented it |
tree | commitdiff |
2002-05-06 |
Vadim Zeitlin | include wx/defs.h to get wxUSE_FFILE |
tree | commitdiff |
2002-05-06 |
Vadim Zeitlin | typo fixed: __WXUNIV__ => __WXUNIVERSAL__ |
tree | commitdiff |
2002-05-05 |
Vadim Zeitlin | fixed multiple bugs in multiple selection wxCheckListBoxes |
tree | commitdiff |
2002-05-05 |
Václav Slavík | fixes to gcc pragmas |
tree | commitdiff |
2002-05-05 |
Gilles Depeyrot | improved opening/closing of shared library resources... |
tree | commitdiff |
2002-05-05 |
Vadim Zeitlin | added wxShutdown (patch 547443) |
tree | commitdiff |
2002-05-05 |
Julian Smart | Doc tweaks |
tree | commitdiff |
2002-05-04 |
Robert Roebling | Added screen design to system settings for |
tree | commitdiff |
2002-05-04 |
Gilles Depeyrot | added missing include file |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | fixed compilation when included directly and not via... |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | wxDirDialog now has the same ctor under all platforms... |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | initialize wxBitmapButton members |
tree | commitdiff |
2002-05-03 |
Robin Dunn | Make it easier to not use wxPopupWindow in wxSTC, and... |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | corrected include guards |
tree | commitdiff |
2002-05-02 |
Robin Dunn | These methods should be public |
tree | commitdiff |
2002-05-02 |
Mattia Barbon | Implemented wxStatusBar::Push/PopStatusText. |
tree | commitdiff |
2002-05-02 |
Mattia Barbon | wxExecute takes a char**, not a wxChar** |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | changed wxUSE_MS_HTML_HELP to 1 by default |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | fixed definition of TRUE broken by the last commit |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | added WX_TRUE_DEFINED to allow preventing the redefinit... |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | added a few more consistency tests which used to be... |
tree | commitdiff |
2002-05-01 |
Vadim Zeitlin | disabled wxWin memory debugging by default |
tree | commitdiff |
2002-04-30 |
David Webster | Some new members to assist in bitmap rendering |
tree | commitdiff |
2002-04-29 |
Vadim Zeitlin | added Append(const wxString&) overload and replaced... |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-28 |
Gilles Depeyrot | derive wxBitmapButton from wxBitmapButtonBase |
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 | 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 a few virtual keywords for consistency (no real... |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | added support for add/insert/deleting many items at... |
tree | commitdiff |
2002-04-26 |
Vadim Zeitlin | implement wxColourDialog::Move() (patch 548048) |
tree | commitdiff |
2002-04-26 |
David Webster | Updates to OS/2 to catch up with lib changes and for... |
tree | commitdiff |
2002-04-25 |
Mattia Barbon | Glitches in wxDelegateRenderer |
tree | commitdiff |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
tree | commitdiff |
2002-04-24 |
Stefan Csomor | uses native implementation for mac |
tree | commitdiff |
2002-04-24 |
Gilles Depeyrot | corrected post increment operators which must return... |
tree | commitdiff |
2002-04-23 |
Vadim Zeitlin | replaced unnecessary #include with a forward decl |
tree | commitdiff |
2002-04-23 |
Václav Slavík | added wx/msw/missing.h |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | removed unused OnSetFocus() |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | fixed a fatal bug in DLL loading code: the deleted... |
tree | commitdiff |
2002-04-21 |
Václav Slavík | wxWizardPage(Simple) can do two-phase creation now |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | fixed WM_GETDLGCODE processing to include the bits... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | implement SetFocusFromKbd() to select all text in the... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | added and documented wxWindow::SetFocusFromKbd |
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-20 |
Vadim Zeitlin | made operator==() and \!=() const (still doesn't make... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | implemented DoGetSize() for wxSlider (patch from Dimitri) |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-19 |
David Webster | More updates for gdi |
tree | commitdiff |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
tree | commitdiff |
2002-04-18 |
Vadim Zeitlin | select the whole text in the single line text control... |
tree | commitdiff |
2002-04-18 |
David Webster | back to void for DoFloodFill |
tree | commitdiff |
2002-04-18 |
Robin Dunn | Some secondary grid classes now derive from wxClientDat... |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-16 |
Václav Slavík | make wxArtProvider pure virtual (I was not so on |
tree | commitdiff |
2002-04-16 |
Václav Slavík | wxHtmlBookRecords needs not be wxObject |
tree | commitdiff |
2002-04-16 |
Stefan Csomor | added patch for theme savvy checkbox metrics |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | corrected const char * to char * conversions (patch... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | redefined TRUE and FALSE to be of type bool |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | added wx/ipc.h and used/documented it |
tree | commitdiff |
2002-04-15 |
David Webster | Bitmap and menu updates |
tree | commitdiff |
2002-04-14 |
Robert Roebling | Three more attempts to get metal look. |
tree | commitdiff |
2002-04-14 |
Julian Smart | Applied custom character filter patch for text validator |
tree | commitdiff |
next |