]> git.saurik.com Git - wxWidgets.git/history - include
-somewhat more elegant method, supporting the src subdir (-Markus)
[wxWidgets.git] / include /
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...
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...
next