]> git.saurik.com Git - wxWidgets.git/history - src
added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / src /
2007-08-22  Václav Slavíkcompilation fix for UTF8+STL
2007-08-22  Julian SmartApplied [ 1767537 ] [wxOS2]Watcom build - filefn
2007-08-22  Václav Slavíkmade UTF-8 tables const
2007-08-22  Václav Slavíkoptimize wxStringOperationsUtf8::DecodeChar() for the...
2007-08-22  Václav Slavíkdon't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
2007-08-22  Václav Slavíkrewrote wxHtmlEntitiesParser::Parse() using iterators...
2007-08-22  Václav Slavíkslight optimization for wxHtmlEntitiesParser::GetEntity...
2007-08-22  Václav Slavíkfixed wxHtmlParser::SkipCommentTag() to run the initial...
2007-08-21  Julian SmartAvoid selecting/updating in destructor
2007-08-21  Julian SmartTest to avoid crashes in some circumstances
2007-08-21  Vadim ZeitlinFix bug with assigning a part of the string to the...
2007-08-21  Vadim Zeitlindon't limit the multiple choice dialog size to 300x200...
2007-08-21  Václav Slavíkuse wxVector<T> instead of homegrown growing array...
2007-08-21  Julian Smart_get_timezone not available on Pocket PC 2003
2007-08-21  Julian SmartApplied patch [ 1776951 ] wxSizer::GetContainingWindow...
2007-08-21  Julian SmartRevised timezone fix
2007-08-21  Julian SmartAPplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS...
2007-08-21  Robert Roeblinguse live header button update when resizing, no XOR...
2007-08-21  Julian SmartApplied patch [ 1736135 ] AUI: Clicking caption ignored...
2007-08-21  Julian SmartApplied [ 1708971 ] Make a virtual function to enable...
2007-08-21  Robert RoeblingRemove redundant line
2007-08-21  Julian SmartApplied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B...
2007-08-21  Robert RoeblingRemoved gaps between header buttons and the strange...
2007-08-21  Julian SmartApplied patch [ 1701723 ] wxAUI: Added event for double...
2007-08-21  Julian SmartApplied patch [ 1678412 ] handling non-existent panes...
2007-08-21  Julian SmartRemoved unnecessary code
2007-08-21  Julian SmartApplied patch [ 1675084 ] wxAUI - Added events to be...
2007-08-21  Julian SmartFixed [ 1645203 ] Problem with resizing floating panes
2007-08-21  Julian SmartApplied patch [ 1768229 ] auibook.cpp: Fix undefined...
2007-08-21  Julian SmartFixed wxTabFrame leak by deleting all pages in the...
2007-08-21  Julian SmartApplied patch [ 1777700 ] call Reparent() from wxAuiNot...
2007-08-20  Kevin OllivierFix for wxMemoryDC::GetAsBitmap() not working on Windows.
2007-08-20  Václav Slavíkthe wxFormatString hack used in wxFileTypeInfo variadic...
2007-08-20  Václav Slavíkdon't recompute nonbreakable space character every...
2007-08-20  Václav Slavíkmarked const wxHtmlEntitiesParser methods as such
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-20  Václav Slavíkadded wxUTF8StringBuffer for writing UTF8 data into...
2007-08-20  Robert RoeblingMake wxDataViewItemArray more efficient
2007-08-19  Robert RoeblingImplement selection API and events
2007-08-19  Robert RoeblingImplement ...COLUMN_SORTED event
2007-08-19  Václav Slavíkcompilation fix for broken libstdc++ visibility
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Václav Slavíkrenamed wxImplStringBuffer to wxStringInternalBuffer
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert RoeblingAdded EXPANDING and COLLAPSING events for the user...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert RoeblingAdded ITEM_EXPANDED and ITEM_COLLAPSED
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-19  David ElliottMake SetCursor work.
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-18  Kevin OllivierAdd the unified style on OS X 10.4, and default to...
2007-08-18  Julian SmartDon't hang in ReadLine when there's no input left
2007-08-18  Julian SmartUse new GetItemLabel function
2007-08-18  Julian SmartAvoid clash with control container event handlers
2007-08-18  Julian SmartCompile fix
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-18  Julian SmartCompile fix
2007-08-18  Kevin OllivierImplement GetCountPerPage, and fix a bug where we don...
2007-08-18  David ElliottImprove the tracing of the tracking rect manager and...
2007-08-18  David ElliottChange kCFRunLoopBeforeWaiting to kCFRunLoopExit when...
2007-08-17  David ElliottKeep the stock cursors in an array so that constructing...
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-08-16  Julian SmartImplemented Firefox-like behaviour whereby clicking...
2007-08-16  Julian SmartMac fix
2007-08-16  Robert Roeblingcompile with GTK < 2.8
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-16  Julian SmartAdded AdvanceSelection, ShowWindowMenu and keyboard...
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Julian SmartBring back double border
2007-08-15  Vadim Zeitlinuncomment the change which was meant to be committed...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-15  Vadim Zeitlinuse correct WXDLLIMPEXP macro for friend declaration
2007-08-15  Vadim Zeitlinuse ES_RIGHT|ES_NUMBER styles for the buddy control...
2007-08-15  Vadim Zeitlindon't enable previously checked button in a radio group...
2007-08-15  Vadim Zeitlindon't assert when ExpandAll() is called on hidden root...
2007-08-15  Vadim Zeitlinfix clipping box retrieval (patch 1771199)
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlindon't use deprecated wxMenuItem methods
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-08-15  Vadim Zeitlinset the correct properties for the source files
2007-08-15  Vadim Zeitlinadded missing headers (patch 1774617)
2007-08-15  Vadim Zeitlinfix incorrect wxSYS_VSCROLL_X mapping to the Win32...
2007-08-15  Vadim Zeitlinuse one shot timers in wxAnimationCtrl (patch 1774535)
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-14  David ElliottFix the top-level window client size setting code such...
2007-08-14  Julian SmartFix for non-appearance of themed border with wxTE_RICH...
2007-08-13  Václav SlavíkwxMac compilation fixes for visibility (missing DLL...
2007-08-13  Robert RoeblingApplied Hartwig's implementation of OS X wxDataViewCtrl
2007-08-13  Julian SmartUse new function GetItemLabel
2007-08-13  Julian SmartGetLabelTop should return the stripped label, for compa...
2007-08-13  Julian SmartTypo correction
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
next