]> git.saurik.com Git - wxWidgets.git/history - include
Warning fixes for OpenWatcom.
[wxWidgets.git] / include /
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Vadim Zeitlinadded interface for wxFileLocator class
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-10-17  Vadim Zeitlinuse common code to determine best notebook size instaed...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Václav Slavíkdon't use m_instanceAsWindow to convert dialog units...
2004-10-16  Vadim Zeitlinunused params warnings (patch 1048431)
2004-10-16  Vadim Zeitlinsuppress VC++ warning about long -> void * conversion too
2004-10-16  Vadim Zeitlinfixed enhanced metafiles loading from files
2004-10-16  Vadim Zeitlinadded missing WXDLLEXPORT
2004-10-15  Vadim Zeitlinimplemented SetWildcard()
2004-10-15  David ElliottwxCocoa: Added wxTaskBarIcon
2004-10-15  Vadim Zeitlinuse wxPtrToUInt/UIntToPtr instead of (removed) ULong...
2004-10-15  Vadim Zeitlinremoved pragma interface which resulted in link errors...
2004-10-15  Vadim Zeitlinuse wxPtrToUInt instead of (lossy) wxPtrToULong
2004-10-15  Włodzimierz SkibaUnnecessary wxString(wxString).
2004-10-15  Włodzimierz SkibaParts of wxSizer::Show() extracted into wxSizer::GetIte...
2004-10-15  Włodzimierz SkibaDMC fix.
2004-10-15  Vadim ZeitlinVC++ warning fixes for /Wp64
2004-10-15  David ElliottAllow the wxMenu to be owned by the NSMenu so that...
2004-10-15  David ElliottAllow the dealloc message to be caught
2004-10-15  David ElliottUse wxObjcAutoRefFromAlloc for sm_cocoaTarget.
2004-10-15  Vadim Zeitlinfixed wxFileSize_t definition under Unix
2004-10-15  Vadim Zeitlinmade Tell/Seek/Length() return wxFileSize_t as well
2004-10-15  Vadim Zeitlinadded wxFileSize_t, changed types of wxFile methods...
2004-10-14  Ryan NortonReverted and fixed really broken overcommit
2004-10-14  Julian SmartAdded SetScrollLinesX, SetScrollLinesY so apps can...
2004-10-14  David ElliottRemoved empty wxCocoa wxFileDialog implementation
2004-10-14  David ElliottReverted broken test to determine wxHAS_TASK_BAR_ICON
2004-10-14  David ElliottRemoved empty wxCocoa taskbar files and broken files...
2004-10-13  Włodzimierz SkibaDarwin fixes (OW,BCC,MinGW,DMC tested).
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-10-12  Robert Roebling Added new wxPrintFactory code and made wxPrinter
2004-10-12  Włodzimierz SkibaReverted due to Darwin and other conflicts.
2004-10-12  Włodzimierz SkibaReverted conflict with Darwin.
2004-10-12  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-12  Włodzimierz SkibaRemove old pragmas for avoiding warnings with Open...
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.
next