]> git.saurik.com Git - wxWidgets.git/history - src
Minor source cleaning.
[wxWidgets.git] / src /
2006-06-01  Włodzimierz SkibaMinor source cleaning.
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-31  Vadim Zeitlindon't assert if neither wxFD_OPEN nor wxFD_SAVE is...
2006-05-31  Vadim Zeitlinuse gtk_window_set_modal(TRUE/FALSE) instead of gtk_gra...
2006-05-31  Robin DunnForward port of changes for using themed drawing of...
2006-05-31  Włodzimierz SkibaInclude wx/statbox.h according to precompiled headers...
2006-05-31  Włodzimierz Skiba[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style...
2006-05-31  Paul Cornettthreads fix
2006-05-31  Włodzimierz SkibaVarious dummy.cpp centralized in common/dummy.cpp....
2006-05-31  Włodzimierz SkibaInclude wx/statbmp.h according to precompiled headers...
2006-05-31  Stefan Csomorchanging scrollbars (hiding/showing) triggers a size...
2006-05-30  Włodzimierz SkibaInclude wx/stattext.h according to precompiled headers...
2006-05-30  Vadim Zeitlinfixes for wxVsnprintf() in Unicode build (2nd part...
2006-05-30  Włodzimierz SkibaInclude wx/scrolbar.h according to precompiled headers...
2006-05-30  Włodzimierz Skiba[ 1494561 ] wxComboCtrl vertical size fix.
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-30  Włodzimierz SkibawxFD_* constants without 2.6 compatibility (heavily...
2006-05-29  Włodzimierz SkibaSmartphone build fix.
2006-05-29  Włodzimierz SkibawxWinCE power build fixes.
2006-05-29  Robin DunnAvoid an assert if no alignment style is specified
2006-05-29  Włodzimierz SkibaBuild fix.
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...
next