]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-04-05  Vadim Zeitlinlog right mouse down/up events too
2005-04-05  Vadim Zeitlindon't let WM_RBUTTONDOWN reach def window proc as it...
2005-04-05  Vadim Zeitlinadded GetVisibleBegin/End() to complement/replace GetFi...
2005-04-05  Vadim Zeitlinadd extra space for top border when wxDIALOG_UNIT_COMPA...
2005-04-05  Vadim Zeitlinfix for richedit version 1 control bug with bad refresh...
2005-04-05  Vadim Zeitlinuse wxTE_RICH2 for the text control, it looks better...
2005-04-05  Vadim Zeitlinfixed wxStaticBox::SetBackgroundColour(): this should...
2005-04-05  Vadim Zeitlinmention static box border fir under wxMSW
2005-04-05  Vadim Zeitlinwe need to leave some space for static box border even...
2005-04-05  Vadim Zeitlingive an error if wxMotif is built in Unicode mode ...
2005-04-05  Robert Roebling Added switch and define for wxUSE_STD_STRING
2005-04-05  Michael WetherellTemporary fix for link error to ~wxZipOutputStream()
2005-04-05  Włodzimierz... Deprecate wxPathExists, make wxDirExists used everywher...
2005-04-05  Ryan Norton[ 1176516 ] argv datatype has changed (char in docs...
2005-04-05  Włodzimierz... Warning fix for wxUSE_LOG off.
2005-04-05  Włodzimierz... Incomplete setup build fix.
2005-04-05  Stefan Csomoruse EditUnicodeText control for single lines
2005-04-05  Julian SmartAdded cross.cur
2005-04-05  Włodzimierz... Warning fixes.
2005-04-05  Włodzimierz... Fix the warning about code sensitive to packing (VisualC).
2005-04-05  Robin Dunnbuild the animate contrib
2005-04-05  Robin DunnreSWIGged
2005-04-04  Robin DunnwxDEFAULT_STATUSBAR_STYLE
2005-04-04  Robin Dunnformat the list of installed packages better
2005-04-04  Robin Dunnuse versioned tag names for OSX too
2005-04-04  Robin DunnAdded wrappers and a demo for the animate contrib
2005-04-04  Robin DunnAdd py2.4 to the pacakge name so they will be unique...
2005-04-04  Robin DunnPatch from OSAF that maintains radio button selection...
2005-04-04  Robin DunnIf the filename is given in the ctor then call LoadFile
2005-04-04  Robin DunnPatch from Werner F. Bruhin that allows either vertical...
2005-04-04  Robin DunnEnsure that SWIG_TYPE_TABLE is defined
2005-04-04  Robin DunnMove comment to where it can be a true statement ;-)
2005-04-04  Václav Slavíkfixed wrong order of libraries in the output
2005-04-04  Włodzimierz... Fix for saving in Unicode mode (Bug #1172299).
2005-04-04  Robin DunnreSWIGged
2005-04-04  Robin DunnreSWIGged
2005-04-04  Robin Dunndoc tweaks
2005-04-04  Robin Dunncorrected DSM
2005-04-04  Robin DunnAdd extern "C" to DllMain
2005-04-04  Robin DunnreSWIGged
2005-04-04  Robin DunnIsTransparent and etc.
2005-04-04  Robin DunnwxDEFAULT_CONTROL_BORDER
2005-04-04  Václav Slavíkfixed typo in dynamic cast
2005-04-04  Václav Slavíkmade options defaults configurable
2005-04-04  Dimitri Schoolwerthfixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__...
2005-04-03  Robin DunnUse MLTE by default for wxPython
2005-04-03  Robin DunnDon't include the nul byte when copying to the clipboard
2005-04-03  Robin DunnCopy the wx.PrintData objects
2005-04-03  Robin DunnUse the validator given
2005-04-03  Michael WetherellThe octal escaping code needs to escape the escape...
2005-04-03  Michael WetherellCheck the returned length too in the utf-8 tests
2005-04-03  Michael WetherellOpenWatcom fixed the problem of fileno being missing...
2005-04-03  Stefan NeisMade data variable used in inline function non-static...
2005-04-03  Julian SmartShould return wxImage not bool
2005-04-03  Kevin HockRemove unused variable "Point topleft" in ScrollRect
2005-04-03  Julian SmartDistribution corrections
2005-04-03  Julian SmartMissing file added
2005-04-03  Stefan Csomoralways forcing a relayout when position changes, making...
2005-04-03  Stefan Csomorinvalidating vis regions upon tlw resize as well
2005-04-03  Václav Slavíkthere's no reason to do wxRTTI lookup twice when once...
2005-04-03  Julian SmartMissing arguments fixed
2005-04-03  Julian SmartCross-hair cursor appears as an I-beam on WinXP for...
2005-04-03  Julian SmartRemoved unnecessary casts
2005-04-03  Julian SmartNot all implementations of wxMDIChildFrame derive from...
2005-04-03  Ryan NortonUpdate wxURI for RFC 3986
2005-04-03  Vadim Zeitlinmake it possible to change the text of the item being...
2005-04-02  Vadim Zeitlinadded example code using wxEmail to send the debug...
2005-04-02  Julian SmartWinCE apparently should not have rectangle adjusted...
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-04-02  Vadim Zeitlinupdates from photon3108@users.sf.net (patches 1173350...
2005-04-02  Václav Slavíkadded MDI support to XRC
2005-04-02  Julian SmartBorder fixes for WinCE
2005-04-02  Julian SmartNo resize border on WinCE by default
2005-04-02  Julian SmartNo resize border on WinCE
2005-04-02  Vadim Zeitlindocument disabled bitmap parameter of AddTool()
2005-04-02  Vadim Zeitlinchanged wxCreateGreyedImage() to respect the original...
2005-04-02  Vadim Zeitlinfixed background colour of the automatically created...
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
2005-04-02  Vadim Zeitlindocumented static_data parameter of SetAlpha()
2005-04-02  Vadim Zeitlinuse separate is-static flag for alpha channel and main...
2005-04-02  Vadim Zeitlinadded XYToIndex() to avoid duplicating the checks for...
2005-04-02  Julian SmartFurther WinCE adaptations
2005-04-02  Julian SmartOnly set background colour explicitly for PPC/Smartphone
2005-04-02  Julian SmartFixed bug preventing dir enumeration from working on...
2005-04-02  Julian SmartWinCE adaptations
2005-04-02  Julian SmartWinCE adaptations
2005-04-02  Julian SmartCorrect flat notebook border style under WinCE in wake of
2005-04-02  Julian SmartDefault border for a static box is wxBORDER_NONE
2005-04-02  Julian SmartDefault border style for a control on PPC/Smartphone...
2005-04-02  Julian SmartFurther WinCE adaptations
2005-04-02  Julian SmartRemoved unnecesary statusbar; check for spin control...
2005-04-02  Julian SmartwxSYS_COLOUR_WINDOW is better for window backgrounds...
2005-04-02  Julian SmartThe wxDEFAULT_CONTROL_BORDER symbol can be used to...
2005-04-02  Julian Smart\ is a reasonable home directory on WinCE
2005-04-02  Ron LeeRearrange the magic order we use instead of proper...
2005-04-02  Julian SmartSmall doc mods
2005-04-02  Julian SmartMF_BYCOMMAND is zero so don't try to test it
2005-04-02  Vadim Zeitlinfixed TREE_ITEM_MENU generation from right mouse clicks...
2005-04-02  Stefan Csomorupdating positioning after embedding is set correctly
2005-04-02  Robin DunnreSWIGged
next