]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
1998-07-12  Vadim Zeitlinconstraints handling for notebook pages improved
1998-07-12  Vadim ZeitlinwxFILE_MUST_EXIST added
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  Vadim Zeitlin1. expand/collapse (and -ing variants) events are now...
1998-07-12  Vadim Zeitlinadded missing UngetWriteBuf() in wxString::insert
1998-07-12  Vadim Zeitlinmemory leak plugged
1998-07-12  Vadim ZeitlinwxFrame::OnSize() slightly optimized (the behaviour...
1998-07-12  Vadim ZeitlinwxWindow::OnSize() removed
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  Karsten Ballüderlatest sources from M
1998-07-12  Julian SmartAdded wxTreeLayout for wxWindows 2.0
1998-07-12  Julian SmartAdded gtk.rsp, a 'response' file (listing of all wxGTK...
1998-07-12  Julian SmartRemoved #pragmas in utils.cpp, corrected USE_(WX)DEBUG_...
1998-07-11  Guilhem LavauxDeleted "#include <sched.h>".
1998-07-11  Robert Roeblingevent/leave events
1998-07-10  Robert Roeblingtree control and dc::drawlines bug
1998-07-10  Vadim ZeitlinwxWindow::OnSize() does _not_ call Layout() (it should...
1998-07-10  Vadim ZeitlinwxFrame::OnSize() calls Layout() if GetAutoLayout()
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderFixed implementation pragma to "utils.h"
1998-07-10  Karsten BallüderDEBUG -> WXDEBUG
1998-07-10  Karsten Ballüderstill fixing DEBUG macros
1998-07-10  Karsten Ballüderfixed another @DEBUG@
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  Julian SmartChanged name of controls sample.
1998-07-10  Karsten Ballüderfixed arguments to make it wxMSW compatible
1998-07-09  Vadim ZeitlinMSW wxNotebook implementation
1998-07-09  Vadim ZeitlinwxWindow::IsShown() made 'const'
1998-07-09  Vadim ZeitlinwxWindow::FindFocus() doesn't exist in wxGTK - #ifdef...
1998-07-09  Vadim Zeitlinadded virtual bool wxWindow::AcceptsFocus()
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-07-08  Vadim ZeitlinwxCHECK/CHECK_RET adjustments
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) keyboard handling: now generates NavigationKey event...
1998-07-08  Vadim Zeitlinbug with multi-part status bars with default widths...
1998-07-08  Vadim ZeitlinwxDC::GetTextExtent() checks that passed in x and y...
1998-07-08  Vadim ZeitlinMatches() and UngetWriteBuf() added, several asserts...
1998-07-08  Vadim Zeitlin1) some size_t replaced with uint - does it now compile...
next