wxWidgets.git
2013-02-28  Václav SlavíkAdd wxPreferencesEditor class.
2013-02-28  Václav SlavíkAdd support for Cocoa's selectable toolbar items.
2013-02-28  Václav SlavíkAdd wxBitmap(NSImage*) ctor to wxOSX.
2013-02-28  Václav SlavíkLine endings fixes in bakefile-generated files.
2013-02-28  Václav SlavíkDon't include Common-Controls manifest in wxBase apps.
2013-02-27  Stefan NeisNo real changes, just spelling fixes to comments. Close...
2013-02-27  Steve LamertonMinor change. Fix LoadURL case typo in wxWebView docs.
2013-02-24  Vadim ZeitlinFix, or at least make less common, deadlock in the...
2013-02-24  Vadim ZeitlinPreserve client data pointers when setting bitmaps...
2013-02-24  Vadim ZeitlinFix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn...
2013-02-24  Vadim ZeitlinMake wxGenericDataViewCtrl::SetFont() really work.
2013-02-24  Vadim ZeitlinFix compilation in !wxUSE_MENUS case.
2013-02-24  Vadim ZeitlinFix off by 1 error in wxGenericListCtrl::HitTest().
2013-02-24  Vadim ZeitlinMove menu messages handling from wxFrame to wxTLW in...
2013-02-22  Robin DunnFix MSVCBuilder so it can pass an alternate make comman...
2013-02-22  Robin DunnEnable using jom in place of nmake in the wxMSW build
2013-02-22  Robin DunnAdd version check for MSVC 10
2013-02-21  Vadim ZeitlinFix crash when drawing bitmaps with mask in wxGTK with...
2013-02-21  Vadim ZeitlinNo real changes, just suppress a harmless warning.
2013-02-19  Vadim ZeitlinFix background corruption in scrolled wxHtmlWindow.
2013-02-17  Stefan Csomorapplying patch, closes #13045
2013-02-17  Stefan Csomorswitching notebook implementation to common
2013-02-15  Vadim ZeitlinRemove wxRTTI macro for wxComboBox from Motif port.
2013-02-15  Vadim ZeitlinDon't use ternary operator ?: with wxString and literal...
2013-02-15  Vadim ZeitlinsAlways iInclude wx/encinfo.h from src/unix/fontutil...
2013-02-15  Vadim ZeitlinDon't connect to the same signal multiple times in...
2013-02-14  Stefan Csomorcloses #13841
2013-02-13  Stefan Csomoradding CoreText
2013-02-13  Stefan Csomorupdating dates, fixing product name
2013-02-13  Stefan Csomorusing default compiler
2013-02-12  Stefan Csomormaking sure cfbundle identifier has correct characters
2013-02-12  Stefan Csomoradded new files
2013-02-12  Stefan Csomoradded new files
2013-02-12  Stefan Csomoradded new files
2013-02-12  Stefan Csomoradding lexlib header include, turning off utf8 default
2013-02-12  Stefan Csomormissed the ppc switch
2013-02-12  Stefan Csomorincreasing deployment to 10.5 min
2013-02-12  Robin DunnFix missing or incorrect wxGrid interface items for...
2013-02-10  Vadim ZeitlinAccount for scrolling when setting the background brush...
2013-02-10  Vadim ZeitlinNo changes, just factor out PrepareDC() call in the...
2013-02-10  Vadim ZeitlinErase the entire virtual area of the window in the...
2013-02-10  Vadim ZeitlinCompilation fix for !wxHAS_MSW_BACKGROUND_ERASE_HOOK...
2013-02-10  Vadim ZeitlinCreate wxCURSOR_RIGHT_ARROW on the fly from normal...
2013-02-10  Vadim ZeitlinCreate new tab at the correct location in wxAuiNotebook.
2013-02-10  Vadim ZeitlinAdd wxIcon::CreateFromHICON() to wxMSW.
2013-02-09  Vadim ZeitlinDon't call ::GetLayout() in wxMSW code directly.
2013-02-09  Vadim ZeitlinFix infinite loop in wxGrid::PosToEdgeOfLine().
2013-02-09  Vadim ZeitlinFix pulsing of bitmaps in focused buttons under Windows 7.
2013-02-09  Vadim ZeitlinRefresh wxMSW wxStaticBitmap when its size changes.
2013-02-09  Vadim ZeitlinFix drawing of bitmaps with masks in mirrored wxDC.
2013-02-09  Vadim ZeitlinDon't include the manifest in wx/msw/wx.rc by default...
2013-02-06  Vadim ZeitlinDon't recurse into top level children when validating...
2013-02-06  Vadim ZeitlinRefactor children traversal in wxWindow::TransferData...
2013-02-06  Vadim ZeitlinAllow creating wxCursor from ANI files under MSW.
2013-02-06  Vadim ZeitlinDon't show log menu tiems in the tree control sample...
2013-02-06  Vadim ZeitlinFix harmless warning about NULL in wxStyledTextCtrl...
2013-02-06  Vadim ZeitlinFix harmless g++ warning about operator precedence.
2013-02-06  Vadim ZeitlinCheck for _MSC_VER definedness in libtiff code.
2013-02-05  Vadim ZeitlinFix printf format specifier in graphics benchmark.
2013-02-05  Vadim ZeitlinAdded possibility to use OpenGL for bitmap drawing...
2013-02-05  Vadim ZeitlinUse a non-uniform bitmap for image tests in the graphic...
2013-02-05  Vadim ZeitlinNo changes, just rename command line option in graphics...
2013-02-05  Vadim ZeitlinAdd benchmarks for wxImage and raw bitmap access to...
2013-02-05  Vadim ZeitlinAllow selecting the kinds of DC to test in the graphics...
2013-02-05  Vadim ZeitlinNo real changes, just flush output in the graphics...
2013-02-05  Vadim ZeitlinRun wxClientDC and wxMemoryDC tests too in the graphics...
2013-02-05  Vadim ZeitlinAllow running only some graphics benchmarks to save...
2013-02-05  Vadim ZeitlinIgnore empty LC_XXX variables in locale detection code.
2013-02-05  Vadim ZeitlinFix spelling in utils/screenshotgen sources.
2013-02-05  Vadim ZeitlinNo changes, just remove unused part of expression.
2013-02-05  Vadim ZeitlinAdd simple tests for Scintilla annotations to the stc...
2013-02-05  Vadim ZeitlinUse a single EVT_MENU_RANGE in stc sample instead of...
2013-02-05  Vadim ZeitlinOnly impose minimal height for buttons with non-empty...
2013-02-05  Vadim ZeitlinReally fix resizing of wxGird column/rows after a hidde...
2013-02-05  Vadim ZeitlinFix wxGridColumnOperations::GetLineBefore() for the...
2013-02-04  Vadim ZeitlinAvoid harmless warning about comparing unsigned with 0.
2013-02-04  Julian SmartInvalid conversion compile error fix (GTK+ 2.12.9)
2013-02-04  Julian SmartAdded support for sub-object virtual attributes (tempor...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-27  Stefan NeisNo changes, just remove unneeded variable initializatio...
2013-01-27  Stefan NeisNo real changes, just spelling fixes. Closes #14998.
2013-01-27  Stefan NeisJust some spelling fixes, no real changes. Closes ...
2013-01-27  Julian SmartPrevent assertions because of zero image size
2013-01-24  Julian SmartUpdated the Latvian translation (Janis Eisaks)
2013-01-23  Vadim ZeitlinInitialize all wxHTTPStream members in ctor.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2013-01-23  Jouk Jansenlet wxCheckListBox get the properties of wxCheckListBox...
2013-01-22  Jouk JansenUpdate openVMS compile support
2013-01-21  Vadim ZeitlinFix background drawing in EVT_ERASE_BACKGROUND handler...
2013-01-21  Vadim ZeitlinDon't include wxUniversal configurations in MSVC projec...
2013-01-21  Vadim ZeitlinFix a crash in wxExecute() in wxMSW too.
2013-01-21  Vadim ZeitlinFix crash in wxExecute() introduced by r73406.
2013-01-21  Vadim ZeitlinNo changes, just remove unused variable in wxCarbon...
2013-01-21  Vadim ZeitlinAdd wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style.
2013-01-21  Vadim ZeitlinAdd wxCheckListBox::GetCheckedItems() helper.
2013-01-21  Vadim ZeitlinDerive wxCheckListBox from wxCheckListBoxBase in wxGTK.
2013-01-21  Jouk JansenOpenVMS configuration update
2013-01-21  Jouk JansenOpenVMS compile support for wxSPLASH and sample
2013-01-21  Stefan Csomorupdated for 10.5 minimum
2013-01-20  Vadim ZeitlinA fix for VC6 compilation: define missing priority...
next