]> git.saurik.com Git - wxWidgets.git/history - include
Remove erronues file
[wxWidgets.git] / include /
2004-10-29  Ryan Nortonadd some asserts for wxStringBufferLength
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Václav SlavíkwxKeyEvent::m_uniChar must be copied by operator= too
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-28  Vadim Zeitlinminor cleanup: don't use bool parameters, don't typedef...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-10-27  Robert Roebling Added initial support for GNOME printing.
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-26  Václav Slavíkprefix symbols with wx
2004-10-24  Stefan NeisRemoved list of modeless windows (apparently no longer...
2004-10-24  Stefan NeisFixed handling of modal dialogs.
2004-10-24  Stefan Csomoradding Offset to wxRegion / carbon
2004-10-24  David ElliottFix wxExecute for ports other than wxMac and wxCocoa...
2004-10-23  Vadim Zeitlinupdated version to 2.5.3.1
2004-10-23  Vadim Zeitlinfixed VC++ size_t -> int conversion warning
2004-10-23  Vadim Zeitlindon't use _() as default parameter for wxPrintDialogBas...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-22  Kevin HockRemoved , from end of enumerated list wxPrintBin
2004-10-22  David ElliottChange friendship so that the base implementation class...
2004-10-21  Stefan NeisAdded stubs for OS/2 to new printing system.
2004-10-21  David WebsterGet rid of the class naming conflict with the base...
2004-10-20  Vadim Zeitlinadded wxTextInputStream::operator>>(wchar_t) for compil...
2004-10-20  Vadim Zeitlinupdate g_isPainting in wxPaintEvent copy ctor
2004-10-20  David ElliottRewrote wxSound:
2004-10-20  David ElliottAdded CocoaSetKeyEquivalent() that sets the accelerator...
2004-10-20  Vadim Zeitlininclude colour.h (fixes wxX11 compilation under Unix)
2004-10-20  Vadim Zeitlinremoved duplicate #include
2004-10-20  Vadim Zeitlinuse slashes instead of backslashes and quotes instead...
2004-10-20  Vadim Zeitlinonly VC++ >= 7.0 has __COUNTER__
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-20  Vadim Zeitlininitial Unix implementation
2004-10-20  Vadim Zeitlindon't use wxCOMPILE_TIME_ASSERT2, wxCOMPILE_TIME_ASSERT...
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-20  Vadim Zeitlinremoved special definition of wxCOMPILE_TIME_ASSERT2...
2004-10-20  Vadim Zeitlindefine wxMAKE_UNIQUE_NAME so that it works even in...
2004-10-19  Vadim Zeitlinremoved unneeded junk copied from MSW port
2004-10-19  Vadim Zeitlinfixed status bar source file name; removed wxUSE_NATIVE...
2004-10-19  Włodzimierz SkibaWarning fix to avoid typecasting with OW elsewhere.
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-10-19  Vadim Zeitlindeclaration (only, so far) for Unix
2004-10-19  Vadim Zeitlininitial implementation for MSW
2004-10-19  Vadim Zeitlinswitched to using a real class instead of a namespace...
2004-10-19  Vadim Zeitlinextracted LPITEMIDLIST wrappers in a separate header...
2004-10-19  Václav Slavíkalways use wxStaticCast in XRCCTRL (asserts in case...
2004-10-19  Julian SmartRemoved accidentally committed file
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-19  Vadim Zeitlindefine __WXOSX__ for wxMac/Cocoa; document it
2004-10-18  Vadim Zeitlinfixed include guard after renaming the file
2004-10-18  Vadim Zeitlin- added and documented Get/SetInstallPath() under Unix
2004-10-18  Vadim Zeitlinrenamed wxFileLocator to wxStandardPaths
2004-10-18  Vadim Zeitlinunsigned off_t doesn't exist
2004-10-18  David ElliottRenamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa).
2004-10-18  David ElliottRemoved some extraneous whitespace.
2004-10-18  David ElliottwxCocoa: Add native file dialog from Ryan Norton. ...
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
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...
next