]> git.saurik.com Git - wxWidgets.git/history - include
improved dynamic shared library creation for Darwin / Mac OS X
[wxWidgets.git] / include /
2002-05-08  David WebsterMore of the same.
2002-05-07  Vadim Zeitlinfixed Windows style of wxPopupWindow
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-05-07  David WebsterMono bitmap processing updates
2002-05-06  David WebsterOS/2 Image processing updates
2002-05-06  Vadim ZeitlinwxPanel is a canvas in wxUniv sense of the word
2002-05-06  Vadim Zeitlinadded wxCheckBox::IsChecked() to wxMac and documented it
2002-05-06  Vadim Zeitlininclude wx/defs.h to get wxUSE_FFILE
2002-05-06  Vadim Zeitlintypo fixed: __WXUNIV__ => __WXUNIVERSAL__
2002-05-05  Vadim Zeitlinfixed multiple bugs in multiple selection wxCheckListBoxes
2002-05-05  Václav Slavíkfixes to gcc pragmas
2002-05-05  Gilles Depeyrotimproved opening/closing of shared library resources...
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-05  Julian SmartDoc tweaks
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Gilles Depeyrotadded missing include file
2002-05-04  Vadim Zeitlinfixed compilation when included directly and not via...
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-05-04  Vadim Zeitlininitialize wxBitmapButton members
2002-05-03  Robin DunnMake it easier to not use wxPopupWindow in wxSTC, and...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-03  Gilles Depeyrotcorrected include guards
2002-05-02  Robin DunnThese methods should be public
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-05-02  Mattia BarbonwxExecute takes a char**, not a wxChar**
2002-05-01  Vadim Zeitlinchanged wxUSE_MS_HTML_HELP to 1 by default
2002-05-01  Vadim Zeitlinfixed definition of TRUE broken by the last commit
2002-05-01  Vadim Zeitlinadded WX_TRUE_DEFINED to allow preventing the redefinit...
2002-05-01  Vadim Zeitlinadded a few more consistency tests which used to be...
2002-05-01  Vadim Zeitlindisabled wxWin memory debugging by default
2002-04-30  David WebsterSome new members to assist in bitmap rendering
2002-04-29  Vadim Zeitlinadded Append(const wxString&) overload and replaced...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-28  Gilles Depeyrotderive wxBitmapButton from wxBitmapButtonBase
2002-04-27  Vadim Zeitlinfixed memory leak in wxLogChain
2002-04-27  Vadim ZeitlinwxArray(int n) mods for wxArrayString
2002-04-27  Vadim Zeitlinfixes for operator new declaration/definition (patch...
2002-04-26  Vadim Zeitlinclean up of memory debugging macros and chanegs to...
2002-04-26  Vadim Zeitlinadded a few virtual keywords for consistency (no real...
2002-04-26  Vadim Zeitlinadded support for add/insert/deleting many items at...
2002-04-26  Vadim Zeitlinimplement wxColourDialog::Move() (patch 548048)
2002-04-26  David WebsterUpdates to OS/2 to catch up with lib changes and for...
2002-04-25  Mattia BarbonGlitches in wxDelegateRenderer
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-24  Stefan Csomoruses native implementation for mac
2002-04-24  Gilles Depeyrotcorrected post increment operators which must return...
2002-04-23  Vadim Zeitlinreplaced unnecessary #include with a forward decl
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
2002-04-22  Vadim Zeitlinfixed a fatal bug in DLL loading code: the deleted...
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-04-21  Vadim Zeitlinfixed WM_GETDLGCODE processing to include the bits...
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-21  Vadim Zeitlinadded and documented wxWindow::SetFocusFromKbd
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-20  Vadim Zeitlinmade operator==() and \!=() const (still doesn't make...
2002-04-20  Vadim Zeitlinimplemented DoGetSize() for wxSlider (patch from Dimitri)
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-19  David WebsterMore updates for gdi
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-18  Vadim Zeitlinselect the whole text in the single line text control...
2002-04-18  David Websterback to void for DoFloodFill
2002-04-18  Robin DunnSome secondary grid classes now derive from wxClientDat...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Václav Slavíkmake wxArtProvider pure virtual (I was not so on
2002-04-16  Václav SlavíkwxHtmlBookRecords needs not be wxObject
2002-04-16  Stefan Csomoradded patch for theme savvy checkbox metrics
2002-04-16  Vadim Zeitlinbetter, more generic and backwards compatible, fix...
2002-04-15  Vadim Zeitlincorrected const char * to char * conversions (patch...
2002-04-15  Vadim Zeitlinredefined TRUE and FALSE to be of type bool
2002-04-15  Vadim Zeitlinadded wx/ipc.h and used/documented it
2002-04-15  David WebsterBitmap and menu updates
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-04-13  Robert Roebling Fix wxListCtrl background colour bug Part I
2002-04-13  Vadim Zeitlininclude wx/event.h before declarign the types (patch...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-04-12  Julian SmartApplied docview patch
2002-04-12  Vadim Zeitlina preprocessor constant must be 0, not FALSE
2002-04-11  Julian SmartAdded back the missing Undo/Redo accelerators that...
2002-04-11  Stefan CsomorRemoveChild added for correct disposal of scrollbar
2002-04-10  David WebsterMenuing and statusbar updates
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-10  David WebsterLots of updates
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2002-04-09  Václav Slavíkhidden root works in wxGenericDirCtrl again
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-08  Václav Slavíkcompatibility macro
2002-04-08  Vadim Zeitlinfixed several bugs in Mkdir() and also modified its...
2002-04-08  Vadim Zeitlinadded GetPath(flags) version to allow retrieving the...
2002-04-08  Julian SmartAdded wxDIRCTRL_EDITABLE style so we can choose whether
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-04-07  Václav Slavíkoops, forgot to implement Home button
2002-04-07  Václav Slavíkcleaning up the mess created by the FloodFill patch
2002-04-07  Julian SmartChanged caret to black and made it go when control...
next