]> git.saurik.com Git - wxWidgets.git/history - include
Warning fixes.
[wxWidgets.git] / include /
2004-11-12  Ron LeeTagged DEBIAN_2_5_3_2 for release testing. Bumped...
2004-11-12  Ryan Nortonfix hiding the other (mac) one
2004-11-12  Włodzimierz SkibaFix hiding wxMediaEvent::Clone().
2004-11-12  Ryan Nortonspelling
2004-11-12  Ron LeewxUSE_POSTSCRIPT is not a sufficient test by itself for
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-11-11  Ryan Nortonturn off directshow by default for lib dependancy
2004-11-11  Ryan Nortonfixup
2004-11-11  Ryan Nortonget rid of error
2004-11-11  Ron LeeRemove a(nother) guaranteed build failure until what...
2004-11-11  Ryan Nortonckconf
2004-11-11  Ryan Nortonsetp.h changes
2004-11-11  Ryan Nortonbase wxMediaCtrl files
2004-11-11  Robin DunnBump subrelease number
2004-11-10  Vadim Zeitlinadded ZIP classes by M.J.Wetherell (patch 1030239)
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-11-10  Włodzimierz SkibawxTreeEvent::Clone() support [patch #1061198].
2004-11-10  Włodzimierz SkibaPatch #1053364 - combobox shoult not remember position...
2004-11-10  Włodzimierz SkibaWarning fix observed in tex2rtf.
2004-11-09  Vadim Zeitlindon't define comparison operators for wxString and...
2004-11-09  Kevin Hock[1001483] Added wxPasswordEntryDialog analagous to...
2004-11-09  Włodzimierz SkibawxSizer::Add/Insert now returns pointer to wxSizerItem...
2004-11-09  Ryan Nortonremove fixme and explain unicode characters
2004-11-08  Włodzimierz SkibaRemove unnecessary OW recognition.
2004-11-08  Włodzimierz SkibaBlind change following observation in wxTextCtrlBase.
2004-11-08  Włodzimierz SkibaOW prototypes does not use ints in Unicode.
2004-11-08  Włodzimierz SkibaUndef GetWindowStyle() after new #include in cmndata...
2004-11-08  Vadim Zeitlindon't define comparison operators taking wxStrings...
2004-11-08  Vadim Zeitlinreverted last commit, still broken for VC6
2004-11-08  Ryan Norton*** empty log message ***
2004-11-08  Ryan Nortonworkback defs for OSX
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-11-07  Ryan Nortonsome setup.h changes for wxMovieCtrl
2004-11-07  Ryan Nortonfix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx...
2004-11-07  Ryan Nortonallow multiple movie loading as per Julian's suggestion...
2004-11-07  Ryan Nortonadd Length, Tell, SetPlaybackRate and GetPlaybackRate...
2004-11-07  Robert Roebling Moved deletion of wxPrintFacory to module.
2004-11-07  Ryan NortonwxMovieCtrl - for playing movies - mac carbon QT 3...
2004-11-07  Ryan Nortonfix for [ 1020924 ] wx.Display.IsPrimary is wrong
2004-11-06  Ryan Nortonfix for [ 1042972 ] Keycodes above WXK_START conflict...
2004-11-06  Stefan NeisAdded wxStandardPaths implementation for OS/2.
2004-11-06  Ryan Norton[ 955006 ] wxDb query with column information (modded...
2004-11-06  Ryan Nortonfinal cleanup of string conversion with null characters...
2004-11-06  Kevin HockAdd ability to position and/or center the dialog for...
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-11-05  Stefan CsomorListbox fixes
2004-11-04  George TaskerUnicode support
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-04  Václav Slavíkm_wakeUpTimerTag is not used anywhere, removed
2004-11-04  Ryan Nortonslightly nicer workaround for pickier compiler warning
2004-11-04  Ryan Nortondll dec
2004-11-03  Václav Slavíkmade it possible to customize wxGenericDirCtrl, such...
2004-11-03  Robert Roebling Forgot to commit header.
2004-11-02  David ElliottMetrowerks CodeWarrior IDE prefix and precompiled heade...
2004-11-01  Robert Roebling Further compile fixes.
2004-11-01  Robert Roebling Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
2004-11-01  Julian SmartAdded missing functions and variable
2004-11-01  Robert Roebling Added possibility to select a printer reported
2004-11-01  Stefan Csomorswitching to defines not having a value for __WXMAC__
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-31  Stefan NeisFixed "pragma interface" handling.
2004-10-31  Robert Roebling Moved print dialog data conversion code
2004-10-31  Robert Roebling Small change to ease Mac transition to common
2004-10-30  Ryan Nortonrestore ConvertToValidURI to prev. version for bw compa...
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-30  David ElliottwxMac uses wxStandardPathsCF to mean wxStandardPaths...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-29  David ElliottAdded wxStandardPaths for wxMac and wxCocoa.
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  David ElliottMoved wxCFStringHolder and some other string functions...
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:
next