]> git.saurik.com Git - wxWidgets.git/history - include
Undo/Redo update handlers now set the text as well
[wxWidgets.git] / include /
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.
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
2002-03-29  Robert Roebling Some work for wxX11 on 8-bit visuals.
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-29  Robert Roebling Pop-up menus no longer jump before appearing.
2002-03-28  Mattia BarbonAdd missing include
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-28  Stefan Csomorcorrected dynarray.h include
2002-03-28  Vadim Zeitlincommitting the file which I forgot to commit yesterday...
2002-03-28  Robert Roebling Compile fix for wxFileName.
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-27  Vadim Zeitlinremoved a few warnings and CW compilation problems...
2002-03-27  Vadim Zeitlinadded wxEXEC_MAKE_GROUP_LEADER (patch 535422)
2002-03-27  Vadim Zeitlincompilation fix: include wx/iconbndl.h
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Gilles Depeyrotminimum changes required for toolbar text related changes
2002-03-26  Vadim ZeitlinwxUniv toolbar compilation fixes
2002-03-26  Vadim ZeitlinwxMotif toolbar compilation fixes
2002-03-26  Jouk Jansen Committing in .
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Václav Slavíksurround deprecated wxImage methods in WXWIN_COMPATIBIL...
2002-03-25  Vadim Zeitlinfixed compilation for wxMSW after the recent changes
2002-03-25  Vadim Zeitlinimplemented (but it doesn't work yet) the radio buttons...
2002-03-25  Vadim Zeitlinadded and documented wxTB_NOICONS and wxTB_TEXT style...
2002-03-25  David WebsterNew radio item menu stuff
2002-03-25  Vadim Zeitlinfixed the menu bug introduced by the previous commit
2002-03-25  Vadim Zeitlinblind fix for compilation under AIX: always include...
2002-03-24  Robert Roebling Implemented two-window approach for wxX11.
2002-03-24  Julian SmartAdded SetActive to wxEventLoop
2002-03-24  Vadim Zeitlinfixes to radio menu items
2002-03-24  Václav Slavíkadded wxTheme::GetArtProvider to wxUniv
2002-03-24  Václav SlavíkWXWIN_COMPATIBILITY_2_2 is on by default
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-24  Václav Slavíkmoved the rest of XPMs to /art
2002-03-23  Julian SmartUse wxHtmlHelpController for HTML help, not wxHelpContr...
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-03-22  Václav Slavíkpoint to MSLU library
2002-03-22  Václav Slavíkport proplist.cpp to wxArtProvider
2002-03-22  Julian SmartRemoved helpwxht.h/cpp (old wxHelpControllerHtml class)
2002-03-22  Václav Slavíkuse wxArtProvider in wxFileDialog
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-22  Václav Slavíkadded wxBitmap::CopyFromIcon and wxIcon::CopyFromBitmap...
2002-03-22  George TaskerSemi-Blind fixes for trying to handle different version...
2002-03-21  Václav Slavíkused wxArtProvider in wxTipDialog
2002-03-21  Václav Slavíkuse wxArtProvider in wxtipDialog
2002-03-21  Václav Slavíkdeleted no longer needed resource files
2002-03-21  Václav Slavík(hopefully) final touches to wxArtProvider
2002-03-21  Václav Slavíkroot is always hidden -> no icon needed
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-21  Vadim Zeitlinenabled toolbar as it works now
2002-03-21  Vadim Zeitlinlet the popup listbox process the kbd messages in wxCom...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-20  Robert Roebling No more pixel junk when resizing windows that
2002-03-20  Robin DunnwxStyledTextCtrl can now be built and used when wxUSE_U...
2002-03-20  Robin DunnDecided I need copy and assignment afterall
2002-03-19  Václav Slavíkadded wxArtProvider
2002-03-19  Vadim Zeitlincompilation fix for FALSE -> wxItemKind conversion
next