]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
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-16  Guilhem Lavaux* Hope this is the last bug fix in the wxThread merge ...
1998-06-16  Vadim Zeitlin"-1" index error in wxString::Before fixed
1998-06-15  Guilhem Lavaux* Corrected #include "thread.h" => #include "wx/thread.h"
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...
1998-06-14  Julian SmartAdded #define wxHelpController to help.h; added wxWinHe...
1998-06-14  Julian Smart*** empty log message ***
1998-06-14  Julian SmartVarious documentation additions and changes.
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-06-14  Julian SmartChanged documentation const convention for non-objects...
1998-06-14  Julian SmartCorrected missing pipe in treectrl.h, wxOK->wxID_OK...
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-06-13  Guilhem Lavaux* Posix/SGI/No threads added
1998-06-13  Julian SmartAdded include/wx/joystick.h
1998-06-13  Julian SmartAdded GTK/Linux joystick class (Guilhem Lavaux)
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-06-12  Vadim Zeitlinin wxOnAssert() abort() replaced with raise(SIGTRAP...
1998-06-12  Vadim Zeitlinadded support of multiple-selection listboxes, GetSelec...
1998-06-10  Vadim ZeitlinwxTextCtrl::WriteText() now adds it at the end and...
1998-06-10  Vadim Zeitlintesting CVS notifications
1998-06-10  Vadim ZeitlinwxLogWindow ctor changed
1998-06-09  Vadim ZeitlinwxLogWindow is now not a top-level frame, so it doesn...
1998-06-09  Vadim ZeitlinwxTempFile bug corrected: the temp file is now created...
1998-06-08  Vadim ZeitlinBool changed to bool
1998-06-08  Julian SmartNotes about implementing EVT_LEAVE_WINDOW
1998-06-08  Karsten Ballüderfixed NULL problem
1998-06-05  Vadim ZeitlinBool replaced by bool
1998-06-05  Vadim ZeitlinBool replaced by bool (I hope I got it right this time!)
1998-06-05  Julian SmartSmall mods to manual
1998-06-04  Robert Roebling GTK
1998-06-03  Julian SmartModified wx.hpj for new directory structure; books...
1998-06-03  Robert Roebling GTK
1998-06-03  Vadim Zeitlinbug preventing compilation of wxLogGui under !Windows...
1998-06-02  Julian SmartResubmitted binary files that may been corrupted
1998-06-02  Robert Roebling GTK
1998-06-02  Vadim Zeitlinadded #if USE_WXCONFIG check (TODO: add configure switc...
1998-05-31  Vadim ZeitlinwxDataObject now defined in defs.h and not here
1998-05-31  Vadim Zeitlinmissing #endif
1998-05-31  Vadim ZeitlinwxDataFormat typedef added
1998-05-30  Vadim Zeitlinhelper file for WX_DEFINE_LIST: dynamic list implementation
1998-05-30  Julian SmartRemoved Deselect function.
1998-05-30  Robert Roebling Same as last one..
1998-05-30  Robert Roebling GTK:
1998-05-28  Robert RoeblingGTK
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-28  Julian Smart#ifdefed out a typedef not appropriate to MSW; added...
1998-05-27  Vadim Zeitlincleaned code a bit
1998-05-27  Vadim ZeitlinwxDataObject and wxDropSource implementations
1998-05-27  Vadim Zeitlinregistry based implementation of wxConfig (wxRegConfig)
1998-05-27  Vadim Zeitlin1) now associated drop target is deleted (memory/resour...
1998-05-27  Vadim Zeitlinremoved compilation warning about "switch with default...
1998-05-27  Vadim Zeitlinmany bugs (including major one in DeleteSelf) corrected
1998-05-27  Vadim Zeitlinspurious "(uint)" cast which was causing compilation...
next