]> git.saurik.com Git - wxWidgets.git/history - src
Added wxDbTable::SetOrderByColNums() function
[wxWidgets.git] / src /
2000-11-24  George TaskerAdded wxDbTable::SetOrderByColNums() function
2000-11-24  George TaskerIncreased the max length of allowed WHERE clauses and...
2000-11-24  Robert Roebling matrix compile fix
2000-11-24  Robert Roebling Made dnd reentrent safe as per stable tree.
2000-11-24  Jouk Jansen Committing in .
2000-11-24  Jouk Jansen Committing in .
2000-11-24  Vadim Zeitlinlinking fix
2000-11-23  Robert Roebling Don't call busy cursor when creating a message
2000-11-23  Robert Roebling Ported DrawPolygone fix and new PS font name
2000-11-23  Robert Roebling Ported new double idle handlers for pending events
2000-11-23  Robert Roebling Upported wxListBox key handling and SetFirstItem()
2000-11-23  Robert Roebling Busy cursor don't need wxYield(), SendIdleEvents()
2000-11-23  Vadim Zeitlinmore fixes to stream code: allow deriving from wxStream...
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-11-23  Vadim Zeitlinfixed memory allocation code of wxStreamBuffer to not...
2000-11-22  David WebsterUpdate OS/2 Frame WM_PAINT processing
2000-11-22  George TaskerFixed problems with the wxDb::Open(wxDb *copyDb) not...
2000-11-22  George TaskerAdded what I think is full support for Null column...
2000-11-21  Vadim Zeitlinfixed wxTextCtrl::GetValue() bug for empty richedit...
2000-11-21  Vadim Zeitlinfixed bug with Broadcast() not waking up all threads...
2000-11-20  George TaskerSQL Server and (preliminary) DB2 support added
2000-11-20  George TaskerAdded preliminary DB2 support.
2000-11-20  George TaskerFixed the wxDirExists() function so that if asked about...
2000-11-20  David WebsterAnother DC fix.
2000-11-20  David WebsterFix and errant commented out line of code in DoGetPixel.
2000-11-20  David WebsterMore OS/2 Updates
2000-11-19  David WebsterWindow proc processing updates
2000-11-18  Václav Slavíkadded wxCursor ctor for creation from bits array
2000-11-17  David WebsterNew, reworked frame class for wxOS2 and more drawing...
2000-11-16  Vadim Zeitlinpatch from Mike Oliver <oliver@math.ucla.edu> to have...
2000-11-15  David WebsterFor some reason VA needs a default ctor for wxHtmlHelpT...
2000-11-15  David WebsterNeed to define wxArrayGenericTreeItems as WX_DEFINE_WXP...
2000-11-15  David WebsterSome OS/2 updates for VA3.0, specifically, in gsocket
2000-11-15  David Websterbad delete operator, should be delete [] for gs_FSMimeF...
2000-11-13  David Websterno message
2000-11-12  Julian SmartMinor tweaks
2000-11-12  Robin DunnChanged wxGridCellEditor::IsAcceptedKey to only check...
2000-11-11  Robin DunnAllow a NULL editor and/or renderer to be passed to...
2000-11-11  Vadim Zeitlinadded missing function
2000-11-10  Vadim Zeitlinapplied patches from Mike Oliver <oliver@math.ucla...
2000-11-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2 and some...
2000-11-06  Vadim Zeitlincompilation/warning fixes for HP-UX
2000-11-06  Vadim Zeitlinugly compilation fix for wxMotif
2000-11-05  Václav Slavíkfixed typo (IsOK instead of IsOk)
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-11-05  Václav Slavíkfixed <li><p> paragraph break problem
2000-11-04  Václav Slavíkworkarounded false memory leak report
2000-11-03  Vadim Zeitlinok, it does work - it's just that wxGTK doesn't
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-11-03  Julian SmartReplaced comparisons with zero, with IsOk()
2000-11-03  Vadim Zeitlinregenerated
2000-11-01  Václav Slavíkfixed incorrect GetTextExtent for wxTELETYPE font
2000-10-31  Robin DunnChanged version number in DLL name to 23_0
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Robin DunnMerged some STC fixes over to the main branch
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-30  Vadim Zeitlinfixes from the 2.2 branch
2000-10-26  Vadim Zeitlinreplaced ++/-- with InterlockedInc/Decrement for access...
2000-10-25  Jouk Jansen Committing in .
2000-10-25  David WebsterOS/2 fixes
2000-10-25  David Webstercompile bug fix
2000-10-24  David WebsterOS/2 updates for statusbar processing and easier VA...
2000-10-24  David WebsterOS/2 updates for statusbar processing
2000-10-24  David WebsterOS/2 updates for easier VA debugging
2000-10-20  Vadim Zeitlinremoved the pad from wxWindow::DoGetBestSize(), now...
2000-10-20  Vadim Zeitlinan implementation of wxListBox::SetFirstItem() which...
2000-10-20  Vadim Zeitlinfixed off by 1 error in CharsetToEncoding() for CP...
2000-10-20  Vadim Zeitlinfixed problem with calling SetFont() when (multiline...
2000-10-19  Vadim Zeitlin1. some more tests in console
2000-10-19  Vadim Zeitlinfixed GetItemRect() and GetItemPosition() for scrolled...
2000-10-19  Vadim Zeitlinset more event object fields for lbox dbl click events
2000-10-18  Vadim Zeitlincrash due to missing break before WM_HELP handler fixed
2000-10-17  Václav Slavíkadded automatic growing of in-place wxTextCtrls for...
2000-10-17  Julian SmartMade wxGenericDirCtrl compile with Cygwin
2000-10-16  Julian SmartFixed memory leak
2000-10-14  Vadim Zeitlinfixed false alert in wxRegKey::DeleteSelf
2000-10-14  Vadim Zeitlinoops, removed the fix from the main branch which I...
2000-10-13  Julian SmartDoc/distribution script mods
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-10-12  Vadim Zeitlinanother GetInt/GetId bug fix
2000-10-12  Vadim Zeitlinfix for assert when setting tooltip for a readonly...
2000-10-11  Vadim Zeitlincosmetic fixes to font encoding names
2000-10-11  Václav Slavíkfixed Cyrillic encodings
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-10  Vadim Zeitlinfixed MDI accel bug, more tests for it in the sample
2000-10-10  Vadim Zeitlinattempts at making modal dialogs without parent work...
2000-10-10  Vadim Zeitlinmake msg boxes without parent owned by top level app...
2000-10-10  Julian SmartRemoved 'interface' pragma for gcc 2.96
2000-10-08  Vadim Zeitlincompilation fix
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-10-08  Václav Slavíkfixed EditLabel() for wxLC_REPORT mode
2000-10-07  Vadim Zeitlin1. more warnings fixed
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-06  Václav Slavíkfixed bug in parsing incomplete HTML when the very...
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-05  Julian SmartRemoved wxFindFocusDescendant for non-wxMSW platforms.
next