]> git.saurik.com Git - wxWidgets.git/history - src
Reverted/commented out unsuccessful defer fix
[wxWidgets.git] / src /
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartTypo correction
2005-04-28  Julian SmartUse real number of children for reserving deferred...
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-28  Stefan Csomorotherwise we always just fix rect at index 0 ...
2005-04-28  Kevin HockFix for unexplained change in socket behavior where...
2005-04-27  Julian SmartTemporary fix (I hope) to allow an application to paint...
2005-04-27  Kevin OllivierTiger compatibility fixes.
2005-04-27  Julian SmartFix for radiobox controls backgrounds being drawn incor...
2005-04-27  David WebsterUnicode fixes for OS/2
2005-04-27  David WebsterUnicode fixes for OS/2 (all inside #ifdef __WXPM__...
2005-04-26  Włodzimierz SkibawxUniversal positioning fix [#1040625]
2005-04-25  Robert Roebling Prevent unnecessary assert when someone tries to
2005-04-25  Włodzimierz SkibaFix for broken wxMSWUniv after wxLaunchDefaultBrowser...
2005-04-25  Julian SmartFixed erroneous selection of content in comboboxes...
2005-04-25  Michael WetherellRemove msdos code now in src/msdos, update bakefiles...
2005-04-25  Michael WetherellAdd skeleton utils, dir and mimetype for dos.
2005-04-24  Robert Roebling Apply patch that prevents a crash when more than
2005-04-24  Mattia Barbon Another STL compilation fix.
2005-04-24  Robert Roebling Added support for DrawArc and Blit to GNOME print.
2005-04-24  Mattia Barbon Fix wxChoice on Mac whith STL when using wxCB_SORT.
2005-04-24  Julian SmartRestored previous revision after retag
2005-04-24  Julian SmartCreating new revision to retag with WX_2_6_0
2005-04-24  Stefan Csomorabout menu item changes : can appear anywhere in a...
2005-04-24  Robert Roebling Added spline support to GNOME print
2005-04-24  Robert Roebling Implement DrawEllipticArc for GNOME print.
2005-04-24  Kevin OllivierFixed an issue with potential invalid ID passed to...
2005-04-23  Mattia Barbon Avoid ICE with MinGW 2.95.3.
2005-04-23  Mattia Barbon Fix STL compilation (note: this is not the correct...
2005-04-23  Julian SmartFix for my fix
2005-04-23  Julian SmartRemove obsolete includes
2005-04-23  Robert Roebling Implented DoDrawPolygon() for GNOME print.
2005-04-23  Ryan Nortonrv hack
2005-04-23  Julian SmartImprove appearance for themes that don't allow backgrou...
2005-04-23  Vadim Zeitlinanother try at mingw32 compilation fix
2005-04-23  Vadim Zeitlincheck for NULL pointer in OnMeasureItem() as well as...
2005-04-22  Robin DunnCheck for potentially NULL m_focus (Patch #1187992)
2005-04-22  Ryan NortonMove wxMacExecute into base
2005-04-22  Michael WetherellFixes to allow compilation with no wchar_t (djgpp proba...
2005-04-22  Ryan NortonFix Non-ce MSW unicode builds
2005-04-22  Kevin HockAdd comment explaining the role of wxMacExecute
2005-04-22  Michael WetherellUse wxMilliSleep instead of the deprecated wxUsleep
2005-04-22  Michael WetherellCompilation fixes for wxMGL
2005-04-22  Michael WetherellCompilation fix for djgpp
2005-04-22  Michael WetherellCompilation fixes for djgpp
2005-04-22  Stefan Csomorfix for drawing correct gridlines even on scrolled...
2005-04-22  Stefan Csomorfixing compilo
2005-04-22  Ryan Nortonflag checkin'
2005-04-22  Ryan Nortonimplement non-wrapping for wxSpinCtrl
2005-04-22  Ryan Nortonimplement label setting
2005-04-21  Ryan Nortonimplement tooltip delay
2005-04-21  Michael WetherellSupport for G_FILENAME_ENCODING=@locale
2005-04-21  Ryan Nortonforcibly call operator
2005-04-21  Ryan Norton'fix' for broken gcc version
2005-04-21  Ryan Nortonadd most support for (dis)associate. Other stuff
2005-04-21  Robin DunnOops, that should be GetEncoding, not GetDefaultEncoding
2005-04-21  Ryan NortonwxUSE_MIMTYPE gaurd
2005-04-21  Robin DunnUse the encoding in StyleSetFont too.
2005-04-21  Ryan NortonAdd wxLaunchDefaultBrowser, note wxGetKeyState change
2005-04-21  Ryan NortonAdd support for launching APPL bundles with wxExecute
2005-04-21  Robin Dunnsome extra refreshing and updating on wxMac so the...
2005-04-21  Stefan Csomorremoving C++ std lib
2005-04-21  Ryan NortonFix shift and other keys with wxGetKeyState on mac
2005-04-21  Stefan Csomorline endings corrected, OmnisRC removed
2005-04-20  Stefan NeisRemoved unneeded include.
2005-04-20  Stefan CsomorCW fixes
2005-04-20  Stefan Csomormoving dylib to Frameworks folder
2005-04-20  Julian SmartFixed test for button style - styles contain other...
2005-04-20  Stefan Csomorupdating xcode targets
2005-04-20  Robin Dunnforward the char, key and text events from the textctrl
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
2005-04-19  Stefan Csomorwrong import sources for mdi xml
2005-04-19  Stefan Csomorremove project builder projects
2005-04-19  Dimitri SchoolwerthuseIconFont was always false for Win9x
2005-04-19  Stefan Csomorremove old CW versions
2005-04-19  Stefan CsomorCW fix
2005-04-19  Stefan Csomorobsolete CW versions
2005-04-19  Stefan CsomorCW fix, added tif_color
2005-04-19  Stefan CsomorCW fix
2005-04-19  Stefan Csomorremoving OmnisRC flags
2005-04-19  Stefan Csomorusing .pch instead of .h resolves the circular dependancy
2005-04-19  Stefan Csomorold CW files
2005-04-19  Stefan Csomorprefix files not necessary anymore
2005-04-19  Stefan Csomorremove outdated versions
2005-04-19  Stefan Csomorprinting to CW console only for debug builds
2005-04-19  Stefan Csomorin synch with others
2005-04-19  Julian SmartApplied patch [ 1181975 ] [wxMSW] Removes all flicker...
2005-04-19  Robin DunnChange the access of the event handler functions for...
2005-04-18  Vadim Zeitlinfixed compilation for USE_PCH == 0
2005-04-18  Ryan Nortonrevert some stuff for 1.6
2005-04-18  Ryan NortonwxExecute log message cleanup
2005-04-18  Ryan Nortonuse atoi instead of sscanf
2005-04-18  Ryan NortonSome corefoundation wrappers, Implement Associate and...
2005-04-18  Robert Roebling Minor correction to the wxMenuItem::SetText() patch.
2005-04-18  Ryan Nortoncleanup for wxUSE_THREADS
2005-04-18  Julian SmartAdded wxUSE_THREADS guards
2005-04-17  Ryan Nortonfix 10.2 shared builds from crashing
2005-04-17  Ryan NortonentryName is a pascal string - need to convert
2005-04-17  Julian SmartAdded some reserved functions
2005-04-17  Julian SmartWorkaround for wxUSE_STL
next