]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1998-07-24  Karsten Ballüderfixed appending of '/' to empty string
1998-07-24  Karsten Ballüderfixed private member access problem
1998-07-23  Vadim Zeitlinoops... a typo in just checked in file corrected
1998-07-23  Vadim Zeitlincall to SetLabel in Create() added to strip "&" charact...
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 ZeitlinIsModified() function now works correctly
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  Vadim Zeitlincommon functions moved into ../common/framecmn.cpp
1998-07-23  Vadim Zeitlinmade the code more wxMSW compatible
1998-07-23  Vadim Zeitlinmade the constraintsin notebook pages work (once again)
1998-07-23  Vadim Zeitlinadded wxUpdateUI generation
1998-07-23  Vadim Zeitlincommon part of wxWindow class
1998-07-23  Vadim Zeitlinremoves "&" from wxControl's label (also for buttons...
1998-07-23  Vadim Zeitlinchoosing "Cancel" in the message box which appears...
1998-07-23  Vadim Zeitlincommon code of wxFrame class
1998-07-23  Vadim Zeitlina warning in the release build suppressed
1998-07-23  Julian SmartCreated new, simplified toolbar sample; removed other...
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-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-22  Vadim Zeitlinwarning under gcc removed
1998-07-21  Karsten Ballüderfixed duplicate definition
1998-07-20  Vadim Zeitlinbug in wxFileConfig::DeleteEntry/Group corrected
1998-07-20  Vadim Zeitlincorrected bug in wxArrayString::operator= and it's...
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-20  Karsten Ballüderadded -O0 to debug flags to disable optimisation -...
1998-07-20  Karsten Ballüderprinting added
1998-07-19  Vadim Zeitlininfinite loop in wxNavigationKeyEvent processing fixed
1998-07-19  Vadim ZeitlinMSWGetDlgCode() behaviour changed to allow both TAB...
1998-07-19  Julian SmartRenamed a couple more samples/controls files; fixed...
1998-07-19  Karsten Ballüderfixed the ps dialog but doesn't all work yet
1998-07-18  Julian SmartwxDocManager gets the only view if none other specified...
1998-07-18  Julian SmartAdded revamped Object Graphics Library (for node/arc...
1998-07-18  Vadim Zeitlina couple of functions added (GetNumberOfGroups/Entries...
1998-07-18  Vadim Zeitlinsmall bug fixes + a couple of new functions added
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-18  Guilhem LavauxwxFrame: OnSize() has a SEGV if wxFrame has no child...
1998-07-18  Robert RoeblingODBC compile (and link) fixes
1998-07-18  Robert Roeblingadded ODBC support
1998-07-17  Vadim Zeitlincompile without STRICT fixed
1998-07-17  Vadim Zeitlincorrected (after wxTString untimely death) and expanded
1998-07-17  Vadim Zeitlinthe very last traces of wxTString removed
1998-07-17  Julian SmartBug fix to scrolwin.cpp (position not set in SetScrollb...
1998-07-17  Vadim Zeitlindon't set focus to [ok] in text entry dialog (leave...
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-17  Vadim ZeitlinwxTString removed
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-17  Vadim Zeitlinanother "const" added
1998-07-17  Vadim Zeitlinsome "const"s added
1998-07-17  Karsten Ballüderfixed, latex now works for manual.tex and referenc...
1998-07-17  Julian SmartSome Borland/GnuWin32 fixes
1998-07-17  Karsten Ballüderfixed underline for drawing text, as suggested by Chris...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-17  Robin Dunnfixed a missing backslash
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-16  Vadim Zeitlinadded sorted arrays: they automatically sort items...
1998-07-16  Julian SmartCured SetString/GetSelection interaction; incorporated...
1998-07-16  Robin DunnInserted an else that seemed to be missing. (My RadioB...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-15  Vadim Zeitlinoptimizations: more functions made inline, added Alloc...
1998-07-15  Karsten Ballüderadded gauge.cpp
1998-07-15  Karsten Ballüderfixed SetRange/GetValue
1998-07-15  Karsten Ballüderfixed wxGTK copyright
1998-07-15  Karsten BallüderOn Robert's request I have added the html-version of...
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 ZeitlinGetTempFileName used in wxTempFile now instead of tmpnam
1998-07-14  Vadim ZeitlinExpandEnvVars was eating backslashes - no more.
1998-07-14  Vadim Zeitlinadded wxSplitFile() to decompose a file name into path...
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 DEBUG
1998-07-13  Karsten BallüderChanged #ifdef DEBUG to #ifdef __WXDEBUG__
1998-07-13  Karsten BallüderQuick fix to avoid unnecessary compiler warnings from...
1998-07-13  Karsten BallüderConfigure now adds -D__WXDEBUG__ to the compiler switch...
1998-07-13  Karsten BallüderFixed that stupid stream problem.
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
1998-07-13  Karsten Ballüderuses wxString again (std::string optional)
1998-07-12  Vadim ZeitlinGetTextExtent checks that passed pointers are not NULL
1998-07-12  Vadim ZeitlinwxLogDebug/Trace in release mode now don't give compile...
next