]> git.saurik.com Git - wxWidgets.git/history - src
Include wx/checklst.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src /
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-05-29  Robin DunnwxWakeUpIdle seems unnecessary here
2006-05-29  Robin DunnProvide a wxDirSelectorPromptStr
2006-05-29  Paul Cornettrevert removal of gtk1 code from common file
2006-05-29  Vadim Zeitlincall gtk_toolbar_set_tooltips() from GtkSetStyle()...
2006-05-29  Vadim Zeitlinremoved spurious #endif
2006-05-29  Włodzimierz SkibaBuild fix.
2006-05-29  Włodzimierz SkibaKeep FindString in sync with wxControlWithItems base...
2006-05-29  Włodzimierz SkibaUnused variable removal.
2006-05-29  Vadim Zeitlinuse a filename, not URL, when quering its modification...
2006-05-29  Włodzimierz SkibaFail for assert(0,...).
2006-05-29  Włodzimierz SkibaNO_GCC_PRAGMA removed from hyperlink code. Clipboard...
2006-05-29  Włodzimierz SkibaWarning fix.
2006-05-29  Włodzimierz SkibaFail for assert(0,...).
2006-05-29  Włodzimierz SkibaTypo fix.
2006-05-29  Vadim Zeitlindon't include statbox.h from the header, move wxStaticB...
2006-05-29  Włodzimierz SkibaInclude wx/checkbox.h according to precompiled headers...
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 SkibaBuild fix.
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-29  Vadim Zeitlinoops, typo in last commit
2006-05-28  Vadim Zeitlinadded CollapsePath() (patch 1494638)
2006-05-28  Vadim Zeitlinimplemented notifications of the child process terminat...
2006-05-28  Vadim Zeitlindon't offset the position for toplevel windows in wxFin...
2006-05-28  Vadim Zeitlincorrect painting of the items with custom colours in...
2006-05-28  Vadim Zeitlindon't crash when destroying a not initialized socket...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlindon't strip &s from tooltips (patch 1488318)
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 Zeitlinuse GetPath() instead of GetFullPath() in the directory...
2006-05-28  Vadim Zeitlincheck for ERROR_NO_MORE_FILES error code from FindFirst...
2006-05-28  Vadim Zeitlinadded support for CMYK JPEGs loading (patch 1476078)
2006-05-28  Michael WetherellTake account of the numlock when mapping mgl virtual...
2006-05-28  Michael WetherellUse the posix S_ISREG instead of S_IFREG if it is defin...
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Michael WetherellCompile fixes: gcc seems to need pbt.h including, and...
2006-05-28  Vadim Zeitlinallow partial read/writes (patch 1476893)
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 Zeitlinfix crashes in the calctl sample under OS/2 (patch...
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-28  Vadim Zeitlinexplicitly call base class ctor to silent gcc warning...
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-28  Michael WetherellMissing header.
2006-05-27  Vadim Zeitlinmoved power functions for MSW from utils.cpp to (new...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-26  Włodzimierz SkibaCorrect dll usage for wxDatePickerCtrl under WinCE.
2006-05-26  Robin DunnFixes for the DLL build
2006-05-26  Włodzimierz SkibaInclude wx/wx/bmpbuttn.h according to precompiled heade...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-26  Włodzimierz SkibaFixed OpenWatcom (strange) scope related crash.
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-05-26  Vadim Zeitlinshow help for the page under mouse when the [?] button...
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  Włodzimierz SkibaInclude wx/cmndata.h according to precompiled headers...
2006-05-25  Stefan Csomorusing new method for implementing Maximize
2006-05-25  Paul Cornettunused declarations
2006-05-25  Włodzimierz Skibasrc/mac/carbon/pnghand.cpp removed
2006-05-25  Włodzimierz Skiba[ 1494429 ] Fix for wxOwnerDrawnComboBox::Clear() crash.
2006-05-25  Włodzimierz SkibaRemoved some references to unused files.
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-25  Paul Cornettdon't crash on zero length string in DoDrawRotatedText
2006-05-24  Michael WetherellUse wx_static_cast instead of static_cast.
2006-05-24  Paul Cornettderive univ toggle button from button
2006-05-24  Włodzimierz SkibaMissing app.h include.
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-05-24  Michael WetherellMap between int page ids and page pointers using hashes...
2006-05-24  Julian SmartDon't unselect if setting string that's not found
2006-05-24  Włodzimierz Skiba[ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-24  Paul Cornettcorrect access for virtuals, other minor corrections
2006-05-23  Julian SmartAvoid flags that may clash with alignment flags
2006-05-23  Włodzimierz Skiba[ 1493005 ] Fix wxComboCtrl popup positioning.
2006-05-23  Julian SmartApplied patch 1489656: support for wxToggleButton under...
2006-05-23  Włodzimierz SkibawxScrolBar event sending fix in wxUniv.
2006-05-23  Włodzimierz Skiba[ 1470717 ] wxUniv toolbar separator drawing fix.
2006-05-23  Włodzimierz SkibaImproved wxDCPen/BrushChangers.
2006-05-23  Julian SmartGuard against comparing invalid iterators, which produc...
2006-05-23  Julian SmartApplied patch [ 1489741 ] Bugfix for wxScrolledWindow...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-23  Julian SmartApplied patch [ 1487942 ] Fixed bug in generic file...
2006-05-23  Paul Cornettreplace deprecated gtk_type_new, plus minor cleanup
2006-05-23  Robin DunnDon't scroll the grid when starting a cell editor if...
2006-05-23  Robin DunnI've now seen 2 or 3 themes that need this extra space...
2006-05-22  Robin DunnChanges to ensure that the potential drag is totally...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-22  Paul Cornettunused win_gtk stuff
2006-05-22  Jouk Jansen updating OpenVMS compile support
2006-05-22  Włodzimierz SkibaIntroduced wxDCPenChanger and wxDCBrushChanger.
2006-05-22  Włodzimierz SkibaDrawing fix for generic wxTreeCtrl.
next