]> git.saurik.com Git - wxWidgets.git/history - src
fix for richedit version 1 control bug with bad refresh after resize under Windows XP
[wxWidgets.git] / src /
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 Zeitlinwe need to leave some space for static box border even...
2005-04-05  Michael WetherellTemporary fix for link error to ~wxZipOutputStream()
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-05  Włodzimierz SkibaIncomplete setup build fix.
2005-04-05  Stefan Csomoruse EditUnicodeText control for single lines
2005-04-05  Włodzimierz SkibaWarning fixes.
2005-04-04  Robin DunnPatch from OSAF that maintains radio button selection...
2005-04-04  Václav Slavíkfixed typo in dynamic cast
2005-04-04  Dimitri Schoolwerthfixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__...
2005-04-03  Robin DunnDon't include the nul byte when copying to the clipboard
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 WetherellOpenWatcom fixed the problem of fileno being missing...
2005-04-03  Julian SmartShould return wxImage not bool
2005-04-03  Kevin HockRemove unused variable "Point topleft" in ScrollRect
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 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  Julian SmartWinCE apparently should not have rectangle adjusted...
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-04-02  Václav Slavíkadded MDI support to XRC
2005-04-02  Julian SmartBorder fixes for WinCE
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 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 SmartwxSYS_COLOUR_WINDOW is better for window backgrounds...
2005-04-02  Julian Smart\ is a reasonable home directory on WinCE
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 DunnFixed duplicate symbol link error
2005-04-02  Robin DunnUse the current font for the DoGetBestSize calculation
2005-04-02  Robin DunnAdd static_data flag to SetData and SetAlpha so Python...
2005-04-02  Vadim Zeitlinfixes to static box borders calculations and significan...
2005-04-01  Vadim Zeitlinimplemented GetProgramHandle() for Win32 and documented it
2005-04-01  Stefan Csomormoving wxMac to new printing architecture
2005-04-01  Julian SmartNow calculates clipping region from actual child HWNDs...
2005-04-01  Stefan Csomorfix for #1106519
2005-04-01  Dimitri Schoolwerthfixed Carbon compilo
2005-04-01  Stefan Csomoradding correct handling of uncovering or covering contr...
2005-04-01  Stefan Csomoradding protected inquiry function whether a child windo...
2005-04-01  Michael WetherellUse wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8...
2005-03-31  Julian SmartApplied patch 1173802: Reimplementation of GtkFileChoos...
2005-03-31  Robert Roebling Fix the fix for not sending two end label edit events
2005-03-31  Julian SmartApplied patch [ 1174270 ] small fixes to wxGenericDirCtrl
2005-03-31  Stefan Csomorsetting the view rectangle explicitely to allow for...
2005-03-31  Stefan Csomorcalculating vis regions as rects (faster for Quartz...
2005-03-31  Julian SmartFrames to skip now honoured for Unix stackwalking
2005-03-31  Julian SmartFixed MSWClipBoxRegion
2005-03-31  Chris Elliottmissing include for memoryDC
2005-03-31  Julian SmartUse InvalidateRect for Smartphone.
2005-03-31  Włodzimierz SkibaSmartphone fix.
2005-03-31  Stefan Csomorcleanup
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-30  Michael WetherellFix for decoding of utf-16 surrogates. Also remove...
2005-03-30  Robert Roebling Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show...
2005-03-30  Stefan NeisBacked out a fix which seems to cause more trouble...
2005-03-30  Stefan Csomorturning off carbon events for testing
2005-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-03-30  Stefan Csomorallowing 10.2 based compiles
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-30  Julian SmartApplied patch [ 1171467 ] Fix for DocManager not checki...
2005-03-30  Julian SmartApplied patch [ 1163322 ] Patch to prevent MDI app...
2005-03-30  Stefan Csomoravoiding caret in all textctrls in 10.2
2005-03-30  Julian SmartApplied patch [ 1161769 ] reference to temp object...
2005-03-30  Julian SmartApplied patch [ 1166587 ] [wxMSW] Removes all flicker...
2005-03-30  Julian SmartEliminate warning on WinCE
2005-03-30  Stefan Csomorpropagating visibility states into MLTE (otherwise...
2005-03-30  Dimitri Schoolwerthminor cleanup (don't use magic numbers)
2005-03-30  Stefan Csomorgiving correct 'pressed' visual feedback
2005-03-30  Stefan Csomorapplying OSAF patch for "toolbar selection not correct...
2005-03-30  Stefan Csomormaking removal and re-inserting possible
2005-03-30  Stefan Csomorunifying redraw and scrolling calls between compositing...
2005-03-30  Stefan Csomorguarding against calls in the destruction sequence...
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-29  Julian SmartReduce flicker in some circumstances by setting custom...
2005-03-29  Vadim Zeitlinremoved extra dot from msg catalog names (fix for the...
2005-03-29  Włodzimierz SkibaWarning fixes after recent library changes.
2005-03-29  Włodzimierz SkibaWarning fix about assigning unused value + little sourc...
2005-03-29  Stefan Csomorfixing small scrollbars
2005-03-29  Stefan Csomorgoing back to 16x16 standard size
2005-03-29  Stefan Csomorhandling mac as gtk
next