]> git.saurik.com Git - wxWidgets.git/history - include
Fail for assert(0,...).
[wxWidgets.git] / include /
2006-05-29  Vadim Zeitlindon't include statbox.h from the header, move wxStaticB...
2006-05-29  Włodzimierz SkibaUse same path in header as user should use in his ...
2006-05-29  Włodzimierz SkibaSource cleaning for new features.
2006-05-29  Włodzimierz SkibaSource cleaning for new features.
2006-05-29  Paul Cornettbuild fix
2006-05-29  Paul Cornettrevert forward declaration of hashmap, it doesn't work...
2006-05-29  Włodzimierz SkibaUse complete class for delete of the class.
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-28  Vadim Zeitlinadded CollapsePath() (patch 1494638)
2006-05-28  Vadim Zeitlinimplemented notifications of the child process terminat...
2006-05-28  Vadim Zeitlinreadded back wxDD_NEW_DIR_BUTTON removed by last commit
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Włodzimierz SkibaBuild fix.
2006-05-28  Vadim Zeitlinallow specifying the style for wxHtmlHelpController...
2006-05-28  Vadim Zeitlinfix the bug which prevented the same wxFile/DirDialog...
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Michael WetherellExport the event types.
2006-05-28  Vadim Zeitlindelete the associated wxStaticBox in wxStaticBoxSizer...
2006-05-28  Vadim Zeitlinadded wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-28  Vadim Zeitlinadded SetDoubleBuffered() (patch 1491093)
2006-05-28  Vadim Zeitlinwizards not using sizers for the page layout now work...
2006-05-28  Vadim ZeitlinwxFontEnumerator::GetFacenames/Encodings() now return...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-26  Paul Cornettfix incomplete change in previous commit
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-26  Włodzimierz SkibawxToggleButton for wxUniv already implemented.
2006-05-26  Vadim Zeitlinshow help for the page under mouse when the [?] button...
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2006-05-26  Vadim Zeitlinadded help event origin field: indicates if the help...
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2006-05-25  Paul Cornettunused declarations
2006-05-25  Włodzimierz Skiba__WXHANDHELD__ introduction.
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.
next