]> git.saurik.com Git - wxWidgets.git/history - include
trace mask made static variable (and corresponding accessors static functions)
[wxWidgets.git] / include /
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-07-08  Vadim Zeitlinadded virtual functions AcceptsFocus() and MSWGetDlgCode()
1998-07-08  Vadim Zeitlinadded Acceptsfocus() { return FALSE; }
1998-07-08  Vadim Zeitlinadded AcceptsFocus() { return FALSE; }
1998-07-08  Vadim Zeitlinimproved keyboard handling, bug fixes
1998-07-08  Vadim ZeitlinLast() function added (the same as Item(Count() - 1))
1998-07-08  Vadim Zeitlin1) some size_t replaced with uint - does it now compile...
1998-07-08  Vadim ZeitlinwxNavigationKeyEvent class and corresponding macro...
1998-07-08  Vadim Zeitlin1) keyboard handling added (OnNavigationKey)
1998-07-08  Vadim Zeitlina couple of "const" mistakenly removed restored
1998-07-08  Vadim ZeitlinHasGroup/Entry added
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-08  Julian SmartFixed event arg in notebook.h, #ifdefed out some functi...
1998-07-07  Karsten BallüderSome fixes for Solaris (2.5).
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
1998-07-07  Vadim Zeitlinadded missing DeleteItem(long itemId) function
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-07-02  Julian SmartRemoved some consts from tabctrl.h; fixed some other...
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-07-01  Vadim ZeitlinwxImageList ctor now takes the same arguments as the...
1998-07-01  Vadim Zeitlinmany changes to make generic tree control (more) MSW...
1998-06-30  Karsten BallüderRemoved the WXUNUSED() from size parameters in wxIcon...
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider
1998-06-28  Julian Smart*** empty log message ***
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider; added...
1998-06-26  Julian SmartChanges for wxEventType
1998-06-26  Julian SmartwxEventType alterations.
1998-06-26  Vadim Zeitlinmade the interface more compatible with the MSW version...
1998-06-25  Julian SmartVarious measures to reduce flicker.
1998-06-23  Vadim Zeitlinadded OnSize() to wxNotebook which forwards size events...
1998-06-22  Julian SmartAdded wxCLIP_CHILDREN style (mainly for getting rid...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-22  Vadim ZeitlinwxListbox::GetSelections() now takes a wxArrayInt inste...
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on
1998-06-22  Vadim ZeitlinOops... just added wxString::Scanf() functions can...
1998-06-22  Vadim Zeitlin#include "wx/msw/notebook" added
1998-06-22  Vadim ZeitlinwxLogWindow::GetOldLog() added
1998-06-22  Vadim ZeitlinwxCHECK macros slightly changed: wxCHECK( expr, rc...
1998-06-22  Karsten Ballüderfixed #pragma
1998-06-19  Karsten Ballüderfixed stupid compiler warning
1998-06-18  Vadim Zeitlinchanged the notebook control to use AddPage() interface...
1998-06-18  Vadim Zeitlin1) Right(char ch) now returns the part of the string...
1998-06-18  Vadim ZeitlinwxFileConfig bugs corrected (now the new entries belong...
1998-06-15  Karsten Ballüderchanged GetSelections() argument
1998-06-15  Julian SmartExperimental notebook API
1998-06-15  Julian SmartCorrected some problems I introduced, added tabevent...
1998-06-14  Vadim ZeitlinwxNotebook interface (it may change!), implementation...
1998-06-14  Vadim Zeitlinadded notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHAN...
1998-06-14  Vadim Zeitlinadded ctor wxColour(unsigned long colRGB) and the corre...
1998-06-14  Julian SmartAdded #define wxHelpController to help.h; added wxWinHe...
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-06-14  Julian SmartCorrected missing pipe in treectrl.h, wxOK->wxID_OK...
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-06-13  Julian SmartAdded include/wx/joystick.h
1998-06-13  Julian SmartAdded GTK/Linux joystick class (Guilhem Lavaux)
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-06-10  Vadim Zeitlintesting CVS notifications
1998-06-10  Vadim ZeitlinwxLogWindow ctor changed
1998-06-05  Vadim ZeitlinBool replaced by bool (I hope I got it right this time!)
1998-06-04  Robert Roebling GTK
1998-06-03  Robert Roebling GTK
1998-06-02  Robert Roebling GTK
1998-06-02  Vadim Zeitlinadded #if USE_WXCONFIG check (TODO: add configure switc...
1998-05-31  Vadim ZeitlinwxDataObject now defined in defs.h and not here
1998-05-31  Vadim Zeitlinmissing #endif
1998-05-31  Vadim ZeitlinwxDataFormat typedef added
1998-05-30  Vadim Zeitlinhelper file for WX_DEFINE_LIST: dynamic list implementation
1998-05-30  Robert Roebling Same as last one..
1998-05-28  Robert RoeblingGTK
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-28  Julian Smart#ifdefed out a typedef not appropriate to MSW; added...
1998-05-27  Vadim ZeitlinwxDataObject and wxDropSource classes for (more) d...
1998-05-27  Vadim Zeitlinoption USE_WXCONFIG (default value: 1) added which...
1998-05-27  Vadim Zeitlinfunction HasValue() added
1998-05-27  Vadim Zeitlindeclaration of registry based implementation of wxConfi...
1998-05-27  Vadim ZeitlinwxApp::CreateConfig() only defined #if USE_WXCONFIG
1998-05-27  Vadim Zeitlinno changes (cvs wierdness...)
1998-05-27  Vadim Zeitlinno changes
1998-05-27  Julian SmartMisc changes for DOS compatibility, plus added wxApp...
1998-05-26  Vadim Zeitlinnew compile option added: USE_WXCONFIG. If it's 1,...
1998-05-26  Vadim Zeitlin1) log leves are now global wxLOG_ prefixed constants...
1998-05-26  Vadim Zeitlininline wxGetTranslation() moved so it's not called...
1998-05-26  Vadim ZeitlinwxFileConfig now has it's own header, the config file...
1998-05-26  Vadim Zeitlinadded write_append mode to wxFile, implemented eof...
1998-05-26  Vadim Zeitlinadded "\n" at the end of file to silent egcs warnings
1998-05-26  Vadim Zeitlinadded "const char *Read()" returning pointer to statis...
1998-05-26  Vadim Zeitlinmistype: #ifdef __GTK corrected (#ifdef __GTK__ now)
1998-05-22  Julian Smart*** empty log message ***
1998-05-21  Julian SmartApp declarations modified; cursor was corrupt; needed...
1998-05-21  Julian Smart*** empty log message ***
1998-05-21  Julian SmartAdded resource.h, missing from archive.
1998-05-21  Robert RoeblingAdd support for dynamic event tables
1998-05-21  Robert Roebling*** empty log message ***
1998-05-20  Karsten Ballüdernow MSW stuff is complete
1998-05-20  Karsten Ballüderadded some wxMSW stuff
next