]> git.saurik.com Git - wxWidgets.git/history - src
do not export private symbols in wx shared libraries
[wxWidgets.git] / src /
2009-01-17  Jaakko SalliFixed relaying of wxEVT_MOUSEWHEEL to popup control
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-17  Vadim Zeitlindefine [us]ptr_t properly for mingw64 compilation
2009-01-17  Stefan Csomorprinting adjustment
2009-01-17  Stefan Csomorstreamlining printing support, adding printing support...
2009-01-17  Stefan Csomoravoiding warning for unused var in cocoa build
2009-01-16  Francesco Montorsiuse enumerations instead of integers for wxFont style...
2009-01-16  Vadim Zeitlinuse wcs(n)casecmp() if available; use wxStricmp() to...
2009-01-16  Vadim Zeitlinimplement SetTimes() for directories too under MSW...
2009-01-16  Vadim Zeitlinadd missing header for mingw32 PCH-less build
2009-01-16  Vadim Zeitlinensure that ProcessEvent() is called for all the event...
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
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  Jouk JansenAdd combo sample to compile list of OpenVMS
2009-01-16  Francesco Montorsifix motif combobox for Motif < 2.0
2009-01-16  Francesco Montorsifix wxMotif build
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  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  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  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  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 Montorsiadd some wxIMAGE_OPTION_PNG_xxx options to wxImage...
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  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  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
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 Montorsicheck for wxInputStream::Read errors
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
2009-01-13  Jouk JansenUpdate OpenVMS compile support
2009-01-13  Jouk JansenAvoid warning on OpenVMS system
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 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 Montorsiassert when the item index is out of range in wxMSW...
2009-01-12  Jaakko SalliLet wxVariantDataDateTime::Write() and Read() work...
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
2009-01-12  Vadim Zeitlinfix VC6 ICE; don't call the function which doesn't...
2009-01-12  Jaakko SalliAdded wxPGProperty::OnValidationFailure(); needed it...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-12  Vadim Zeitlindon't use wxVector<wxDataFormat> from wx/clipbrd.h...
2009-01-12  Vadim Zeitlinfix MSVC warning about possibly unused variable in...
2009-01-12  Jouk JansenFixing/Testing sockets on OpenVMS
2009-01-12  Paul Cornettreturn index of first added image in Add(), like MSW...
2009-01-12  Paul Cornettuse text cursor only when control is enabled, #10347
2009-01-11  Robert RoeblingAdded interface for getting/setting text converter...
2009-01-11  Jaakko SalliFixed bug: SetPropertyValueUnspecified(p) and p->SetVal...
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinfix handling of locale names without county info (close...
2009-01-11  Vadim Zeitlincorrect typo: s/wxUSE_MENU/&S/
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-11  Francesco Montorsido not return true when no data is read by the stream...
2009-01-11  Francesco Montorsiuse IsOk() instead of Ok(); fix crash when loading...
2009-01-11  Francesco Montorsiguard against NULL parents
2009-01-11  Vadim Zeitlinfix build with wxUSE_MENU==0 (closes #10330)
2009-01-10  Francesco Montorsino change; just fix indentation
2009-01-10  Stefan Csomorfixes #10358
2009-01-10  Stefan Csomormaking sure enabling the menus works
2009-01-10  Stefan Csomorguarding against NULL peers
2009-01-10  Stefan Csomorfixing wrong constant
2009-01-10  Stefan Csomorfixing default location for cocoa, see #10361
2009-01-10  Stefan Csomorcalling superclass impl, see #10361
2009-01-10  Stefan Csomorcocoa layout optimization, see #10361
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-10  Julian SmartFixed [wxRichTextCtrl] Right Alignment sets text in...
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-10  Stefan Csomoradding open and close hand cursor constants, implementa...
2009-01-10  Stefan Csomormoving launch methods to common code
2009-01-09  Francesco Montorsiminor cleanup; add wxDocument::OnChangeFilename for...
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-09  Stefan Csomorguarding against calls through 'non-window' instances...
2009-01-09  Stefan Csomorguard against NULL win (happens during debug startup...
2009-01-09  Francesco Montorsibuild fix
next