]> git.saurik.com Git - wxWidgets.git/history - src
ATSUStyle taken from font
[wxWidgets.git] / src /
2005-01-27  Stefan CsomorATSUStyle taken from font
2005-01-27  Kevin HockAdd support for wxSL_INVERSE flag. Also uses new invers...
2005-01-27  Stefan Csomorpragma , precomp support
2005-01-27  Stefan CsomorATSU Support in font extended
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-27  Włodzimierz SkibaWarning fix.
2005-01-27  Włodzimierz SkibaGet/SetValue() and other improvements to the native...
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-26  Kevin HockAdded wxUSE_MENUS_NATIVE wrapper around DoPopupMenu...
2005-01-26  Stefan NeisCleanup for previous bug fix.
2005-01-26  Stefan NeisFixed a compilation problem on AIX.
2005-01-26  Jouk Jansen Committing in .
2005-01-25  Włodzimierz SkibaWarning fixes.
2005-01-25  Vadim Zeitlinfixed memory leak with client data when using DeleteAll...
2005-01-25  Włodzimierz SkibaSave dialog for printing. Source cleaning.
2005-01-25  Włodzimierz SkibawxButton, wxCheckBox, wxSlider, wxToggleButton native...
2005-01-24  Włodzimierz SkibaSource cleaning.
2005-01-24  Kevin HockCreate non-GUI log target until GUI logging is availabl...
2005-01-24  Dimitri Schoolwerthfixed unreachable code warning (MSVC6)
2005-01-24  Dimitri Schoolwerthapplied patch #1044865 (fixes problem: "On Win2K, the...
2005-01-24  Włodzimierz SkibaMissing include.
2005-01-24  Włodzimierz SkibaNative PalmOS wxControl and wxButton implementation...
2005-01-24  Kevin OllivierFixing notebook 'flashing' bug where the WebView would...
2005-01-24  Kevin HockFor consistency between WMs and with MSW, TOOL_WINDOW...
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2005-01-23  Kevin HockWe need to update the scrollbar even if it's not shown...
2005-01-23  Robert Roebling Applied patch for keyboard control in composite
2005-01-23  Robert Roebling Fixed compilation for GTK 1.2
2005-01-23  Kevin OllivierGreatly improved wxWebKitCtrl positioning logic to...
2005-01-22  Robert Roebling Probably a bug in the MINGW32 header.
2005-01-22  Stefan NeisBlind fix for bug [ 1106890 ] (undeclared symbols on...
2005-01-22  Kevin Hockgtk_range_set_inverted only available on GTK2
2005-01-22  Mattia Barbon Warning fixes.
2005-01-22  Mattia Barbon Fix wxSortedArray::Index() when wxUSE_STL == 1, with...
2005-01-21  Włodzimierz SkibaHeaders cleaning.
2005-01-21  Vadim Zeitlinadded wxStaticBoxSizer ctor creating a new static box
2005-01-21  Kevin HockDo not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
2005-01-21  Robin DunnPatch #1106564, corrects possible 100% CPU load condition.
2005-01-21  Vadim Zeitlinremove margins in the bitmap button
2005-01-21  Vadim Zeitlinimplemented DrawComboBoxDropButton() for classic Win32
2005-01-21  Vadim Zeitlinadded DrawComboBoxDropButton()
2005-01-21  Vadim Zeitlincompilation fix when used together with native control
2005-01-21  Vadim Zeitlincheck for error in GetSelection(long *, long *); clean...
2005-01-21  Vadim Zeitlindefine wxHAS_NATIVE_DATEPICKCTRL in the header file...
2005-01-21  Vadim Zeitlinmoved code working around combobox selection bug to...
2005-01-21  Vadim Zeitlinrenamed generic version to wxDatePickerCtrlGeneric...
2005-01-21  Vadim Zeitlinput datectlg.cpp in ADVANCED_SRC so that it can be...
2005-01-21  Vadim Zeitlindon't include wx/popupwin.h in the header, use forward...
2005-01-21  Włodzimierz SkibaForgot to free string after usage.
2005-01-21  Włodzimierz SkibaStart more than minimal TLW support.
2005-01-21  Włodzimierz SkibaReenable wxPalmOS status bar after recent changes....
2005-01-21  Kevin HockAdd support for wxSL_INVERSE using gtk_range_set_inverted
2005-01-21  Kevin HockFixed name strings to match documentation (Expanded...
2005-01-21  Vadim Zeitlinswitched to using wxPopupWindow
2005-01-21  Vadim Zeitlindefine wxDateEvent static stuff here
2005-01-20  Włodzimierz SkibaWM_CONTEXTMENU available since WinCE.NET
2005-01-20  Włodzimierz SkibaMissing define.
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-20  Vadim Zeitlincompilation fix for CE: don't use GetModuleHandleA...
2005-01-20  Vadim Zeitlincall InitCommonControlsEx() when using comtl32.dll...
2005-01-20  Vadim Zeitlinreport more information about the control whose creatio...
2005-01-20  Włodzimierz SkibaPalmOS description.
2005-01-19  Robin DunnAdjust the bounding box of the labels to client coordinants
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Stefan NeisCompilation fixes for OS/2 (OS/2 still defines __UNIX__...
2005-01-19  Vadim Zeitlinuse wxDP_SPIN by default under Win32
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-19  Vadim Zeitlincompilation fixes; pruned API
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-19  Vadim Zeitlinadded generic version of wxDatePickerCtrl from Andres...
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-19  Włodzimierz SkibaCookie is not for dummy initialization due to condition...
2005-01-19  Włodzimierz SkibaFix for incomplete setup (wxPalmOS case).
2005-01-19  Vadim Zeitlinfixed crash in wxKill() introduced by 1.116 patch ...
2005-01-19  Vadim Zeitlinreenabled WM_MOUSELEAVE event handling (patch 1104551...
2005-01-19  Vadim Zeitlindon't return HTCLIENT for static bitmaps, this breaks...
2005-01-19  Vadim Zeitlin(harmless) VC++ warning fixes
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  Włodzimierz SkibaLess MSW related files in wxPalmOS port.
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Vadim Zeitlinfixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
2005-01-18  Vadim Zeitlinfixed crash if an error happened inside WaitConnection...
2005-01-18  Kevin HockFixed wxTextCtrl being undefined when not using precomp...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-18  Kevin HockGetString() method queries the control for the string...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-18  Vadim Zeitlinmore fixes to dllexport/import stuff for operator<...
2005-01-18  Vadim Zeitlinonly define globals when wxUSE_BASE to avoid duplicate...
2005-01-18  Vadim ZeitlinUnicode compilation fix (patch 1104406)
2005-01-18  Vadim ZeitlinUnicode compilation fix for debugging code which is...
2005-01-18  Włodzimierz SkibaPalmOS native colour dialog.
2005-01-18  Włodzimierz SkibawxWinCE fixes.
2005-01-18  David ElliottDon't depend on m_cocoaWxToBoundsTransform not being...
2005-01-18  David ElliottSending copy to an instance infers ownership by the...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
next