]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
1998-07-08  Vadim Zeitlintrace messages are now turned off by default
1998-07-08  Vadim ZeitlinwxNavigationKeyEvent class and corresponding macro...
1998-07-08  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommand...
1998-07-08  Vadim Zeitlin1) keyboard handling added (OnNavigationKey)
1998-07-08  Vadim Zeitlinkeyboard handling added (OnNavigationKey)
1998-07-08  Vadim Zeitlina couple of "const" mistakenly removed restored
1998-07-08  Guilhem LavauxSmall updates in the documentation about threads.
1998-07-08  Vadim ZeitlinHasGroup/Entry added
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-08  Julian SmartCured a bad assert in wxStatusBar; #ifdefed oleutils...
1998-07-08  Karsten BallüderCorrected convert path to /usr/X11/bin, the default...
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-07  Karsten BallüderFixed broken Ieee extension for configure --without...
1998-07-05  Guilhem Lavaux* Fixed configuration problem (#if USE_APPLE_IEEE)
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 SmartVarious documentation changes, makefile fixes
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-07-02  Guilhem Lavaux* Deleted all ^M
1998-07-02  Julian SmartAdded dummy constructors etc. for wxProcess(Event)...
1998-07-02  Julian SmartAdded extra Dialog Editor icons
1998-07-02  Karsten BallüderFixed the configure apple-ieee to apple_ieee.
1998-07-02  Julian SmartMajor changes to Dialog Editor (still at alpha level)
1998-07-02  Julian SmartRemoved some consts from tabctrl.h; fixed some other...
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-07-02  Vadim Zeitlinold TODO renamed
1998-07-02  Vadim Zeitlinrenamed to TODO.txt (you really shouldn't use Explorer...
1998-07-02  Vadim Zeitlinthe file which contains TODO issues (with their priorit...
1998-07-01  Vadim Zeitlin* added gtk_text_changed callback and implemented Disca...
1998-07-01  Guilhem Lavaux* Well, I've forgotten this file :-(
next