]> git.saurik.com Git - wxWidgets.git/history - src
Use Rob O'Connor's icons, provided under the wxWindows Licence
[wxWidgets.git] / src /
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
2005-04-17  Julian SmartUse GetCursorPos on WinCE wherever possible (otherwise...
2005-04-17  Vadim Zeitlinadded missing ANSI DLL configurations (fixes VC6 crash)
2005-04-17  Vadim Zeitlinchanged to DOS format; added tif_extension.c
2005-04-17  Ryan Nortonfix some possible crashes due to uninitialized variable...
2005-04-17  Julian SmartApplied patch [ 1184295 ] wxDateTimePickerCtrl Create...
2005-04-17  Julian SmartRegenerated makefiles for runtime lib change
2005-04-17  Julian SmartFix for MGL link error
2005-04-17  Julian SmartTemporary wxUniv menu fix from Michael Wetherell
2005-04-17  Ryan Nortondo wxLogDebug instead of wxLogSysError so that producti...
2005-04-17  Ryan Nortonfix 10.2 shared unicode builds for mbstowcs and vice...
2005-04-16  Ryan Nortonfixed for w/o expat
2005-04-16  Robin DunnAdd docstrings for wxSTC methods
2005-04-16  Robin DunnAdded Python methods to wxStyledTextCtrl that allow...
2005-04-16  Julian SmartImproved spacing
2005-04-16  Michael WetherellNo EOVERFLOW on openbsd
2005-04-16  Stefan NeisFixed child positioning on window resizing.
2005-04-16  Robert Roebling Readded test for wxMenuItem::SetLabel() to sample.
2005-04-16  Stefan NeisMoved enum definition out of function body to work...
2005-04-16  Robert Roebling This should make the GTK statictext control wrap
2005-04-16  Ryan Nortonclean up release unused variable warnings
2005-04-16  Ryan NortonImplement wxMimeTypesManager on mac
2005-04-16  Julian SmartAdded destructor to fix crash on Mac due to focus event...
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-04-16  Julian SmartAPplied patch [ 1182682 ] Fixes wxDebugReportUpload...
2005-04-16  Julian SmartApplied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButto...
2005-04-16  Julian SmartApplied patch [ 1183157 ] Compilation with GCC 4.0
2005-04-16  Ryan Nortonfix for w/o expat
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-16  Robin DunnUse a wxPopupWindow for the AutoComplete box too.
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-04-15  Włodzimierz SkibaBuild fix for wxUSE_FILE=0.
2005-04-15  Włodzimierz SkibaMissing include.
2005-04-15  Włodzimierz SkibaSimpler for readable diffs in future new ports.
2005-04-15  Włodzimierz SkibaSimpler constructor available.
2005-04-15  Julian SmartAnother buffer check
2005-04-15  Julian SmartDon't crash if buffer null
2005-04-15  Julian SmartFixed presumed typo - crash when frame is NULL
2005-04-15  Robin DunnApplied patch [ 1167891 ] wxNotebook display problem...
2005-04-15  Robin DunnFor wxMSW capture and release the mouse as the cursor...
2005-04-15  Robin DunnDon't clip hidden windows from the staticbox's refresh...
2005-04-14  Julian SmartForgot to remove #endif
2005-04-14  Julian SmartTry to find comctl32.dll version even if we don't have...
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif. Is VC++ 4...
next