]> git.saurik.com Git - wxWidgets.git/history - src
Use wxPointList instead of wxList in wxDC code
[wxWidgets.git] / src /
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-19  Julian SmartShow debug report directory in long form on Windows
2007-10-19  David ElliottImprove behavior of menubar switching when windows...
2007-10-19  David ElliottAdd missing wxT().
2007-10-19  David ElliottAdd ProcessPendingEvents to wxApp::Yield which makes...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-18  Robert RoeblingPixel fiddling for correct placement of text with and...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-18  Robert RoeblingImplement HasContainerColumns in generic code
2007-10-18  Vadim Zeitlinremoved extraneous semicolon
2007-10-18  David ElliottFix crasher caused by wxProcessTerminationEventHandler...
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-17  David ElliottApply modified patch 1785299 to trunk and 2.8.
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-10-17  Vadim Zeitlintest for __DARWIN__ with ifdef, not if
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingEnsure item is visible when selection moves, remove...
2007-10-17  Paul CornettFix declaration-after-statement compile error, remove...
2007-10-16  Robert RoeblingCorrect activate logic for <ENTER>
2007-10-16  Robert RoeblingCorrect activate logic for mouse clicks
2007-10-16  Robert RoeblingCorrect drawing placement (16px + 1 px border below)
2007-10-16  Robert RoeblingCorrect text colour in wxIconTextRenderer
2007-10-16  Robert RoeblingSupport for hover effect in header buttons
2007-10-16  Benjamin Williamscheck if pane still exists before closing
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-14  David ElliottFix wxExecute process end detect behavior for wxCocoa...
2007-10-14  David ElliottCombine the check for wxMac and then the other check...
2007-10-14  David ElliottDon't force the child's m_isShown state to match that...
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert Roeblingdefine typesafe wxVariantList (to be used by wxVariant...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-10-13  David ElliottImplement creation of wxFont from wxNativeFontInfo.
2007-10-13  David ElliottReplace most of the fields in wxFontRefData with one...
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-13  David ElliottRename src/cocoa/font.cpp to font.mm in both trunk...
2007-10-12  David ElliottDisable accidently committed F-Script code.
2007-10-12  David ElliottRemove wxNonControlNSControl from trunk. Leave in...
2007-10-12  David ElliottUse WXNSView just like wxWindow does when creating...
2007-10-12  Robert RoeblingImplemented HasContainerColumns() for GTK+
2007-10-12  David ElliottImplement wxWindow::GetTextExtent to use wxDC to at...
2007-10-11  Chris ElliottBorland still hates ?
2007-10-11  Vadim ZeitlinwxUniv compilation fixes in themed border drawing code
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-10-10  Benjamin Williamsadded DockFixed() pane option; doc updates
2007-10-10  Václav Slavíkcompilation fix for Mingw: it doesn't have std::wostream
2007-10-10  Chris Elliottpatch as at http://thread.gmane.org/gmane.comp.lib...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-09  Jouk Jansensrc/X11/font.cpp needs smae change as other wxXXX versions
2007-10-09  Jouk JansenGive NULL explicit type to make interface recognizeable
2007-10-09  Jouk JansenUpdate OpenVMS Build
2007-10-09  Benjamin Williamsin LoadPerspective, if pane wasn't found, just skip...
2007-10-09  Vadim Zeitlindefine insertion operator in std::wostream in Unicode...
2007-10-09  Vadim Zeitlinfixed operator<<(ostream&, wxString) to output string...
2007-10-09  Vadim Zeitlinno need to use ToAscii() explicitly in wxBase64Decode...
2007-10-08  Robin DunnOn Mac the first visible line needs to be recalculated...
2007-10-07  Vadim Zeitlinblind fix for Borland problems with operator?: after...
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlindon't create m_dottedPen with an invalid 0 style which...
2007-10-07  Václav Slavíkcompilation fixes for x86_64; use wxLogDebug instead...
2007-10-07  Vadim Zeitlinno changes, just fixed a typo in an error message
2007-10-07  Vadim Zeitlinupdated copyright year to 2007
2007-10-07  Vadim Zeitlinremoved base.rc which is unused since many years
2007-10-07  Robert RoeblingUpdate from Hartwig for OS X implementation
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-10-07  Julian SmartCorrected typo affecting outline level reading
2007-10-07  Julian SmartAdded missing URL attribute testing
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-07  Vadim Zeitlinfixed totally wrong change in r49070
2007-10-06  Vadim Zeitlindon't use using directive, Watcom seems to have problem...
2007-10-06  Vadim Zeitlinfixed bug with inversed IsEditable() return value
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-06  Julian SmartFixed dangling pointer bug
2007-10-06  Chris ElliottBorland has only lfind
2007-10-06  Vadim Zeitlinfix GetPaths() and GetFilenames() too
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-10-04  Michael WetherellCache user and group name as these can be expensive...
2007-10-04  Michael WetherellFix wxString::replace when nLen is wxString::npos.
2007-10-04  Vadim Zeitlincheck for m_filectrl != NULL in OnUpdateButtonsUI(...
2007-10-03  Vadim Zeitlinfix range used for native volume in Set/GetVolume(...
2007-10-03  Vadim Zeitlinlook for message catalogs also directly under prefix...
2007-10-03  Vadim Zeitlinsome (blind) compilation fixes after wxString/Unicode...
2007-10-02  Vadim Zeitlininitialize all fields of WINDOWPOS struct to avoid...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-02  Vadim ZeitlinPCH-less compilation fix
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Benjamin Williamsbetter child focus
2007-10-01  Vadim Zeitlininclude jconfig.vc under OS/2 too
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-10-01  Jouk JansenOpenVMS update
2007-09-30  Vadim Zeitlindon't crash in GetAsDOS() if the time is not in time_t...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
next