]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-12-08  Vadim Zeitlinpatch from Ricky Gonzales <gonzales@pyramid3.net> for...
1999-12-07  Robert Roebling XIM support things.
1999-12-07  Robin Dunnbitmap mask tests
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-12-07  Karsten BallüderFixed XIM compilation, but doesn't work yet.
1999-12-07  Robert Roebling wxListCtrl sends event directly again. Also fixed...
1999-12-07  Karsten BallüderHAVE_GDK_XIM -> HAVE_XIM
1999-12-07  Vadim ZeitlinwxMimeTypeManager::EnumAll() seems to work, couple...
1999-12-07  Karsten BallüderTest for XIM support in gdk added, relevant code for...
1999-12-07  Robert Roebling Minor optical changes to toolbar and wxHelpFrame.
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-07  Robert Roebling Compile fix.
1999-12-07  Robert Roebling Added wxUSE_SPINCTRL,
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-07  Robert Roebling doc view code inteprets wxSTREAM_EOF as correct,
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  David WebsterwxDC new virtual function
1999-12-06  Robert Roebling Added tests for buffered streams.
1999-12-06  Vadim Zeitlincompile fix
1999-12-06  Vadim Zeitlinenumerating all MIME types (half finished, doesn't...
1999-12-06  Vadim ZeitlinDrawRotatedText() for MSW
1999-12-06  Vadim Zeitlinfixed LaTex error
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-12-06  Vadim ZeitlinwxSetlocale() doesn't always return NULL
1999-12-06  Vadim Zeitlinimplemented GetCPUCount() and SetConcurrency() for...
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-12-06  Vadim Zeitlin1. test for thr_setconcurrency() added to configure
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-06  Julian SmartInexplicable removal of wxRadioBox::MSWWindowProc rever...
1999-12-06  Vadim Zeitlingeneric wxListCtrl colour/font setting
1999-12-06  Vadim ZeitlinAdded DrawRotatedText
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-06  David Webstersome os/2 icon-bitmap fixes
1999-12-05  David Websterbitmap and image updates
1999-12-05  Václav Slavíkadded bookmarks support (strange thing : red color...
1999-12-05  Václav Slavíkadded bookmarks support
1999-12-05  Václav Slavíkfixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)
1999-12-05  Václav Slavíkfixed incorrect rendering of tables with cellspacing...
1999-12-05  Václav Slavík[gtk] fixed bug that caused segfaults in wxYield when...
1999-12-05  Julian SmartwxChoice/wxComboBox background colour change (to get...
1999-12-05  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlincompilation fixes for the wxListItemAttr
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-04  Robert Roebling Change to wxMenuBar::Remove(),
1999-12-04  Vadim ZeitlinEMX compilation fix
1999-12-04  Vadim Zeitlinnew wxMenu(Bar) dynamic menu(bar) management functions...
1999-12-04  Vadim ZeitlinwxMenu::Insert() seems to work, bug in wxMenuBase:...
1999-12-04  Vadim ZeitlinwxMenuBar::Insert() seems to work!
1999-12-04  Robert Roebling Documented wxStopWatch and wxToolBar::AddControl().
1999-12-04  Vadim Zeitlindebug check for infinite loop in InitializeClasses...
1999-12-04  Robert Roebling Two missing #includes in image code.
1999-12-04  Robert Roebling String changes for translations,
1999-12-03  David WebsterBitmap coding
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-03  Vadim Zeitlintest for timegm() added
1999-12-03  Robin Dunncode cleanup
1999-12-03  Robin DunnTesting wxListBox.Delete
1999-12-03  Robin DunnSplit out the changelog
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  Vadim Zeitlinfixes for icon-inherits-from-bitmap mode
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-12-03  David Websterbitmap and image updates
1999-12-02  David WebsterCatching up to latest thread changes
1999-12-02  Vadim Zeitlinmore threds fixes, more threads tests - seems to work...
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim Zeitlina small compilation fix
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-12-02  Vadim Zeitlinmingw32 compilation fixes
1999-12-02  Vadim Zeitlineven more wxDateTime work (completely broken for now...
1999-12-01  Václav Slavíkcosmetic changes in help browser settings dlg; fixed...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-12-01  Vadim Zeitlinsorting test added
1999-12-01  Karsten Ballüderfixed process termination handling
1999-12-01  Karsten Ballüderrtf cut&paste works now, html export fixed
1999-12-01  Robert Roebling Typos in sizer docs.
1999-12-01  Robert Roebling Disabling PNG, TIFF and JPEG works now.
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-12-01  George TaskerAdded wxODBC_FWD_ONLY_CURSORS define
1999-12-01  George TaskerwxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast...
1999-11-30  Vadim Zeitlinone day people will stop putting C++ comments in C...
1999-11-30  Vadim ZeitlinwxTreeCtrl::IsVisible() fix
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-30  Robin Dunna test file
1999-11-30  Robin DunnVarious small fixes and tweaks
1999-11-30  Robert Roebling Made db.h compile (removed this wxODBC_ONLY_FARWRD_XX...
1999-11-30  Robin DunnVarious small fixes and tweaks
1999-11-30  Robert Roebling Compile fix for GIF decoder,
1999-11-30  Guillermo Rodriguez... Doesn't reset the stream pos to 0 in CanRead().
1999-11-30  Guillermo Rodriguez... Fix to work with images embedded in streams (doesn...
1999-11-30  Julian SmartNow allow SetMenuBar to be called several times.
1999-11-30  Julian SmartCompile fixes
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-29  Karsten Ballüderevent handling fixes
1999-11-29  George TaskerAdded support for creating forward or backward scrollin...
1999-11-29  Robert Roebling More TIFF things,
next