]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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 :-(
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-29  Vadim Zeitlinfixes redraw bug which was leaving a horizontal strip...
1998-06-29  Karsten BallüderAdded my wxWindows based layout engine to the repository.
1998-06-29  Karsten Ballüderfixed event type parameter
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 SmartChanges to aid debugging.
1998-06-26  Julian SmartwxEventType alterations.
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-26  Vadim Zeitlincorrected "of by 1" error in wxString::insert()
1998-06-26  Vadim Zeitlinadded support for label alignments in wxStaticText...
1998-06-26  Vadim Zeitlinmade the interface more compatible with the MSW version...
1998-06-25  Julian SmartCured DC/GDI object leak; listbox window proc restored...
1998-06-25  Julian SmartVarious measures to reduce flicker.
1998-06-25  Julian SmartReduced flicker by a combination of less background...
1998-06-24  Vadim Zeitlinmisleading wxASSERT() corrected
1998-06-23  Vadim Zeitlinbug in wxNotebook::OnSize() corrected
1998-06-23  Vadim Zeitlinadded OnSize() to wxNotebook which forwards size events...
1998-06-23  Julian SmartCorrected problem with MDI children not refreshing...
1998-06-22  Julian SmartRemoved deletion of m_selections
1998-06-22  Julian SmartRemoved Scanf, Scanfv
1998-06-22  Julian SmartAdded more flags to resource.cpp, #ifdefed out ScanfV...
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-06-22  Julian SmartAdded wxCLIP_CHILDREN style (mainly for getting rid...
1998-06-22  Vadim Zeitlinattempt to clean up a little keyboard handling code
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-22  Vadim ZeitlinwxCHECK change
1998-06-22  Vadim ZeitlinGetSelections() changed to work with wxArrayInt
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on, added error messag...
1998-06-22  Vadim ZeitlinVC++ warning suppressed
1998-06-22  Vadim ZeitlinwxString::Scanf() removed because can't be implemented...
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on
1998-06-22  Vadim Zeitlinbug in SplitPath() corrected - now ".." handled correctly
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-22  Karsten Ballüderfixed #include paths to use local copies of png/gdk_iml...
1998-06-20  Guilhem Lavaux* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs...
1998-06-19  Vadim Zeitlinput wxMessageBox() arguments in OnAssert() in the right...
1998-06-19  Karsten Ballüderfixed stupid compiler warning
1998-06-18  Vadim Zeitlinchanged the notebook control to use AddPage() interface...
1998-06-18  Julian SmartFixed SetSelection, GetSelection for Portrait/Landscape...
1998-06-18  Karsten Ballüderanother typo fixed
1998-06-18  Karsten Ballüderadded notebook.cpp
1998-06-18  Karsten Ballüderfixed wrong scanf() arguments
next