Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / include /
2006-05-24  Paul Cornettderive univ toggle button from button
2006-05-24  Włodzimierz Skiba[ 1493780 ] wxOwnerDrawnComboBox warnings fixes.
2006-05-24  Włodzimierz Skiba[ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl...
2006-05-24  Paul Cornettcorrect access for virtuals, other minor corrections
2006-05-23  Julian SmartApplied patch 1489656: support for wxToggleButton under...
2006-05-23  Włodzimierz SkibaImproved wxDCPen/BrushChangers.
2006-05-23  Julian SmartApplied patch [ 1489638 ] Trivial bugfix - missing...
2006-05-23  Robin DunnI've now seen 2 or 3 themes that need this extra space...
2006-05-22  Paul Cornettunused win_gtk stuff
2006-05-22  Włodzimierz SkibaIntroduced wxDCPenChanger and wxDCBrushChanger.
2006-05-20  Włodzimierz Skiba[ 1492040 ] Prevent wxComboCtrl::GetPopupControl from...
2006-05-20  Włodzimierz SkibaNon-PCH build fix.
2006-05-20  Paul Cornettparenthesize macro replacement containing operator
2006-05-20  Paul Cornettremove unneeded includes from mac/carbon/private.h
2006-05-20  Paul Cornettcorrect wxString forward declaration
2006-05-20  Paul Cornettremove unneeded declarations missed in previous commit
2006-05-19  Włodzimierz SkibawxUniv setup up to date (sync. before joining family...
2006-05-19  Paul Cornettgtk slider code simplification and better event determi...
2006-05-19  Paul Cornettusing defined in a macro has undefined behavior
2006-05-19  Paul Cornettbuild fix
2006-05-19  Paul Cornettnon-pch universal build fix: combo.h should not include...
2006-05-18  Paul Cornettgtk spinctrl code simplification
2006-05-18  Julian SmartFixed tree book controller sizing by invalidating size...
2006-05-18  Włodzimierz SkibaMissing #includes to allow wx/mac/carbon/tooltip.h...
2006-05-18  Paul Cornettspinbutton code simplification
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-18  Vadim Zeitlinadded virtual dtor to wxMacListControl to silence gcc...
2006-05-18  Vadim Zeitlinfixed typo in last commit
2006-05-18  Vadim Zeitlinsuppress gcc printf format warning
2006-05-18  Vadim Zeitlinadded virtual dtor to wxMacListControl to silence gcc...
2006-05-17  Julian SmartFixes for compile breakage with no PCH
2006-05-17  Vadim Zeitlinreset fd after closing it
2006-05-17  Włodzimierz SkibaMissing 'int' interface for wxPlatform.
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-17  Vadim Zeitlinmake sure that IsModified() returns false when it's...
2006-05-16  Vadim Zeitlinremoved GTK-specific SetModified() as we already have...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-15  Mart RaudseppFix compilation
2006-05-12  Vadim Zeitlinfix OpenWatcom warning (patch from Jaakko Salli)
2006-05-12  Vadim Zeitlincorrect dll declaration (the classes in the header...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-10  Paul Cornettcorrect access for virtuals
2006-05-10  Vadim Zeitlintest that wxUSE_DATAVIEWCTRL is defined
2006-05-10  Vadim Zeitlintest that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTR...
2006-05-09  Paul Cornettunused member variables
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-09  Vadim Zeitlinmbstate-t related fix for CW8.3 compilation
2006-05-09  Vadim Zeitlinremoved spurious trailing commas in enums
2006-05-09  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-08  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-08  Vadim Zeitlinadded conversion ctor to create const_iterator from...
2006-05-08  Vadim Zeitlinfixed operator[] in wxUSE_STL build
2006-05-08  Włodzimierz SkibaBuild fix.
2006-05-08  Włodzimierz SkibaBuild fix.
2006-05-08  Włodzimierz SkibaBuild fix.
2006-05-08  Vadim Zeitlinadded operator[] for STL builds
2006-05-07  Paul Cornettcorrect access for virtuals
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-05-06  Vadim Zeitlinsimplify the client data/non standard images handling...
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-05-06  Vadim Zeitlinadded wxTextAttr::Merge (modified patch 1482719)
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-05-05  Włodzimierz SkibaHelper for clipping to range.
2006-05-05  Paul Cornettcorrect access for virtuals
2006-05-05  Włodzimierz SkibaTinderbox build fix for wxUnivGTK build.
2006-05-04  Vadim Zeitlinimplemented SetItemToolTip()
2006-05-04  Vadim Zeitlinadded static Apply(GtkWidget, tip) method
2006-05-04  Vadim Zeitlinrenamed m_boxes to m_buttons because, well, it contains...
2006-05-04  Vadim Zeitlinadded support for radiobox items tooltips in XRC
2006-05-04  Vadim Zeitlinadded Get/SetItemToolTip() (and implemented them for...
2006-05-04  Vadim Zeitlinrelay mouse move events to the tooltips even when the...
2006-05-04  Vadim Zeitlinmade RelayEvent() static
2006-05-04  Vadim Zeitlinadded Remove(HWND); removed unused wParam parameter...
2006-05-04  Vadim Zeitlinimplemented declared but never defined resize() method
2006-05-04  Jouk Jansen Committing in .
2006-05-03  Vadim Zeitlininclude volume in path returned by GetPathWithSep()
2006-05-02  Paul Cornettcorrect access specifier for virtuals
2006-05-02  Paul Cornettremove definitions which are already in wx/app.h
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-30  Włodzimierz SkibaBe nice to eVC++ build process and don't include not...
2006-04-30  Włodzimierz SkibaWarning fixes.
2006-04-30  Robert Roebling Applied patch to add n bitmaps at once to an image
2006-04-30  Robert Roebling Blindly added wxImageList::replace( int, bitmap,...
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-29  Mart RaudseppAdd virtual keyword where applicable.
2006-04-28  Włodzimierz SkibaFinal touch for wxColour <-> wxString and wxColourBase...
2006-04-28  Włodzimierz SkibaBe nice to eVC++ build process and don't include not...
2006-04-27  Włodzimierz SkibawxTLW::IsAlwaysMaximized() introduction.
2006-04-27  Włodzimierz SkibaBe nice to eVC++ build process and don't include not...
2006-04-27  Stefan Csomorrenamed RGBColor setter to avoid former overload being...
2006-04-26  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-26  Vadim Zeitlinremove the vertical scrollbar completely if the control...
2006-04-25  Włodzimierz SkibaBuild fix.
2006-04-25  Włodzimierz SkibaBuild fix.
2006-04-25  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-24  Włodzimierz SkibaBuild fix after wxColourBase introduction.
2006-04-24  Włodzimierz SkibaBuild fix after wxColourBase introduction.
next