]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic
More broken code corrections; broken Latex file corrections.
[wxWidgets.git] / include / wx / generic /
1999-10-20  Robin Dunnmade wxPanel be auto layout aware
1999-10-19  Michael BedwardAdded EVT_GRID_SELECT_CELL
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-18  Michael BedwardRemoved unused code
1999-10-16  Václav Slavíkfixed bug in PS clipping (non-virtual SetClippingRegion...
1999-10-15  Robert Roebling scrolling of foreign windowsplus sample
1999-10-14  Julian SmartCorrections
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-11  Robert Roebling Various distrib things,
1999-10-09  Robin DunnAdded missing costructor
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Michael BedwardAdded page up and page down key support.
1999-10-06  Michael BedwardAdded new wxGrid classes. This is a work in progress !
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-01  Robert Roebling Improved wxFileDialog behaviour wrt to remembering...
1999-09-30  Vadim Zeitlinfixed compilation and added support for all 4 images...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-18  Vadim Zeitlintypo fixed
1999-09-18  Vadim Zeitlinextra consts removed here and there
1999-09-16  Michael BedwardAdded GetMainWidget() to fix bug that was causing crash...
1999-09-06  Julian SmartAdded missing constant
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-09-03  Michael BedwardFixes for gcc 2.95 and AIX.
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-18  Robert Roebling More wxFileDialog things
1999-08-18  Robert Roebling EMX compilation,
1999-08-18  Robert Roebling Whole lot of stuff for new wxFileDialog
1999-08-17  Robert Roebling Added new file dialog
1999-08-17  Karsten Ballüderminor fix
1999-08-16  Robert Roebling Added missing files
1999-08-16  Robert Roebling compile fixes for EMX
1999-08-15  Robert Roebling Added and corrected a few more html makefiles,
1999-08-12  Robert Roebling Augmented beta to 9,
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-03  Karsten BallüderChanged wxChoice->wxComboBox as list of all paper sizes...
1999-08-02  Robert Roebling Minor changes
1999-08-02  David Webster*** empty log message ***
1999-08-02  Michael BedwardAdded these accessor functions for wxGridEvent: GetRow...
1999-07-31  David Webster*** empty log message ***
1999-07-30  Vadim ZeitlinwxMSW::wxTreeCtrl has multiple selection too (somewhat...
1999-07-29  Karsten BallüderProgressDialog was *comletely* broken!
1999-07-28  Vadim Zeitlinm_clientData conflict fixed
1999-07-28  Vadim Zeitlincompilation fix
1999-07-28  Robin DunnChanges necessary to make In Place Edit work and look...
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-26  Robert Roebling Typos in documentation
1999-07-26  Vadim ZeitlinEditLabel fixes (wxMSW/wxGTK synchronised, docs updated)
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-07-24  Karsten Ballüdercompilation fixes and minor improvements
1999-07-24  Vadim ZeitlinwxTreeEvent is declared in one header, not 3 of them
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-21  Karsten Ballüderadded helpwxht.h
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-19  Sylvain Bougnouxcosmetic, added some comment
1999-07-18  Karsten BallüderAdded wxHelpControllerHtml, derived from wxHtmlHelpCont...
1999-07-05  Vadim ZeitlinCalcUnscrolledPosition takes int, not floats
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-06-29  Vadim Zeitlin1. wxGrid fixes contributed by Gerhard Gruber (client...
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-29  Vadim Zeitlinstartup tips for Unix
1999-06-28  Vadim Zeitlintip icon in XPM format
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.
1999-06-26  Václav Slavík*** empty log message ***
1999-06-26  J. Russell SmythAdded #include wx/listbox.h needed under Linux (probabl...
1999-06-25  Vadim Zeitlin1. wxSingleChoiceDialog looks Ok under Windows
1999-06-25  Václav Slavík*** empty log message ***
1999-06-23  Vadim Zeitlinin-place editing code from Michael Bedward integrated...
1999-06-22  Karsten BallüderSignificantly improved thanks to vi.
1999-06-21  Robert Roebling Disabled dependencies for a while
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-18  Vadim Zeitlin1. uninitialized variable in wxPanel fixed and unused...
1999-06-18  Robert Roebling Made things compile again (two pizzas).
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Karsten BallüderModified so that it should work for __WXMSW__, too...
1999-06-14  Patrick AlbertCorrect some minor compile pbs with VC++1.52c & VC...
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-11  Robert Roebling Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE
1999-06-10  Ove KaavenUnicode fix.
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-08  Vadim Zeitlinmore Motif fixes (still doesn't compile, but *really...
1999-06-07  Robert Roebling Just ignore CVS. It's better for you.
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
1999-06-02  Vadim Zeitlinheaders are now installed by automake too
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-27  Robert Roebling compile fixes. Vadim ows me a pizza.
1999-05-27  Vadim Zeitlin1. warning in wxDataObject fixed
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-25  Vadim ZeitlinwxCaret now exists not only under MSW but on any suppor...
1999-05-24  Robert Roebling Made listctrl header BG grey again
next