wxWidgets.git
2011-01-03  Vadim ZeitlinDon't name variables "id" in public headers.
2011-01-03  Stefan Csomorfixing warning and compile error against 10.4
2011-01-03  Stefan Csomoradding new files for xti merge
2011-01-03  Paul Cornettbuild fix for wxUSE_CONSOLE_EVENTLOOP==0
2011-01-03  Paul Cornettnon-pch build fix
2011-01-03  Vadim ZeitlinDecrease the margins around the page in the print preview.
2011-01-03  Vadim ZeitlinDon't hardcode wxPreviewControlBar size in print previe...
2011-01-03  Vadim ZeitlinImprove print preview appearance and functionality.
2011-01-03  Václav SlavíkDebug messages aren't meant to be translated.
2011-01-03  Vadim ZeitlinDon't use deprecated NSTableView selectRow:byExtendingS...
2011-01-03  Vadim ZeitlinAllow selecting any kind of file in the sound sample.
2011-01-03  Jouk Jansenupdate configuration for OpenVMS
2011-01-03  Vadim ZeitlinAdd wxCompositeWindow<> and use it in wxDatePickerCtrlG...
2011-01-03  Vadim ZeitlinNo real changes, just remove an unneeded header dependency.
2011-01-03  Dimitri SchoolwerthFixed compilation of datectlg.cpp.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2011-01-02  Vadim ZeitlinSimplify wxFileNameFromPath() implementation to avoid...
2011-01-02  Vadim ZeitlinFix memory leak if wxDC::DrawBitmap() fails in wxOS2.
2011-01-02  Vadim ZeitlinUse correct delete[] for a buffer allocated with new[].
2011-01-02  Vadim ZeitlinForward declare classes instead of including their...
2011-01-02  Paul Cornettfix preprocessor expression, closes #12822
2011-01-02  Jaakko SalliAllow any.cpp to compile without wxDateTime support...
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2011-01-01  Stefan Csomorpusing a dummy event, to make sure the stop: succeeds...
2011-01-01  Stefan Csomorbracketing msw enhanced metafile usage
2011-01-01  Stefan Csomorfixing iterator comparison
2010-12-31  Vadim ZeitlinPCH-less compilation fix in recently added wxTangoArtPr...
2010-12-31  Vadim ZeitlinAdd wxUSE_ARTPROVIDER_STD build option.
2010-12-31  Vadim ZeitlinAdd wxArtProvider using Tango icons.
2010-12-31  Vadim ZeitlinAdd go to first/last and plus/minus art provider icons.
2010-12-31  Vadim ZeitlinMake art provider id of type "char *" instead of "wxCha...
2010-12-31  Vadim ZeitlinAdd an option to embed image size in its name to PNG...
2010-12-31  Vadim ZeitlinShow wxART_BUTTON icons in art provider sample resource...
2010-12-31  Vadim ZeitlinAccept file names with dashes in PNG-to-C converter.
2010-12-31  Vadim ZeitlinUse open command to run the GUI unit test on Mac build...
2010-12-31  Jaakko SalliRevert unintended commit
2010-12-31  Jaakko SalliTry to better revert to the original string value in...
2010-12-31  Vadim ZeitlinDocument how to get the previous selection in wxEVT_GRI...
2010-12-30  Vadim ZeitlinMove wxMSW wxCommandLinkButton files to native-only...
2010-12-30  Vadim ZeitlinCompilation fixes for wxUniversal/MSW.
2010-12-30  Vadim ZeitlinMove wxGetLibraryVersionInfo() to core from base.
2010-12-30  Vadim ZeitlinDon't crash on malformed HTML in wxHTML font tag handler.
2010-12-29  Dimitri SchoolwerthTightened icon and cursor file detection heuristics.
2010-12-29  Vadim ZeitlinUpdate the generated makefile after wxOSX OpenGL changes.
2010-12-28  Dimitri SchoolwerthAdded saving support to TGA image handler.
2010-12-28  Dimitri SchoolwerthExpanded existing image saving test to also verify...
2010-12-28  Dimitri SchoolwerthAdded some simple unit tests for verifying pixel conten...
2010-12-28  Stefan Csomorremoving obsolete NO_PRAGMA
2010-12-28  Dimitri SchoolwerthUpdated manual regarding image alpha support for BMP...
2010-12-27  Robin DunnFix various missing or broken stuff needed for Project...
2010-12-27  Stefan Csomoradding backtab to exception list
2010-12-27  Jaakko SalliRemoved AdvImageFileProperty from the wxPropertyGrid...
2010-12-27  Jaakko SalliTest wxPropertyGrid::DoubleToString()
2010-12-27  Jaakko SalliNo longer use semi-static IDs for wxPropertyGrid embedd...
2010-12-27  Stefan Csomoradding backtab to exception list
2010-12-27  Stefan Csomormake sure we always have a return value
2010-12-26  Vadim ZeitlinIncrease wxStaticText height in wxMSW to align its...
2010-12-25  Vadim ZeitlinCompilation fix for wxMSW build without PCH.
2010-12-25  Vadim ZeitlinTest for wcsftime() in configure as it's not available...
2010-12-25  Vadim ZeitlinGive an error from configure if wchar_t is not available.
2010-12-25  Vadim ZeitlinMake the margin between wxSpinCtrlGeneric sub-windows...
2010-12-25  Vadim ZeitlinCorrect bug in the wxSpinCtrlGeneric sub-controls resizing.
2010-12-25  Vadim ZeitlinDocument wxItemContainer::SetStringSelection() as case...
2010-12-25  Vadim ZeitlinMinor improvements to wxComboBox documentation.
2010-12-23  Vadim ZeitlinRun tests with "-t" option on OS X too.
2010-12-23  Vadim ZeitlinCorrect Mac OX/iPhone check in libpng.
2010-12-23  Jaakko SalliAdded dummy GetTextWidget() implementation for wxMotif...
2010-12-22  Jaakko SalliAdded section 'Customizing Keyboard Handling' into...
2010-12-22  Jaakko SalliBring AddActionTrigger() doc string up to date with...
2010-12-22  Jaakko SalliAdded wxPG_ACTION_EDIT, which allows specifying custom...
2010-12-22  Vadim ZeitlinSwitch to GtkTooltip from deprecated GtkTooltips in...
2010-12-22  Vadim ZeitlinReally fix recently broken accelerators handling in...
2010-12-22  Vadim ZeitlinImplement proper wxCursor cloning in wxDFB.
2010-12-22  Vadim ZeitlinUse stock ids for menu items in the config sample.
2010-12-22  Vadim ZeitlinCompute print preview scale using real DPI values in...
2010-12-22  Vadim ZeitlinCorrect and extend wxConfig::Create() documentation.
2010-12-22  Vadim ZeitlinUse generic wxHyperlinkCtrl under Vista/7 without comtr...
2010-12-21  Robert RoeblingDon't let anything, such as pressing F2, start editing...
2010-12-21  Robert Roeblingmodel column and index of column in the dataview can...
2010-12-21  Julian SmartFixed bad rendering with tabs by correcting the positio...
2010-12-20  Robert RoeblingBetter wording in docs
2010-12-20  Robert RoeblingCorrection to: Support diabling items in GTK+, see...
2010-12-20  Jaakko SalliRemoved non-implemented function prototype OnMouseWheel...
2010-12-20  Jaakko SalliUse locale-specific decimal point in wxNumericPropertyV...
2010-12-20  Jaakko SalliAdded OwnerDrawnComboBoxTestCase (currently only has...
2010-12-20  Jaakko SalliAdded wxComboPopup::FindItem() to help in deciding...
2010-12-20  Jouk Jansencorrection to make wxGTK1 compile
2010-12-20  Jaakko SalliHave wxUniv wxComboBox inherit from wxItemContainer...
2010-12-20  Jaakko SalliAdded dummy-wxTextEntry implementation section for...
2010-12-20  Jouk Janseninclude compile support for tests on OpenVMS (part3)
2010-12-19  Robert RoeblingSupport diabling items in GTK+, see #12686: Allow disab...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-12-19  Vadim ZeitlinStore menus titles in menus themselves in wxOSX.
2010-12-19  Vadim ZeitlinNo real changes, just get rid of _wxMenuAt() in wxOSX...
2010-12-19  Vadim ZeitlinFix initial gradient point calculation in wxOSX.
2010-12-19  Vadim ZeitlinPreserve wxSlider value when changing its range in...
2010-12-17  Jaakko SalliMake wxOwnerDrawnComboBox sorting identical to the...
2010-12-17  Jaakko SalliAdd wxComboBox-compatible Popup() and Dismiss() functio...
2010-12-17  Jaakko SalliAdd enough default arguments to one wxOwnerDrawnComboBo...
2010-12-17  Jaakko SalliMostly change the wxOwnerDrawnComboBox text value using...
next