wxWidgets.git
2009-01-16  Vadim Zeitlinadd wx/window.h for MSVC compilation
2009-01-16  Francesco Montorsifix sample
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-16  Francesco Montorsifix typos
2009-01-16  Vadim Zeitlinuse wcs(n)casecmp() if available; use wxStricmp() to...
2009-01-16  Vadim Zeitlinmake the preview frame float on parent by default as...
2009-01-16  Vadim Zeitlinimplement SetTimes() for directories too under MSW...
2009-01-16  Vadim Zeitlincalling wcsnlen(NULL) does crash (under Debian and...
2009-01-16  Vadim Zeitlinexport wxActiveX stuff from core (not media) DLL (close...
2009-01-16  Vadim Zeitlincompilation fixes for 64 bit platforms
2009-01-16  Vadim Zeitlinforward declare wxEvent before using it
2009-01-16  Vadim Zeitlinadd missing header for mingw32 PCH-less build
2009-01-16  Francesco Montorsiremove also wxT(); it's confusing, too; do load wxstd...
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...
2009-01-16  Vadim Zeitlinensure that ProcessEvent() is called for all the event...
2009-01-16  Robert RoeblingIllustrate usage of wxDataViewListCtrl
2009-01-16  Robert RoeblingMention wxDataViewListCtrl
2009-01-16  Robert RoeblingDocument wxDataViewListCtrl, minor corrections
2009-01-16  Francesco Montorsiremove usage of _T(); it's just confusing and it's...
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
2009-01-16  Robert RoeblingDocument wxDataViewListStore
2009-01-16  Francesco MontorsiMove SetDefaultTimeout to wxProtocol and set it to...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Francesco Montorsidocument predefined array types
2009-01-16  Jouk JansenAdd combo sample to compile list of OpenVMS
2009-01-16  Vadim Zeitlininclude wx/generic/grideditors.h for compatibility
2009-01-16  Francesco Montorsifix motif combobox for Motif < 2.0
2009-01-16  Francesco Montorsifix wxMotif build
2009-01-16  Francesco Montorsimake wxSocketBase::SetTimeout virtual and make it prote...
2009-01-16  Francesco Montorsino real change; just reorder functions
2009-01-16  Vadim Zeitlindon't use wxString::FromASCII() with possibly non-ASCII...
2009-01-16  Vadim Zeitlinadd VC6 and command line VC makefile too
2009-01-16  Václav Slavíksilence gcc warnings in "vararg" functions such as...
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-15  Stefan Csomormake sure group boxes don't get the big font
2009-01-15  Bryan PettyInitialize m_action_window to NULL in wxAuiManager...
2009-01-15  Bryan PettyNoted changes to wxVScrolledWindow in the 3.0 overview...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-15  Stefan Csomoradding missing header for non-precomp build
2009-01-15  Vadim Zeitlinfix PCH-less build with wxUSE_URL_NATIVE (see #10338)
2009-01-15  Vadim Zeitlinadded a (Windows-only) Flash sample
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-15  Julian SmartAdded font family to wxTextAttr
2009-01-14  Robert RoeblingFixes #10382: Memory leak in wxDataViewMainWindow:...
2009-01-14  Robert RoeblingDon't make wxFrame grow when adding a native wxToolbar
2009-01-14  Francesco Montorsiadd -k_T to the call to xgettext as otherwise a string...
2009-01-14  Francesco Montorsiadd Italian translation
2009-01-14  Vadim Zeitlinreduce IPC buffer size to be less than typical Ethernet...
2009-01-14  Francesco Montorsiuse wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
2009-01-14  Francesco Montorsido not assert when the validator style == wxFILTER_NONE
2009-01-14  Francesco Montorsis/wxWindows/wxWidgets; update wx-dev mail address
2009-01-14  Francesco Montorsiadd some wxIMAGE_OPTION_PNG_xxx options to wxImage...
2009-01-14  Francesco Montorsino real change; just reorganize the sample splitting...
2009-01-14  Francesco Montorsifix ANI loading; check for errors when calling Read()
2009-01-14  Vadim Zeitlindon't assert if the locale couldn't be set in AddCatalo...
2009-01-14  Francesco Montorsidon't crash if an item has a NULL ID
2009-01-14  Vadim Zeitlindon't try to destroy the already destroyed OCX HWND
2009-01-14  Francesco Montorsicall event.Enable(true) in OnUpdateFileOpen and OnUpdat...
2009-01-14  Francesco Montorsifix typo
2009-01-14  Francesco Montorsipart of commit r58093
2009-01-14  Francesco MontorsiReenable TEST_ALL (and #define TEST_FTP in that case)
2009-01-14  Francesco Montorsidon't use hardcoded constant 200; use wxSTACKWALKER_MAX...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Francesco Montorsipatch from Utensil Candel which refactors and documents...
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-14  Vadim Zeitlindisable new event code unconditionally for now
2009-01-13  Vadim Zeitlindon't define wxHeaderColumnsRearrangeDialog if !wxUSE_R...
2009-01-13  Vadim Zeitlinfix memory leak of FrameSite (see #3935)
2009-01-13  Vadim Zeitlinuse wxWindow::GetClientSize() instead of ::GetClientRec...
2009-01-13  Robert RoeblingAlso update cursor when over toolbar and titlebar
2009-01-13  Francesco Montorsiadd a note about the formats which wxAnimation is capab...
2009-01-13  Francesco Montorsiwarn that a seekable stream is required for generic...
2009-01-13  Francesco Montorsicheck for wxInputStream::Read errors
2009-01-13  Francesco Montorsifix typo
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2009-01-13  Francesco Montorsidocument operator\!
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
2009-01-13  Francesco Montorsireorder the classes, putting first the basic ones and...
2009-01-13  Francesco Montorsiuse ::wxInvalidOffset to enable autolinking
2009-01-13  Jouk JansenUpdate OpenVMS compile support
2009-01-13  Jouk JansenUpdate configuration for OpenVMS
2009-01-13  Jouk JansenAvoid warning on OpenVMS system
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2009-01-13  Jouk JansenUpdate configuration for OpenVMS
2009-01-13  Jouk JansenUpdate configuration for OpenVMS
2009-01-13  Jouk Jansenchange int->wxRasterOperationMode was omitted at one...
2009-01-13  Stefan Csomormake sure that code is always available when compiling...
2009-01-13  Stefan Csomorremoving duplicate code
2009-01-13  Francesco Montorsifix wxMSW shared builds
2009-01-12  Francesco Montorsifix a typo; move aux classes below the main ones
2009-01-12  Francesco Montorsiadd support for wxStrnlen for those platforms where...
2009-01-12  Francesco Montorsiensure correct linking of the socket manager initialize...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Francesco Montorsiuse DECLARE_NO_ASSIGN_CLASS() for better readability
2009-01-12  Francesco Montorsibetter way to avoid warnings about a non-existing missi...
2009-01-12  Francesco Montorsiassert when the item index is out of range in wxMSW...
2009-01-12  Jaakko SalliLet wxVariantDataDateTime::Write() and Read() work...
2009-01-12  Vadim Zeitlinfix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_...
next