]> git.saurik.com Git - wxWidgets.git/history - include
Don't just assume that the metadata files will be found
[wxWidgets.git] / include /
2004-10-12  Ryan Nortoncompilo fix (blind)
2004-10-12  Václav Slavíkadded \ escaping in XRC (patch 1042675)
2004-10-11  Vadim ZeitlinwxPuts() should output a trailing newline even in Unix...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-11  Ryan Nortontemp. solution to get unicode to work on 10.3
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-09  Julian SmartSetSizeHints -> DoSetSizeHints
2004-10-08  Václav Slavíkpropagate invalidated best size upstream
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-08  Ryan Nortonfinal compilo fixups for 10.2 unicode - c/c++ fixes...
2004-10-08  Ryan Nortonvarious cleanups
2004-10-08  Ryan NortonwxSound for wxCocoa
2004-10-08  Ryan NortonwxDisplay for wxCocoa
2004-10-08  Vadim Zeitlin(blind) fix for Metrowerks/Win32 compilation
2004-10-08  Vadim Zeitlinrenamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES
2004-10-08  Ryan NortonwxCocoa link fixes
2004-10-07  Ryan Nortonfix darwin defines
2004-10-07  Robin DunnMake sure that WXMAKINGDLL_XRC is defined correctly...
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Ryan Nortonfix a bunch of warnings in unicode build
2004-10-07  Julian SmartApplied patch [ 1039940 ] Prevent redefinition of MM_xx...
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
next