]> git.saurik.com Git - wxWidgets.git/history - src/generic
create wxSpinCtrl with default pos+size first, so that the subsequent call to DoSetSi...
[wxWidgets.git] / src / generic /
2002-02-14  Václav Slavíkcreate wxSpinCtrl with default pos+size first, so that...
2002-02-14  Vadim Zeitlincompilation fix for wxUSE_PALETTE == 0
2002-02-13  Robin DunnFix for the splashscreen bitmap not showing up in wxGTK.
2002-02-12  Robin DunnFixed a bug that prevented editors and renderers to...
2002-02-11  Václav SlavíkwxGenericDirCtrl now correctly updates itself when...
2002-02-11  Václav SlavíkwxSplitterWindow now:
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-07  Jouk Jansen Committing in .
2002-02-06  Robin DunnCorrections for loss of XLOG2DEV and etc. macros in...
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-02-05  Robin DunnDerive wxGridWindow from wxWindow instead of wxPanel...
2002-02-05  Vadim Zeitlinmake the log dialog slightly taller when it is expanded...
2002-02-04  Vadim Zeitlinfixed size of the log dialog details drop down
2002-02-04  Vadim Zeitlinminor fix to the constraints of the cancel button to...
2002-01-29  Julian SmartPruned some of txrc.tex; removed redundant helpxlp...
2002-01-29  Gilles Depeyrotcorrection for compilation with Apple DevTools
2002-01-28  Stefan Csomorbridged mapfile native path to filesys url paths for mac
2002-01-28  Stefan Csomoradjusted relative path composition for mac
2002-01-28  Vadim Zeitlinmore Unicode fixes for help files
2002-01-28  Vadim ZeitlinUnicode compilation fixes, also moved private constants...
2002-01-27  Václav Slavíksmall m_blinkedOut consistency corrections
2002-01-27  Vadim Zeitlinset extra margins to be 0 by default, not 50
2002-01-27  Václav Slavíkfixed rendering artifact in wxCaret
2002-01-26  Gilles Depeyrotcorrected conditional compilation to take wxUSE_POSTSCR...
2002-01-26  Vadim Zeitlinfixed bug in wxGrid dimensions calculation (Staffan...
2002-01-26  Václav SlavíkwxFileCtrl::Update was hiding wxWindow::Update
2002-01-26  Václav Slavíkdon't use GTK specific code in wxListCtrl when building...
2002-01-25  Vadim Zeitlinreplaced DeleteEvtHandler with a call to RemoveEventHandler
2002-01-22  Vadim Zeitlinuse standard colours in all ports
2002-01-21  Václav Slavíkfixed incorrect positioning of controls in generic...
2002-01-19  Václav Slavíkmoved 'show hidden dirs' checkbox elsewhere, the dialog...
2002-01-19  Václav Slavíkrewrote wxGenericFileDialog to use sizers
2002-01-19  Vadim Zeitlinadded the possibility to hide the tip window automatica...
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-17  Václav Slavíktemporary Watcom fix
2002-01-16  Gilles Depeyrotadded missing wxLogStatus function with variable argume...
2002-01-12  Vadim Zeitlinmade XPMs const
2002-01-12  Vadim ZeitlinSun warning and Unicode fixes
2002-01-11  David WebsterOops, left some personal stuff in here.
2002-01-11  David WebsterOS/2 Statusbar fixes
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-11  Jouk Jansen Committing in .
2002-01-10  Václav Slavík1. finished porting wxDir/FileDialog to MS-DOS
2002-01-09  Robert Roebling wxDirDialog no longer shows hidden files. I don't
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-09  Vadim Zeitlinuse wxTE_RICH for the log window now that it should...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-08  Václav Slavíkmore MS-DOS stuff in generic wxFileDialog
2002-01-08  Václav Slavíkexpand . into cwd
2002-01-08  Václav SlavíkwxDirDialog port to MS-DOS
2002-01-08  Julian SmartMoved include for Windows compilation; minor doc tweaks
2002-01-07  Robin DunnPrevent crash when m_defGridAttr is NULL
2002-01-07  Vadim Zeitlindon't assign string literals to a char * variable
2002-01-06  Václav Slavíkmerged both implementations of wxGenericDirCtrl
2002-01-06  Robert Roebling Further correction to wxListCtrl line wrapping.
2002-01-05  Václav Slavíkfix order of initializiton of rootless treectrl
2002-01-05  Robert Roebling Recorrected calculation of client size in wxListCtrl.
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-03  Vadim Zeitlindon't crash in UnselectAll() if the tree has no root
2001-12-31  Václav Slavíkuse better check for drives even with Mingw32 (and...
2001-12-30  Vadim Zeitlin1. wxSystemSettings class API face lift: better names...
2001-12-30  Vadim Zeitlinfixed uninitialized wxGridCellAttr::m_defGridAttr ...
2001-12-30  Václav Slavíkmaking generic file dialog less Unixcentric
2001-12-25  Vadim Zeitlinfixed compilation for strict ANSI compilers
2001-12-24  Vadim Zeitlinfixed Fit() to avoid showing scrollbars
2001-12-24  Vadim Zeitlinreally fixed GetRenderer() and GetEditor() methods...
2001-12-24  Vadim Zeitlinfixed memory leak when SetTargetWindow() was called...
2001-12-22  Mattia BarbonMade wxPD_AUTO_HIDE work.
2001-12-22  Vadim Zeitlinfixed wxProgressDialog for ranges > 65535
2001-12-17  Vadim Zeitlindon't discard the informational log messages given...
2001-12-17  Robert Roebling MAcOS X clears the background (with stripes) for
2001-12-17  Robert RoeblingSmooth Aqua buttons in wxTreeCtrl.
2001-12-17  Václav Slavíkapplied patch that adds wxTR_FULL_ROW_HIGHLIGHT to...
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-15  Robert Roebling Aqua gets Aqua tree buttons automatically now.
2001-12-13  Robert RoeblingVerbose languages such as German need a big
2001-12-10  Robert Roebling Small optical fix.
2001-12-10  Julian SmartEvent typo fixed
2001-12-10  Robert Roebling Changed wxTreeCtrl to look Mac-like under Mac
2001-12-09  Robert Roebling Changed semantics of clicking beside the text control
2001-12-09  Vadim Zeitlinoops, a typo in the last commit
2001-12-09  Vadim ZeitlinItemHasChildren() should return TRUE for the items...
2001-12-09  Vadim Zeitlinfix for the crash when many listctrl items change state
2001-12-09  Stefan Csomoradded changes in order to make at least button events...
2001-12-07  Robert RoeblingMade Aqua style internal in wxSplitterWindow.
2001-12-07  Václav SlavíkDOS compilation fixes
2001-12-07  Václav Slavíkfixes for wxUSE_MIMETYPE==0 and fixes for compilation...
2001-12-07  Václav Slavíkfixed rendering of expanded nodes with exactly one...
2001-12-06  Robert RoeblingAdded wxSP_SASH_AQUA style
2001-12-05  Stefan Csomorchanged DoMoveWindow not to change the height of the...
2001-12-04  Robert RoeblingAqua splitter sashes.
2001-12-02  Vadim Zeitlinfixed redraw problems on resize under MSW
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
2001-12-02  Vadim Zeitlinfixed event processing for the target window
2001-12-02  Robin DunnwxTipWindow can now derived from wxFrame if not wxUSE_P...
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-30  Vadim Zeitlinreverted previous change - it doesn't fix the bug I...
2001-11-30  Robin DunnForgot to take the unneeded code out
next