Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common /
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-09  Vadim Zeitlinadded the cast to wxFontMapperBase erroneously removed...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/mdi.h according to precompiled headers of...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-06-07  Vadim Zeitlin1. renamed wxFontMapper::IsWxFontMapper() to IsDummy...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-06-07  Włodzimierz Skiba[ 1502016 ] wxImage::ConvertToGreyscale should retain...
2006-06-07  Włodzimierz SkibaInclude wx/scrolwin.h and wx/dirdlg.h according to...
2006-06-07  Robin DunnAdded an implementation for wxPickerBase::SetInternalMargin
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-06-06  Julian SmartEach book control should say what its default orientati...
2006-06-06  Julian SmartIf a base font mapper object was created prematurely...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-05  Michael WetherellFix alignment issue.
2006-06-05  Vadim Zeitlinfixed memory leak introduced by dynamic wxMimeTypesMana...
2006-06-05  Włodzimierz SkibaInclude wx/radiobut.h according to precompiled headers...
2006-06-04  Paul Cornettbuild fix
2006-06-03  Vadim ZeitlinwxArrayString::Sort() wasn't MT-safe even though it...
2006-06-03  Paul Cornettcorrect access for virtuals, unneeded includes
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-06-02  Jouk Jansen Updated OpenVMS compile support
2006-06-01  Michael WetherellBuild fix for systems linux where va_list is an array...
2006-06-01  Włodzimierz SkibaMinor source cleaning.
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
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  Włodzimierz SkibaInclude wx/statbox.h according to precompiled headers...
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-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 wx/choice.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-05-29  Robin DunnProvide a wxDirSelectorPromptStr
2006-05-29  Paul Cornettrevert removal of gtk1 code from common file
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 SkibaWarning fix.
2006-05-29  Włodzimierz SkibaFail for assert(0,...).
2006-05-29  Vadim Zeitlindon't include statbox.h from the header, move wxStaticB...
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 Zeitlindon't offset the position for toplevel windows in wxFin...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Włodzimierz SkibaBuild fix.
2006-05-28  Vadim Zeitlinuse GetPath() instead of GetFullPath() in the directory...
2006-05-28  Vadim Zeitlinadded support for CMYK JPEGs loading (patch 1476078)
2006-05-28  Michael WetherellUse the posix S_ISREG instead of S_IFREG if it is defin...
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Vadim Zeitlinallow partial read/writes (patch 1476893)
2006-05-28  Vadim Zeitlindelete the associated wxStaticBox in wxStaticBoxSizer...
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 ZeitlinwxFontEnumerator::GetFacenames/Encodings() now return...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-26  Robin DunnFixes for the DLL build
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
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-25  Paul Cornettunused declarations
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
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-23  Włodzimierz Skiba[ 1493005 ] Fix wxComboCtrl popup positioning.
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-22  Jouk Jansen updating OpenVMS compile support
2006-05-22  Włodzimierz SkibaInclude wx/cursor.h according to precompiled headers...
2006-05-22  Włodzimierz SkibawxID_ANY usage.
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-21  Włodzimierz Skiba[ 1492391 ] Fix wxComboCtrl button rendering problem.
2006-05-20  Włodzimierz SkibaInclude wx/palette.h according to precompiled headers...
2006-05-20  Paul Cornettremove unneeded include of mac/private.h
2006-05-19  Włodzimierz SkibaInclude wx/brush.h according to precompiled headers...
2006-05-19  Włodzimierz SkibaInclude wx/pen.h according to precompiled headers of...
2006-05-18  Julian SmartFixed tree book controller sizing by invalidating size...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-18  Paul Cornettavoid wxColour::Set(long) confusion
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-16  Vadim Zeitlinallow adjusting the combo button size (patch 1489452)
2006-05-16  Vadim Zeitlinuse wxTE_PROCESS_ENTER for the text control part
2006-05-14  Kevin HockContinue reading after checking the pushback buffer...
2006-05-12  Vadim Zeitlindon't delete the exiting tooltip if SetToolTip() is...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-08  Włodzimierz SkibaInclude wx/dcprint.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-06  Vadim Zeitlincache best size in DoGetBestSize()
next