]> git.saurik.com Git - wxWidgets.git/history - src
Added some missing wxTextCtrl features to to-do list in wxX11's readme.txt
[wxWidgets.git] / src /
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Vadim Zeitlincompilation fix for ms_dllext definition and old compilers
2002-04-22  Julian SmartMade default theme win32 under wxX11 since I think...
2002-04-22  Vadim Zeitlinfixed a fatal bug in DLL loading code: the deleted...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-22  Julian SmartFixed wxMotif compilo
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-22  David WebsterMore bitamp and image fixes
2002-04-21  Mattia BarbonRemoved the need for wxStream::GetSize in wxHTML.
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-04-21  Vadim Zeitlinuse SetFocusFromKbd() instead of SetFocus()
2002-04-21  Vadim Zeitlinfixed WM_GETDLGCODE processing to include the bits...
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-20  Vadim Zeitlininitialize (and delete) the themes art provider - fixes...
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-20  Vadim Zeitlinfixed another return FALSE in a function returning...
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-20  Vadim Zeitlinimplemented DoGetSize() for wxSlider (patch from Dimitri)
2002-04-20  Vadim Zeitlinfixed focus tracking for spin controls (patch from...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-19  David WebsterMore updates for gdi
2002-04-19  Gilles Depeyrotpoll is not available under Darwin/Mac OS X and select...
2002-04-19  Gilles Depeyrotuse specific linker flags under Mac OS X when linking...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-18  Vadim Zeitlinselect the whole text in the single line text control...
2002-04-18  David Websterback to void for DoFloodFill
2002-04-18  David WebsterBitmap updates
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-17  Vadim Zeitlincorrected assert even better
2002-04-17  Julian SmartCorrected assertion
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Václav SlavíkwxHtmlHistoryItem needs not be wxObject
2002-04-16  Stefan Csomoradded patch for theme savvy checkbox metrics
2002-04-16  Mattia BarbonMoved text control subclassing code inside MSWOnNotify.
2002-04-16  Julian SmartPass validator, not wxDefaultValidator!
2002-04-16  Vadim Zeitlinremoved redundant code
2002-04-16  Robert Roebling Untested mini-change for wxGTK idle handling.
2002-04-16  Vadim Zeitlinalways let the multiline text control process the Enter...
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2002-04-16  Vadim Zeitlinreturn NULL from a function returning a pointer, not...
2002-04-16  Vadim Zeitlinbetter, more generic and backwards compatible, fix...
2002-04-15  Vadim Zeitlinfixed remove() return code test to avoid spurious debug...
2002-04-15  Vadim Zeitlinfixed a few minor bugs: handle the directory parameter...
2002-04-15  Robin DunnApplied TRUE/FALSE fix here too.
2002-04-15  Vadim Zeitlincompilation fix after TRUE/FALSE change
2002-04-15  Vadim Zeitlincorrected const char * to char * conversions (patch...
2002-04-15  Vadim Zeitlincorrected passing const char * to a function taking...
2002-04-15  Gilles Depeyrotcorrections for compilation with Apple DevTools
2002-04-15  Vadim Zeitlinfixes for BCC makefiles from Chris (patch 544015)
2002-04-15  David WebsterBitmap and menu updates
2002-04-14  Robert Roebling Fixed (minor) problems reported by Ron in
2002-04-14  Vadim Zeitlinfixed bug in generation of thumb scroll events
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-04-13  Robert Roebling Fix wxListCtrl bakground colour bug Part II.
2002-04-13  Julian SmartFixed GetVirtualSize for wxGTK's wxScrolledWindow
2002-04-13  Julian SmartAdded missing CreateManifest() to initialisation
2002-04-13  Robin DunnChanged the #if used to turn on UNIX domain sockets...
2002-04-12  Vadim Zeitlindon't let IsDialogMessage() have VK_ESCAPE, this fixes...
2002-04-12  Vadim Zeitlinalways handle Enter ourselves while editing tree ctrl...
2002-04-12  Vadim Zeitlinfixed the bug which resulted in not showing the grid...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-04-12  Vadim Zeitlinfixed bug with not NUL-terminating the string in GAddre...
2002-04-12  Julian SmartApplied docview patch
2002-04-12  Vadim Zeitlinbug/typo fixed: function returning a pointer should...
2002-04-12  Vadim Zeitlinimplemented wxChoice::Delete
2002-04-11  Robert Roebling Made metal theme a little faster.
2002-04-11  Julian SmartUndo/Redo update handlers now set the text as well
2002-04-11  Vadim Zeitlindon't use socket function when wxUSE_SOCKETS==0
2002-04-11  Julian SmartSorry, that SetClientSize change was wrong, since sizer...
2002-04-11  Vadim Zeitlinfixed 2 bugs which were fixed in GetFullPath() but...
2002-04-11  Julian SmartAdded back the missing Undo/Redo accelerators that...
2002-04-11  Stefan CsomorRemoveChild added for correct disposal of scrollbar
2002-04-11  Vadim Zeitlinfixed GetPath() trailing separator bug, rewrote GetFull...
2002-04-11  Vadim Zeitlinadded missing WINAPI to GET_LONG_PATH_NAME typedef...
2002-04-11  Vadim Zeitlingenerate the focus events for wxComboBox, also solves...
2002-04-11  Julian SmartwxSizer::Fit calls SetClientSize, not SetSize. This...
2002-04-10  David WebsterMenuing and statusbar updates
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-10  Robin DunnOops, forgot the braces.
2002-04-10  Robin DunnMoved check for m_lastKeydownProcessed to WM_CHAR case...
2002-04-10  Robin DunnEnsure the caret flashes properly
2002-04-10  Julian SmartwxScrolledWindow::GetVirtualSize now returns client...
2002-04-10  David WebsterFixed LINKAGEMODE use
2002-04-10  Julian SmartCorrected PositionToXY, XYToPosition code
2002-04-10  Julian SmartFixed single-line text control breakage (sorry). Now...
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-10  Stefan Csomorbackground setup correctly
2002-04-10  Stefan Csomorremoved code (not necessary anymore)
2002-04-10  David WebsterLots of updates
2002-04-10  Vadim Zeitlinno changes
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
2002-04-09  Václav Slavíkhidden root works in wxGenericDirCtrl again
2002-04-09  Vadim Zeitlinfixed the initial wxCalendarCtrl position and a minor...
2002-04-09  Václav Slavíkfixed incorrect wxCHECK (was a wrong negation before)
2002-04-09  Václav Slavíkdon't allow expanding/collapsing hidden root node
next