]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-03-11  Robert Roebling Compilo.
2005-03-11  Vadim Zeitlindon't use private URL in the sample
2005-03-11  Włodzimierz... Base for wxMessageDialog with common checks for style.
2005-03-11  Włodzimierz... Warning and build fixes focused with Borland and Watcom.
2005-03-11  Vadim Zeitlincall wxOle[Un]Initialize() in wxClipboard ctor/dtor...
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
2005-03-11  Vadim ZeitlinUnix compilation warning fixes
2005-03-11  Jouk Jansen Committing in .
2005-03-11  Stefan Csomorborder handling streamlined
2005-03-11  Włodzimierz... Use empty check consistent with other parts.
2005-03-11  Włodzimierz... Bring back help turned off as in previous WinCE setup...
2005-03-11  Włodzimierz... chkconf.h of wince has to be included in files.bkl
2005-03-11  Vadim Zeitlinadded debugrpt.cpp and dbgrptg.cpp
2005-03-11  Vadim Zeitlintest background bitmap
2005-03-11  Vadim Zeitlindo use PCH with gsocket.cpp
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-11  Vadim Zeitlinadded wxSizerFlags::Left/Right()
2005-03-11  Vadim Zeitlincorrect relative paths for headers
2005-03-11  Vadim Zeitlinregenerated with /EHsc instead of /GX (this requires...
2005-03-11  Vadim Zeitlinadded wxUSE_DEBUGREPORT
2005-03-11  Vadim Zeitlincosmetic fix to a message
2005-03-11  Vadim Zeitlincorrected wxLogErrors() in Clear() and Flush()
2005-03-10  Robin DunnreSWIGged
2005-03-10  Robin Dunnadd default action methods
2005-03-10  Robert Roebling Reenable dead keys under GTK2.
2005-03-10  Julian SmartWhen drawing a solid page background, don't use theme...
2005-03-10  Włodzimierz... Missing API of wxMenuItem. const corrections. PalmOS...
2005-03-10  Włodzimierz... Warning fix.
2005-03-10  Włodzimierz... Disable wxID_EXIT on PalmOS with all consequences in...
2005-03-10  Vadim Zeitlindisable drag and drop
2005-03-10  Włodzimierz... Use initial book from available controls. Select it...
2005-03-10  Vadim ZeitlinwxGetEnv() should return wxChar *, even if it's a macro...
2005-03-10  Włodzimierz... Apart smartphones use choicebook when notebook is not...
2005-03-10  Václav Slavíkuse dummy.cpp with eVC, too
2005-03-10  Václav Slavíkuse dummy.cpp with eVC, too
2005-03-10  Vadim Zeitlindefine wxGetEnv() as macro, not inline function, for...
2005-03-10  Vadim ZeitlinUnicode fix after last commit
2005-03-10  Vadim Zeitlinignore build files for stuff which is not in the cvs
2005-03-10  Vadim Zeitlindefine wxGetenv() for WinCE which doesn't have _tgetenv...
2005-03-10  Vadim Zeitlinuse wxGetenv() instead of getenv() which doesn't exist...
2005-03-10  Vadim Zeitlinmoved WinCE-specific part into wx/msw/wince/chkconf...
2005-03-10  Robin DunnGive the wxChoice an explicit width so the min size...
2005-03-10  Vadim Zeitlindisable wxUSE_EXCEPTIONS when compiling with VC++ but...
2005-03-10  Vadim Zeitlinunused param warning with wxUSE_OLE=0
2005-03-10  Vadim Zeitlingenerate (common part of) include/wx/msw/wince/setup...
2005-03-10  Stefan Csomorcursor setting corrected
2005-03-10  Stefan Csomormake sure we don't have two associations pointing to...
2005-03-10  Vadim Zeitlincheck that wxYES and wxNO are always used together...
2005-03-10  Włodzimierz... Smartphone adjustements to generic log dialog.
2005-03-10  Robin DunnreSWIGged
2005-03-10  Robin DunnCatch possible exception from getdefaultlocale
2005-03-09  Julian SmartAdded some missing samples
2005-03-09  Václav Slavíkfixed wxrc's dependencies
2005-03-09  Václav SlavíkAddFile usage clarifications
2005-03-09  Robin DunnreSWIGged
2005-03-09  Robin DunnAdded some missing files
2005-03-09  Robin DunnUser newer APIs for setting up scrolling
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-09  Robert Roebling Compilo.
2005-03-09  Ryan Nortoncgimagecreate from wxbitmap crashes 10.2 - turn off...
2005-03-09  Ryan NortonDon't pass empty string to wxFileNameFSSpec or you...
2005-03-09  Kevin HockAutomatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked...
2005-03-09  Dimitri Schoolwerthminor cleanup (doc typos fixed, removed tabs)
2005-03-09  Włodzimierz... Missing casts to event handling functions.
2005-03-09  Vadim Zeitlinmade wxStaticCast more backwards compatible by allowing...
2005-03-09  Włodzimierz... WinCE fixes.
2005-03-09  Włodzimierz... Missing flags.
2005-03-09  Vadim Zeitlinslightly clarified msw.window.no-clip-children test
2005-03-08  Robert Roebling Applied dir control token patch.
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Robert Roebling Override OnSize in the scrollsub sample to disable
2005-03-08  Ryan NortonFix crash when using a proxy (m_protocol already gets...
2005-03-08  Włodzimierz... Casting fix for events. Needs check by ARM eVC4 users.
2005-03-08  Włodzimierz... More cleaning and wxFileOffset usage.
2005-03-08  Robin DunnreSWIGged
2005-03-08  Vadim Zeitlinreturn name and extension by const ref, not by value...
2005-03-08  Vadim Zeitlinfixed wrong use of = instead of == (patch 1159289)
2005-03-08  Vadim Zeitlinremoved unused wxDirToWinStyle() (part of patch 1159289)
2005-03-08  Kevin HockGTK1 compilation fix from Mart R., followup to patch...
2005-03-08  Kevin HockRemoved descriptions of now-private m_ variables and...
2005-03-08  Włodzimierz... Correct header filename (part of bug #1154011).
2005-03-08  Vadim Zeitlindon't need AC_CXX_DYNAMIC_CAST for now
2005-03-08  Vadim Zeitlinuse static_cast<> for wxStaticCast; updated comment...
2005-03-08  Vadim Zeitlinmention Linux/AMD64 build fix
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-08  Vadim Zeitlinset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
2005-03-08  Włodzimierz... Allow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Vadim Zeitlinfixed loop deleting the old filters in SetWildcard...
2005-03-08  Włodzimierz... Missing flags.
2005-03-08  Włodzimierz... XTI has own wxObjectEventFunction and has to follow...
2005-03-08  Robin DunnWorkaround for toolbartool tooltip not getting written...
2005-03-08  Robin DunnreSWIGged
2005-03-08  Robin DunnFix compilation error
2005-03-08  Robin DunnreSWIGged
2005-03-08  Robin DunnLittle tweaks to match CVS changes
2005-03-08  Robin DunnMove wxPyCallback back to derive from wxObject
2005-03-08  Vadim Zeitlinhonour stateMask in GetItem() too (patch 1153451)
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
next