]> git.saurik.com Git - wxWidgets.git/history - include
warning msgs
[wxWidgets.git] / include /
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Guilhem Lavaux* Bug fixes
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
1998-07-27  Karsten Ballüdermake wxS_DEFAULT consistend with standard Unix behaviour
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Julian SmartAdded missing accessors
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Guilhem Lavaux*** empty log message ***
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-24  Vadim Zeitlinadded "access" parameter to wxFile::Create and Open...
1998-07-24  Vadim Zeitlinscrollbar support added (experimental)
1998-07-24  Julian SmartAltered event.h to reflect new toolbar event handling...
1998-07-24  Vadim Zeitlinadded default value for "int type" (wxBITMAP_TYPE_XPM...
1998-07-24  Vadim Zeitlinremoved #define wxToolBarGTK
1998-07-23  Vadim ZeitlinwxTreeControl::Get/SetSelection implemented
1998-07-23  Vadim Zeitlinnow wxToolBarGTK is #define'd as wxToolBar under wxGTK...
1998-07-23  Vadim ZeitlinIsItemExpanded() function added
1998-07-23  Vadim ZeitlinwxUpdateUI events generation added
1998-07-23  Vadim ZeitlinSetModified() added
1998-07-23  Vadim ZeitlinOnSize removed (not needed any more after Robert's...
1998-07-23  Vadim Zeitlinmore accessors added, member variablesmade private
1998-07-23  Vadim ZeitlinDoMenuUpdates()
1998-07-23  Vadim Zeitlinadded flag wxFILE_MUST_EXIST
1998-07-23  Vadim ZeitlinGetLabel() added
1998-07-23  Julian SmartMoved Get/SetToolBar down into frame.h/cpp
1998-07-23  Vadim Zeitlinadded #define wxToolBar wxToolBarGTK for wxGTK
1998-07-22  Robert Roeblingmdi private menus
1998-07-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-21  Karsten Ballüderfixed duplicate definition
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-20  Unknown (MO)Added use of default file/dir and confirm on overwrite...
1998-07-20  Karsten Ballüderfixed config incosistency
1998-07-19  Vadim ZeitlinMSWGetDlgCode() behaviour changed to allow both TAB...
1998-07-18  Julian SmartwxDocManager gets the only view if none other specified...
1998-07-18  Vadim Zeitlina couple of functions added (GetNumberOfGroups/Entries...
1998-07-18  Robert RoeblingODBC compile (and link) fixes
1998-07-18  Robert Roeblingadded ODBC support
1998-07-17  Vadim ZeitlinwxTString removed
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-17  Vadim Zeitlinsome "const"s added
1998-07-17  Julian SmartSome Borland/GnuWin32 fixes
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-16  Vadim Zeitlinadded sorted arrays: they automatically sort items...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-15  Vadim Zeitlinoptimizations: more functions made inline, added Alloc...
1998-07-14  Vadim Zeitlincommon constants (wxSeekMode) and types (off_t) to...
1998-07-14  Vadim Zeitlinoff_t #define'd as _off_t for VC++ (it's not a standard...
1998-07-14  Vadim Zeitlin1) added wxSplitFile() to decompose a file name into...
1998-07-14  Guilhem Lavaux* wxMemory*Stream link problem fix.
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-13  Julian SmartIn splitter sample, forwarded OnIdle events to wxFrame...
1998-07-13  Robert Roeblingmemdc and bitmap fixes
1998-07-13  Vadim Zeitlinconstraints for notebook pages work (again)
1998-07-13  Karsten BallüderFixed that stupid stream problem.
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
1998-07-12  Vadim ZeitlinwxLogDebug/Trace in release mode now don't give compile...
1998-07-12  Vadim ZeitlinwxWindow::OnSize() removed
1998-07-12  Vadim Zeitlin1) separate expand/collapse event
1998-07-12  Vadim Zeitlinconstraints handling for the notebook pages fixed
1998-07-12  Vadim Zeitlindefined wxFILE_MUST_EXIST flag
1998-07-12  Vadim ZeitlinwxGetEmptyString() function added
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-12  Guilhem LavauxOoops ! I've forgotten the include files.
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.
1998-07-12  Julian SmartRemoved #pragmas in utils.cpp, corrected USE_(WX)DEBUG_...
1998-07-11  Robert Roeblingevent/leave events
1998-07-10  Robert Roeblingtree control and dc::drawlines bug
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-10  Karsten Ballüderfixed arguments to make it wxMSW compatible
1998-07-09  Vadim ZeitlinwxWindow::IsShown() made 'const'
1998-07-09  Vadim Zeitlinadded virtual bool wxWindow::AcceptsFocus()
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...
next