]> git.saurik.com Git - wxWidgets.git/history - include
wxExecute takes a char**, not a wxChar**
[wxWidgets.git] / include /
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...
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-07  Gilles Depeyrotremoved unnecessarily overridden wxControl method
2002-04-07  Gilles Depeyrotimproved conditional compilation test (added wxUSE_POST...
2002-04-07  Gilles Depeyrotremoved unused enum
2002-04-07  Robert Roebling Further work on wxTextCrl.
2002-04-06  Robert Roebling Added support for variable-width fonts
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  David WebsterCatching up to new common class interfaces.
2002-04-05  Vadim ZeitlinSetPath() is now implemented in dirdlg.cpp
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-05  Vadim Zeitlinwarning fix for cygwin (patch 539654)
2002-04-05  Vadim Zeitlinmore fixes to handling the paths with trailing slashes...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-03  Vadim Zeitlindon't reenable the disabled windows in OnShow(), it...
2002-04-02  Mattia BarbonwxCalendarCtrl::Destroy() now deletes year spin control and
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Julian SmartNow set the client and main windows in wxAdoptedWindow...
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Julian SmartApplied FloodFill patch
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-31  Robert Roebling As in 2.2.9, toolbars should not get the focus.
2002-03-30  Robert Roebling Rewrote wxToolBar another time.
next