]> git.saurik.com Git - wxWidgets.git/history - include
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
[wxWidgets.git] / include /
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-06  Ryan Nortoncursors for cocoa
2004-10-06  Ryan Nortoncocoa tooltips. Remove runtime warning from 10.2 ...
2004-10-05  Vadim Zeitlincleaning up strdup/isascii definitions for compilers...
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-05  David ElliottImplement wxBitmapButton::DoGetBestSize() to call wxBut...
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-04  Vadim Zeitlinmade IsMainLoopRunning() static and implemented it...
2004-10-04  Vadim Zeitlinadded wxApp::IsMainLoopRunnning() (see bug 994293)
2004-10-04  Vadim Zeitlinforward declare wxOutputStream (compilation fix for...
2004-10-04  Vadim Zeitlinblind warning fix in wxUmaskChanger
2004-10-03  Vadim Zeitlinadded wxFileConfig::Save(stream); documented it in...
2004-10-03  Vadim Zeitlindon't keep a dirty flag in each entry/group, this is...
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-10-03  Vadim ZeitlinMetrowerks fixes after huge file patch (patch 1037951)
2004-10-02  Vadim ZeitlinMetrowerks doesn't have isascii()
2004-10-02  Ryan Nortonwarning for 2.5.3
2004-10-02  Vadim Zeitlinadded wxVaCopy() and use it to fix wxVsnprintf() crash...
2004-10-02  Vadim Zeitlinremoved trailing comma from enum (gcc 3.4 compilation...
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-10-01  Vadim Zeitlinhack: hide the MDI parent frame by moving it off screen
2004-10-01  Vadim Zeitlinrelayout frame contents when tool/statusbar is shown...
2004-10-01  Vadim Zeitlinextracted OnSize() body in a new DoLayout() method...
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  David ElliottUse struct qualifier with objc_object (it is and always...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-30  Ryan Nortonhave it work the old way with PopupMenu(), and have...
2004-09-30  Vadim Zeitlincompilation fix for wxGetEmptyString() with wxUSE_STL...
2004-09-29  Václav Slavíkfixed flicker during MDI children creation: the frame...
2004-09-29  Julian SmartTemp fix for VC6/XTI
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Julian SmartApplied patch [ 1036833 ] Hiding declaration of wxScrol...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-29  Włodzimierz SkibaC++ removed from C syntax.
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Vadim ZeitlinwxListItem::m_data is now of type wxUIntPtr, not long...
2004-09-28  Vadim Zeitlinadded wxPtrToUInt() to cast pointer to an integer type...
2004-09-28  Vadim Zeitlinadded wx_reinterpret_cast() macro
2004-09-28  Vadim Zeitlinsuppress VC7.1 64 bit correctness warnings
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-28  Ryan Nortonremove unfinished impl
2004-09-28  Julian SmartUse generic font dialog on MacOS X
2004-09-28  Vadim Zeitlinblind fix for wxGetEmptyString() compilation with wxUSE...
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-27  Ryan Nortonsource nice-ness and remove erronous files
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
2004-09-27  Julian SmartDon't try to typedef off_t twice (eVC++)
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-09-27  Vadim Zeitlinexplicitly forward declare wxHashTableBase when wxUSE_S...
2004-09-27  Włodzimierz SkibaWatcom fixes after recent wxFile changes.
2004-09-27  Vadim Zeitlinfix crash when calling wxGetEmptyString() with wxUSE_ST...
2004-09-27  Vadim Zeitlindefine wxInvalidOffset properly (as wxFileOffset, not...
2004-09-27  Robert Roebling Compile fixes.
2004-09-27  Ryan Nortonmake go generic
2004-09-27  Ryan Nortongeneric (will comment on list later about was does...
2004-09-27  Vadim Zeitlinkeep the old wxFont::Create() signature (changed by...
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-09-27  Dimitri Schoolwerthdoc-typo
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-27  Ryan NortonAdd HID keyboard functionality
2004-09-26  Václav Slavíkpartially reverted Robert's changes, did it more cleanly
2004-09-26  Ryan Nortonhid integration
2004-09-26  Vadim Zeitlinfix for __HUGEFILES_SUPPORTED definition
2004-09-26  Robert Roebling Trying hard to make things compile.
2004-09-26  Kevin OllivierFixes to remove compile warnings.
2004-09-26  Vadim ZeitlinwxExecuteData is a struct, not class (warning fix)
2004-09-26  Ryan Nortondefault to native font dialog for 10.2+
2004-09-26  Vadim Zeitlinrenamed HasFocus() to IsActive() to avoid confusion...
2004-09-26  Robert Roebling Added wxTopLevelWindow::HasFocus() as discussed.
2004-09-26  Ryan Nortonnative font dialog implementation for mac os x 10.2+
2004-09-26  Stefan Csomorunicode fix
2004-09-26  Stefan Csomorfix for CW compilation
2004-09-26  Stefan Csomorclipping for wxMac cleaned up
2004-09-26  Vadim Zeitlincompilation fix for Unicode mode after huge file patch...
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-09-26  Ron LeewxSize needs to be fully defined if we want to use...
2004-09-26  Ryan NortonLots of fixes/cleanups for OSX taskbar
2004-09-26  Ryan Nortoncleanups, proper event handling/cleanup
2004-09-25  Vadim Zeitlincompilation fix for compilers not using PCH
2004-09-25  Robin DunnAdd some missing methods to match other implementations
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-25  Ryan NortonwxDrawerWindow - [ 909351 ] Drawer window for OS X...
2004-09-25  Stefan Csomorinsert was not correctly implemented
2004-09-25  Ryan Nortonmark changes. Mac OSX taskbar implementation
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-24  Václav Slavíkreplaced NormalizeFontSizes with SetStandardFonts
2004-09-24  Ryan NortonPort syncronization, more wxUSE_XML/XRC fixes and typo...
2004-09-24  Ryan Nortonmore setup0.h wxUSE_XRC fixes
2004-09-24  Ryan NortonMSW XRC define setuup.h handling
2004-09-24  Ryan NortonAdd doc TODOs for wxVariant. You know, Convert wasn...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-23  Ryan Nortonfix ifdef - its libpng not pnglib :)
next