]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
Cured last focus bug (I hope); some wxMotif mods
[wxWidgets.git] / include / wx / generic /
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-10  Vadim ZeitlinwxSplitterWindow::ReplaceWindow() function added and...
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-01-31  Vadim ZeitlinwxStaticBitmap, wxStaticBox and wxPanel don't accept...
1999-01-31  Julian SmartVarious small fixes
1999-01-30  Julian SmartMade wxLayoutAlgorithm more general (copes with nested...
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-27  Vadim Zeitlinmade wxSplitterWindow::SplitXXX() virtual
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-14  Karsten BallüderSplit part of wxExtHelpController into wxHTMLHelpContro...
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-08  Unknown (UG)no message
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-01  Stefan Csomormac support as stubs added
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-25  Vadim Zeitlinattempt to fix a report about compile problems in gener...
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-18  Vadim ZeitlinwxTreeCtrl::Sort() changed, adapted the sample to show it.
1998-12-18  Robert Roebling Tried to add sorting to wxTreeCtrl
1998-12-17  Julian SmartAdded wxDirDialog to generic directories
1998-12-17  Vadim Zeitlinall delete functions now send delete notification event
1998-12-17  Vadim Zeitlin1. added wxTreeCtrl::DeleteChildren()
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-12  Julian SmartAdded script to help make wxMotif via configure; nativd...
1998-12-12  Vadim Zeitlinsome very minor changes
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-07  Vadim Zeitlin1. wxNotebook::GetPageCount() returns only the number...
1998-12-07  Robert Roebling Listctrl updates
1998-12-07  Robert Roebling Keyboard navigatino in tree ctrl
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-12-02  Vadim Zeitlinadded wxListCtrl::DeleteAllColumns()
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-29  Vadim Zeitlinsome Linux compilation fixes
1998-11-28  Vadim Zeitlincompilation fixes for !wxUSE_POSTSCRIPT
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-25  Robert Roebling Fixed module code
1998-11-25  Robin DunnConverted the virtual-methods-callbacks into real event...
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-17  Julian SmartCured BC++ makefile bug; wxGrid fix; updated Motif...
1998-11-15  Karsten BallüderReplaced kbList with wxList.
1998-11-13  Vadim Zeitlin1. GetNextChild() bug fixed in generic version
1998-11-12  Julian SmartAccelerators implemented for wxMotif; some wxComboBox...
1998-11-11  Karsten BallüderMade netscape default browser.
1998-11-10  Karsten BallüderAdded wxExtHelpController: wxHelpController implementat...
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-31  Robert Roebling Font fixes and icons in report view for list control
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-30  Robert Roebling Tought Systemettings that sysfont has 12 pts
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-26  Vadim Zeitlinfinal (?) changes to the generic tree ctrl -- seems...
1998-10-26  Julian SmartMotif and other mods
1998-10-24  Robert Roebling Added support for frames without borders (such as for
1998-10-23  Vadim Zeitlin1. Split{Horizontal|Vertical} now accept negative args...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-25  Denis Pershinconst added to GetBitmap it was my fault.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-07  Julian SmartAdded wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit...
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-08-24  Julian SmartHKEY -> WXHKEY, wxScrolledWindow::SetScale added
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-19  Guilhem Lavaux* Some new feature in wxObject*Stream (objects aren...
1998-08-18  Robert Roebling Next attempt at dynlib.cpp
1998-08-18  Vadim Zeitlincorrected wxListCtrl compilation problems
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-17  Robert Roebling Added in-place editiging in wxListCtrl
1998-08-14  Robert Roebling Added validation support
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-10  Denis PershinDP: GetBitmap() added to wxImageList
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-03  Vadim ZeitlinSelectItem() always sends the notification messages
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-29  Karsten Ballüderfixed compiler warning
1998-07-27  Robert Roeblingwarning msgs
1998-07-23  Vadim ZeitlinwxTreeControl::Get/SetSelection implemented
1998-07-23  Vadim ZeitlinIsItemExpanded() function added
1998-07-21  Karsten Ballüderfixed duplicate definition
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-12  Robert Roeblingstream compile fixes
1998-07-10  Robert Roeblingtree control and dc::drawlines bug
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-08  Vadim Zeitlin1) keyboard handling added (OnNavigationKey)
1998-07-08  Vadim Zeitlina couple of "const" mistakenly removed restored
1998-07-07  Vadim Zeitlinadded missing DeleteItem(long itemId) function
next