wxWidgets.git
2006-05-18  Włodzimierz... wxUniv port mentioned instead of native, wxButton ports...
2006-05-18  Stefan Csomorswitching to ATS font names instead of ATSUI ones ...
2006-05-18  Robin DunnUndo part of lst change
2006-05-18  Stefan Csomoradding an assert for invalid fonts
2006-05-18  Julian SmartSelection should be set to -1 if all pages are deleted...
2006-05-18  Julian SmartDon't use wxSIMPLE_BORDER on Windows since it gives...
2006-05-18  Julian SmartAdded Set/GetQuickBestSize
2006-05-18  Julian SmartFixed tree book controller sizing by invalidating size...
2006-05-18  Stefan Csomorusing ATSUI also in textctrl
2006-05-18  Włodzimierz... Include wx/menu.h according to precompiled headers...
2006-05-18  Włodzimierz... Missing #includes to allow wx/mac/carbon/tooltip.h...
2006-05-18  Paul Cornettavoid wxColour::Set(long) confusion
2006-05-18  Paul Cornettspinbutton code simplification
2006-05-18  Paul Cornettavoid GTK "assertion `min < max' failed"
2006-05-18  Robin DunnReverted mistaken check-in
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-18  Vadim Zeitlinbuttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg...
2006-05-18  Vadim Zeitlinadded virtual dtor to wxMacListControl to silence gcc...
2006-05-18  Vadim Zeitlinfixed typo in last commit
2006-05-18  Vadim Zeitlinsuppress gcc printf format warning
2006-05-18  Vadim Zeitlinadded virtual dtor to wxMacListControl to silence gcc...
2006-05-17  Robin DunnForgot about dropping the 'wx' for some Python objects
2006-05-17  Włodzimierz... Opening first subpage initially.
2006-05-17  Włodzimierz... Rearranged widgets sample to show more and categorized...
2006-05-17  Julian SmartDocumentation states scrollbars (plural) are switched...
2006-05-17  Włodzimierz... #include order with correct PCH support.
2006-05-17  Julian SmartFixes for compile breakage with no PCH
2006-05-17  Vadim Zeitlinreset fd after closing it
2006-05-17  Włodzimierz... Include wx/button.h according to precompiled headers...
2006-05-17  Julian SmartCombobox may not be fully created at this point
2006-05-17  Václav Slavíkcommented OpenContainer usage
2006-05-17  Włodzimierz... Missing 'int' interface for wxPlatform.
2006-05-17  Robin DunnI haven't taught SWIG about wxChar, so pretend it's...
2006-05-17  Robin DunnClipboard events
2006-05-17  Robin DunnUse Bind for OnCloseWindow
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-17  Robin DunnUse %rename("%(wxpy)s")
2006-05-17  Robin DunnSet BUILD_RENAMERS default to zero.
2006-05-17  Robin DunnAdded SWIG patch that enables the wx-dropping renames...
2006-05-17  Robin DunnPorted XRCed to the wx namespace, and also enabled...
2006-05-17  Robin DunnAllow art provider IDs for the extra bitmaps in a wxBit...
2006-05-17  Vadim Zeitlinmake sure that IsModified() returns false when it's...
2006-05-16  Vadim Zeitlinremoved GTK-specific SetModified() as we already have...
2006-05-16  Vadim Zeitlinreset the dirty flag before generating the event from...
2006-05-16  Vadim Zeitlintest IsModified() inside OnText()
2006-05-16  Vadim Zeitlinimplemented clipboard events support for wxGTK
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  Stefan Csomorm_dialogStyle removed
2006-05-16  Vadim Zeitlinuse wxTE_PROCESS_ENTER for the text control part
2006-05-16  Vadim Zeitlinadded documentation of common attributes
2006-05-16  Mart RaudseppFix doc bug #1455621 - wxURI documentation has wrong...
2006-05-16  Jouk Jansen Update OpenVMS build configuration
2006-05-15  Mart RaudseppNo cast necessary for g_object_set first arg (it takes...
2006-05-15  Robin DunnwxMSW doesn't have the default ctor or Create method...
2006-05-15  Robin DunnAdded SetSashPosition
2006-05-15  Mart RaudseppRename *_filedialog_* to *_dirdialog_* to ensure there...
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-15  Mart RaudseppFix compilation
2006-05-14  Włodzimierz... wxTabCtrl off build fix.
2006-05-14  Włodzimierz... Fix for linking error after combo changes: dummy gettin...
2006-05-14  Włodzimierz... Bakefile specification fixes.
2006-05-14  Włodzimierz... Source cleaning.
2006-05-14  Kevin HockContinue reading after checking the pushback buffer...
2006-05-13  Vadim Zeitlincheck the item id validity in SetItem()
2006-05-12  Vadim Zeitlinadded Galician translation
2006-05-12  Vadim ZeitlinwxUniv compilation fixes after wxComboControl patch
2006-05-12  Vadim Zeitlindon't delete the exiting tooltip if SetToolTip() is...
2006-05-12  Vadim Zeitlinfix OpenWatcom warning (patch from Jaakko Salli)
2006-05-12  Vadim Zeitlincorrect dll declaration (the classes in the header...
2006-05-12  Paul Cornettremove gtk1 stuff and unused macros
2006-05-12  Paul Cornettunused variables
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-11  Mart Raudsepp[wxGTK2] Make the affirmative button the default in...
2006-05-11  Mart Raudsepp[wxGTK2.4] Make affirmative button the default in wxFil...
2006-05-11  Mart RaudseppAdd some helpref's in the wxPython topic overview....
2006-05-10  Robin DunnMake the app object be global in case it is run multipl...
2006-05-10  Robin DunnreSWIGged
2006-05-10  Robin DunnWe no longer use the xml files, (and havn't for some...
2006-05-10  Paul Cornettcorrect access for virtuals
2006-05-10  Paul Cornettallow size event for windows without scrollbars
2006-05-10  Vadim Zeitlintest that wxUSE_DATAVIEWCTRL is defined
2006-05-10  Vadim Zeitlintest that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTR...
2006-05-10  Vadim Zeitlinfixed bugs in icons handling introduced in 1.227
2006-05-09  Paul Cornettsimplify mouse wheel signal handler
2006-05-09  Paul Cornettunused member variables
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-09  Vadim Zeitlinmbstate-t related fix for CW8.3 compilation
2006-05-09  Włodzimierz... Include wx/dcscreen.h according to precompiled headers...
2006-05-09  Chris Elliottchange of hardware - modify daily build script
2006-05-09  Chris Elliottadd files omitted from script for daily builds at York
2006-05-09  Vadim Zeitlinremoved spurious trailing commas in enums
2006-05-09  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-08  Vadim ZeitlinwxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added
2006-05-08  Vadim Zeitlinjust regenerated with autoconf
2006-05-08  Vadim Zeitlinbakefile-generated makefiles for the sample
2006-05-08  Vadim Zeitlinmention wxComboControl
2006-05-08  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-08  Vadim Zeitlinadded conversion ctor to create const_iterator from...
next