]> git.saurik.com Git - wxWidgets.git/history - src
Add support for generating classes for menus
[wxWidgets.git] / src /
2006-06-13  Robin DunnCtrl-letter --> ascii(1..26) for EVT_CHAR events now...
2006-06-13  Włodzimierz SkibawxWinCE build fix.
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaRemoved unused files.
2006-06-12  Vadim Zeitlinwe don't need to manually propagate wxHelpEvents upward...
2006-06-12  Vadim Zeitlinfix wxFindWindowAtPoint for radiobox buttons, it didn...
2006-06-12  Vadim Zeitlinredirect to the page only the help events coming from...
2006-06-11  Vadim Zeitlinupdate the real window flags when extended flags change...
2006-06-11  Vadim Zeitlinadded possibility to specify modules dependencies
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-11  Vadim Zeitlinmade it possible to associate context help to a region...
2006-06-11  Vadim Zeitlindon't send wxHelpEvent generated for WM_HELP to all...
2006-06-11  Kevin HockFix socket crash in wxURL by safely Destroying the...
2006-06-11  Stefan Csomorfunctions may return a CFStringRef that is null, so...
2006-06-10  Stefan Csomornumpad keys didn't trigger an update (reason for bug...
2006-06-09  Robin DunnPrevent assert and crash if an attempt is made to make...
2006-06-09  Vadim Zeitlingcc printf format warning fixed
2006-06-09  Włodzimierz SkibaInclude wx/validate.h and wx/valtext.h according to...
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  Stefan Csomormissing else
2006-06-08  Robin DunnApplied Patch #1502801: Missing Clone() functions from...
2006-06-08  Robin DunnAdd 1 to the width returned by DoGetBestSize in order...
2006-06-08  Włodzimierz SkibaUse bottom flat notebook on PocketPC by default.
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  Robert Roebling Compilo
2006-06-08  Robert Roebling Correct compilation for GTK < 2.4.
2006-06-08  Julian SmartMissing dereference caused wrong wxString ctor to be...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-08  Paul Cornettuse "event-after" signal to send thumb release event
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[ 1502010 ] Cast to wrong type.
2006-06-07  Włodzimierz Skiba[ 1502016 ] wxImage::ConvertToGreyscale should retain...
2006-06-07  Włodzimierz SkibaMinor source cleaning.
2006-06-07  Włodzimierz SkibawxBLACK usage.
2006-06-07  Julian SmartAlternative implementation for process termination...
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  Włodzimierz SkibaInclude wx/gauge.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaAUI under wxMGL build fixes.
2006-06-06  Włodzimierz SkibaAUI under wxOS2 build fixes.
2006-06-06  Robin DunnCompilation fix for Mac
2006-06-06  Włodzimierz SkibaInclude wx/slider.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaSource cleaning, wxW headers, whitespaces and improved...
2006-06-06  Julian SmartFix for wxX11
2006-06-06  Julian SmartFixes for Mac
2006-06-06  Julian SmartCompile corrections
2006-06-06  Julian SmartInitial commit of wxAUI
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 SmartSuppress assertion when the array is sorted
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  Stefan NeisRemoved some focus handling that was to general and...
2006-06-05  Michael WetherellFix alignment issue.
2006-06-05  Stefan NeisFixed brush realization as suggested by Franz Bakan.
2006-06-05  Stefan NeisImproved error handling.
2006-06-05  Mart RaudseppDo not set the wmclass for toplevels. This MUST be...
2006-06-05  Michael WetherellBuild fix for motif.
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 Cornettavoid gtk assert on negative window size
2006-06-04  Vadim Zeitlinuse wxImage to load icons in non-native formats
2006-06-04  Vadim Zeitlinsilence gcc warnings about values not handled in switch
2006-06-04  Vadim Zeitlinprintf format spec warning fix
2006-06-04  Vadim Zeitlinon some systems PBT_APMRESUMESUSPEND is not sent on...
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-03  Paul Cornettdon't generate a scroll event when setting scroll posit...
2006-06-02  Stefan CsomorFixes and XCode 2.3 update
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-06-02  Michael WetherellRevert previous commit.
2006-06-02  Michael WetherellLazy creation of the picker dialogs (Francesco).
2006-06-02  Jouk Jansen Updated OpenVMS compile support
2006-06-01  Włodzimierz Skibauxtheme.h provides symbols regardless wxUSE_UXTHEME...
2006-06-01  Włodzimierz SkibaInclude wx/radiobox.h according to precompiled headers...
2006-06-01  Włodzimierz SkibaBuild fix after PCH changes.
2006-06-01  Michael WetherellCompile fixes for GTK 2.4
2006-06-01  Włodzimierz SkibaWarning fix.
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-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...
next