]> git.saurik.com Git - wxWidgets.git/history - include
avoid double framing on carbon as well
[wxWidgets.git] / include /
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-18  Vadim Zeitlinfix (harmless) MSVC 64 bit compilation warning (closes...
2009-03-18  Francesco Montorsino change: just move a misplaced comment
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Vadim Zeitlincorrect typo in SetAltExtensions() method (re-closes...
2009-03-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-18  Vadim Zeitlinno changes, just correct some comments and variable...
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-16  Francesco Montorsido not copy the typical setup.h in setup_gccxml.h;...
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
2009-03-16  Václav Slavíkfixed wxXRC compilation with --disable-filesystem ...
2009-03-15  Francesco Montorsileftovers from r59566
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco MontorsiwxMSW and wxPalmOS already had the wxFont(const wxSize...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Vadim Zeitlincompilation fix for Watcom (see #10576)
2009-03-14  Francesco Montorsiinclude all events categories in wxEVT_CATEGORY_ALL
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-13  Stefan Csomorsolving inversion problem, because SetShape is redefine...
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-03-13  Julian SmartMade DoSize and GetPageRect virtual for easier derivati...
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-12  Kevin OllivierRemoving pch header files for CodeWarrior and also...
2009-03-11  Vadim Zeitlinreset the associated view frame pointer when the frame...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
2009-03-10  Vadim Zeitlinalso fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-10  Kevin OllivierForgot to commit the header change too.
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-03-09  Vadim Zeitlinno changes, just correct the file name in the header...
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-09  Vadim Zeitlinclose the associated frame if the view is deleted direc...
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-03-08  Stefan Csomorletting the peer declare whether it wants to draw its...
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-07  Vadim Zeitlindetect adding too many items to a grid sizer sooner...
2009-03-07  Vadim Zeitlinadd wxUSE_CONFIG checks (see #10560)
2009-03-07  Vadim Zeitlinno changes, just remove an extra space (see #10560)
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-07  Robert RoeblingwxMac requires UTF-8 for wxTextDataoObject
2009-03-07  Vadim Zeitlinadd wxUSE_CONFIG guard
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-07  Robert RoeblingMake wxDataViewCtrl::GetBestSize() return a height...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Francesco Montorsidon't return hardcoded constants for empty renderers...
2009-03-06  Francesco Montorsisome more const-ification of HasEditorCtrl
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-06  Vadim Zeitlinadded wxZlibStream::SetDictionary() (closes #10551)
2009-03-06  Vadim Zeitlinfix duplicate events for selection keys after the last...
2009-03-06  Vadim Zeitlinpass ApplyEdit() arguments to EndEdit() too for better...
2009-03-06  Julian SmartRemoved conflicting virtual function
2009-03-06  Francesco MontorsiIndentation/coding style adjustments.
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-03-05  Kevin OllivierSheet support for wxDirDialog.
2009-03-05  Kevin OllivierUse sheets for native file dialogs if the dialog has...
2009-03-05  Vadim Zeitlindon't use WPARAM in the header (build fix after r59336)
2009-03-05  Vadim Zeitlinfix multiple problems with selection in controls with...
2009-03-05  Vadim Zeitlinfix total breakage of all fonts in wxMSW caused by...
2009-03-05  Vadim ZeitlinPCH-less build fix
2009-03-04  Jaakko SalliBy default, always refresh editor and redraw properties...
2009-03-04  Francesco Montorsibuild fix; document HasFeature() (should be part of...
2009-03-04  Francesco Montorsiremove wxSYS_DEFAULT_PALETTE: it's supported only by...
2009-03-03  Jaakko SalliRemove wxEnumProperty::ms_prevIndex
2009-03-03  Vadim Zeitlinfix wxGTK1 compilation after wxTextEntry DoGetValue...
2009-03-03  Vadim Zeitlinfix virtual function hiding warnings
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-03-02  Vadim ZeitlinwxOSX build fix for wxRichTextCtrl after wxTextEntry...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinanother wxOSX build fix after wxTextEntry::GetValue...
2009-03-02  Vadim ZeitlinwxOSX build fix after wxTextEntry::GetValue() renaming...
2009-03-02  Vadim Zeitlinbuild fix: define DoGetValue() and GetEditableWindow()
2009-03-02  Vadim Zeitlincompilation fix after GetEditableWindow() signature...
2009-03-02  Vadim Zeitlinremove SetValue() which is not needed and which definit...
2009-03-02  Vadim Zeitlinmake GetEditableWindow() protected as it's used by...
2009-03-02  Vadim ZeitlinwxUniv compilation fixes after wxTextEntry::DoGetValue...
2009-03-02  Vadim Zeitlinfix overloaded virtual warning
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinset correct properties
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-03-02  Vadim Zeitlinadd ugly macros to abstract the difference between...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-03-01  Francesco Montorsiname the enum with wxDir flags to make it easier to...
2009-02-27  Vadim Zeitlinadd missing WXDLLIMPEXP_CORE (which surprisingly is...
2009-02-27  Julian SmartCompile fix under wxGTK
2009-02-27  Vadim ZeitlinVC6 compilation fix after last change: WXDLLIMPEXP_TEMP...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-27  Vadim Zeitlinadded wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
2009-02-27  Julian SmartFixed wxRichTextCtrl base class
2009-02-27  Vadim Zeitlinmove functions using deprecated methods out of line...
2009-02-26  Jaakko SalliwxPropertyGrid::IsEditorFocused() is now public
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
next