]> git.saurik.com Git - wxWidgets.git/history - src
Updated version number
[wxWidgets.git] / src /
2004-03-26  David ElliottAdd support for checked and radio menu items
2004-03-26  David ElliottImplement SetBitmaps()
2004-03-26  David Elliott* Add a comment to Enable() indicating that it is prope...
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  David ElliottCreate real separator items instead of items without...
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Stefan Csomoradded Mach-O shared library targets
2004-03-26  Stefan Csomorclassic split, building from the files in the src/mac...
2004-03-26  David ElliottCreate(): use wxAutoNSAutoreleasePool
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1: Use Erase instead...
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-03-26  Robin Dunnuse wxPopupWindow again
2004-03-25  Václav Slavíkfixed tree item size calculation (patch 922454, partially)
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2004-03-25  Jouk Jansen Committing in .
2004-03-24  Robin Dunncopare lower case
2004-03-24  Václav Slavíkfixed warnings about unneeded arguments
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-23  Václav Slavíkunified wxTaskBarIcon behaviour: wxMSW version is not...
2004-03-23  Julian SmartApplied patch [ 919026 ] wxBU_EXACTFIT support in wxBit...
2004-03-23  Julian SmartAdded wxBU_EXACTFIT support to wxBitmapButton on wxMSW
2004-03-23  Stefan Csomorclassic/carbon split
2004-03-22  Václav Slavíkmarked wxWindows.dsp as deprecated
2004-03-22  Robin DunnEnsure the buffer is NULL-terminated before converting it.
2004-03-22  Robin DunnExpand the range of WXK_ values that are excluded from...
2004-03-22  Vadim Zeitlinremoved wxMotif::wxMenuItem::DeleteSubMenu()
2004-03-22  Vadim Zeitlinauto detect the icon if none given instead of asserting...
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-21  Václav Slavíklists rendering fixes (second part of patch 911377)
2004-03-21  Václav Slavíka) navigation panel needs size hint, reverted previous...
2004-03-20  Robert Roebling Applied SetItemData() patch.
2004-03-20  Vadim Zeitlincompilation fix for the last wxSprintf() change
2004-03-20  Robert Roebling Applied notebook font patch.
2004-03-20  Vadim Zeitlinreuse existing wxGetTopLevelParent() function in wxMess...
2004-03-20  Vadim Zeitlinexplicitly return NFR_UNICODE from WM_NOTIFYFORMAT...
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-03-20  Robert Roeblingi
2004-03-20  Robert Roebling Fix conversion error in tooltips.
2004-03-20  Stefan Csomorsplit classic and carbon
2004-03-19  Vadim Zeitlinfixed wxSnprintf() for Unicode build
2004-03-19  Julian SmartImplemented borderless wxTextCtrl (wxNO_BORDER)
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Julian SmartWizard sets default button when displaying new page
2004-03-19  Julian SmartWhen a directory can't accessed, don't assert, return...
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Julian SmartReduced margin in Mac wxNotebook
2004-03-19  Jouk Jansen Committing in .
2004-03-18  Julian SmartRemove size hints for now that messes up nav panel...
2004-03-18  Robin DunnRestored part of the default positioning code for dialo...
2004-03-18  Stefan Csomorcorrected delete operator for array
2004-03-18  Vadim Zeitlinfixes for warnings about implicit double -> int conversions
2004-03-18  Stefan NeisUntabified.
2004-03-17  Václav Slavíkwe need to output \r\n on MSW
2004-03-17  Václav Slavík<div> handling fix (Xavier Nodet)
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-03-17  Václav Slavíkdon't add \n, it's supposed to be part of the input
2004-03-17  Robert Roebling Applied wheel mouse patch.
2004-03-16  Robin DunnImplement wxBitmapButton::DoGetBestSize
2004-03-16  Robin Dunnimplment wxBitmapButton::DoGetBestSize
2004-03-16  Robin Dunnimplement wxBitmapButton::DoGetBestSize
2004-03-16  Vadim Zeitlinreally fixed calling isspace() for non-ASCII characters
2004-03-16  Robert Roebling This should fix a link error in GTK 2.3.X and
2004-03-16  Robert Roebling Added missing "break;".
2004-03-16  Robert Roebling Allow non-toplevel-window to given as the
2004-03-16  Stefan Csomorset scrollbarsize back to normal
2004-03-15  Vadim Zeitlindon't change the font by reinitializing it to XLFD...
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2004-03-15  Robin DunnUse the length when converting
2004-03-15  Robin DunnMSWGetCreateWindowCoords is already setting CW_USEDEFAU...
2004-03-15  Robert Roebling New menu code.
2004-03-13  Robin DunnUse the WidthDefault and HeightDefault in wxTLW, not...
2004-03-13  Robin DunnI keep running into situations where the old small...
2004-03-13  Robin DunnNeed an additional #include
2004-03-13  Robert Roebling Gradient fill splitter window sash. This won't
2004-03-13  Vadim Zeitlinfixed debug assert in VC 7.1 CRT due to calling isalnum...
2004-03-12  Vadim Zeitlinremoved dcbuffer.cpp; replaced wave.cpp with sound.cpp
2004-03-12  Julian SmartFixed multiline static texts
2004-03-11  Vadim Zeitlinfixed race conditions resulting in infinite OutputDebug...
2004-03-11  Robin DunnSome themes round the edges of the buttons, overwriting...
2004-03-11  Robin DunnChanged the OSS backend to detect if the DSP requires...
2004-03-11  Václav Slavíktry SDL backend before OSS, it works better (temporary...
2004-03-10  Robin DunnDon't log StretchDIBits failures
2004-03-10  Robin DunnWe need a file when printing to the printer too.
2004-03-10  Robin DunnTLWs can use the WidthDefault and HeightDefault methods too
2004-03-10  Robin DunnGive wxGauge a best size
2004-03-09  Stefan NeisC++ comments transformed to C comments.
2004-03-09  Stefan NeisFixed some problems in converting existing static libs...
2004-03-09  Stefan NeisLink against import libraries of DLLs when building...
2004-03-09  Robin DunnNeed to use the same instance handles
2004-03-08  Robin DunnUse EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better...
2004-03-08  Stefan Neismain() is now always in the program.
2004-03-08  Stefan NeisDon't use global wxBuffer from code that gets compiled...
2004-03-08  Stefan NeisShell version of dllar, needed for building DLLs while...
2004-03-08  Václav Slavíkremoved more unneeded files, see patch 890642
2004-03-07  Dimitri SchoolwerthReverted FILLCOLORHINT->FILLCOLOR change. Now when...
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-03-07  Robert Roebling Added wxToggleBitmapButton (it compiles).
next