wxWidgets.git
2006-03-12  Włodzimierz... Make wxTinderbox pass dialup sample for DOS cross-build.
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-12  Vadim Zeitlinsupport underlined fonts (patch 1448089)
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
2006-03-12  Vadim Zeitlinremove dead code from wxMatchWild (patch 1445809)
2006-03-12  Vadim Zeitlindefine size() in terms of length(), not vice versa...
2006-03-12  Włodzimierz... wxCore build fix.
2006-03-12  Vadim Zeitlindon't require at least 8 bytes of sound data (patch...
2006-03-12  Włodzimierz... wxBase build fix.
2006-03-12  Włodzimierz... Line-up interfaces to use size_t for GetCount()s.
2006-03-12  Włodzimierz... Line-up interfaces to use size_t for GetCount()s.
2006-03-12  Włodzimierz... wxTinderbox build fix (!PCH support).
2006-03-12  Włodzimierz... More wxMSW specific headers in precompiled headers.
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2006-03-12  Vadim Zeitlinmore accurate best size calculation logic (use the...
2006-03-11  Vadim Zeitlindeal with the situation when a (dynamic) event handler...
2006-03-11  David Surovellminor cleanup
2006-03-11  Włodzimierz... WXUNUSED is our coding standard.
2006-03-11  Stefan NeisRemoved -fno-strict-aliasing for OS/2 (not supported...
2006-03-11  Julian SmartApplied patch [ 1372332 ] Support for WX_RESCOMP to...
2006-03-11  Julian SmartFix crash caused by last change
2006-03-11  Julian SmartApplied patch [ 1428990 ] wxUniv: patch for toolbar...
2006-03-11  Julian SmartApplied patch [ 1443707 ] kill "cast truncates constant...
2006-03-11  Julian SmartApplied patch [ 1435340 ] Add support of wxToggleButton...
2006-03-11  Julian SmartApplied [ 1425529 ] Tooltip was not removed on deletion
2006-03-11  Julian SmartApplied patch [ 1436761 ] wxGrid: Can't enable cell...
2006-03-11  Julian SmartApplied patch [ 1432449 ] wxXml API documentation
2006-03-11  Julian SmartApplied patch [ 1447184 ] Elimination of a warning...
2006-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-11  Julian SmartApplied patch [ 1447732 ] Fix CVS HEAD for VC6
2006-03-10  Vadim Zeitlindon't Connect() to wxEVT_RIGHT_DOWN twice (fixed proble...
2006-03-10  Vadim Zeitlinmade DoListHitTest() more efficient (patch 1446848...
2006-03-10  Vadim Zeitlindefine wxUSE_UNICODE=1 on the command line in UNICODE...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Vadim Zeitlinsimplification: create listbox in only one place (patch...
2006-03-10  Stefan Csomorpatch 1444066
2006-03-10  Stefan Csomorfixing RawBitmap access
2006-03-10  Stefan Csomornot needed anymore
2006-03-10  Robin DunnIncrease timeout in order to catch slower clicks
2006-03-10  Julian SmartTo -> From
2006-03-10  Vadim ZeitlinOnApply() calls TransferDataFromWindow(), not To
2006-03-10  Robin DunnApplied patch #1441370: lib.plot - allow passing in...
2006-03-10  Vadim Zeitlinsigned/unsigned comparison warning fixed
2006-03-10  Stefan Csomoradditional types for carbon events
2006-03-10  Stefan Csomorfix for non precomp
2006-03-10  Stefan Csomoradding experimental font dialog version - hacking the...
2006-03-10  Stefan CsomorCodeWarrior fixes
2006-03-10  Stefan Csomornon mach-o fix
2006-03-10  Stefan Csomorusing new API (no visual difference)
2006-03-10  Stefan Csomoradded non mach version
2006-03-10  Stefan Csomorsupport for unicode font names
2006-03-10  Vadim Zeitlinhandle directories with spaces in them better
2006-03-10  Włodzimierz... Warning fix.
2006-03-10  Włodzimierz... Avoid unexpected negative array index (CID 41).
2006-03-10  Włodzimierz... wxTinderbox build fix.
2006-03-10  Włodzimierz... wxTinderbox warning fix.
2006-03-10  Robin Dunnslight refactor
2006-03-10  Robin DunnTest wx.ListBox.HitTest
2006-03-10  Robin DunnTest wx.CommandEvent.GetClientData
2006-03-10  Robin DunnGive classes that need one a destructor wrapper, and...
2006-03-10  Robin DunnAdd wx.ListBox.HitTest
2006-03-10  Robin DunnAdd wx.CommandEvent.GetClientData
2006-03-10  Robin DunnCompilation fix
2006-03-10  David Surovellcleanup magic number usage and comments
2006-03-09  Włodzimierz... FontEnum fix: use NULL for global enumeration.
2006-03-09  Vadim Zeitlinalways return something in GetCommandForVerb() second...
2006-03-09  Vadim Zeitlincorrected test for NUL in wxHtmlEntitiesParser::Parse...
2006-03-09  Vadim Zeitlincall SetWindowPos(SWP_FRAMECHANGED) after changing...
2006-03-09  Vadim Zeitlindefine UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have...
2006-03-09  Vadim Zeitlindon't clear clipboard if it was changed by another...
2006-03-09  Vadim Zeitlinmade SetFirstItem() work again (patch 1445170)
2006-03-09  Vadim Zeitlinfixed idle event generation logic (thanks to Paul Corne...
2006-03-09  Vadim Zeitlinremoved useless colMapAllocCounter (patch 1413456)
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Vadim Zeitlinremoved unused ifdef wxUSE_THREADS block (patch 1435521)
2006-03-09  Vadim Zeitlinuninitialized variable warning fixed (modified patch...
2006-03-09  Vadim Zeitlinfix gcc4 warning for wndproc casts (patch 1431939)
2006-03-09  Vadim Zeitlinlet _T() work with macros (modified patch 1437983)
2006-03-09  Vadim Zeitlinfixed mouse (and other?) events generation broken by...
2006-03-09  Vadim Zeitlincompilation fix after last commit
2006-03-09  Vadim Zeitlincompilation fix after last commit; some extra comments
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-09  Julian SmartMissing >
2006-03-09  Robin DunnPatch #1446110: use of uninitialized variables
2006-03-09  Vadim Zeitlindon't check that the cursor is over the window calling...
2006-03-09  Robin DunnKeep the key up/down event consistency without relying...
2006-03-09  Robin DunnApplied (a slightly refactored) Patch #1445169: wxListB...
2006-03-08  Robin DunnFix for bug #1436503. Delay the start of the DnD oprta...
2006-03-08  Julian SmartName clash correction
2006-03-08  Robin Dunnwarning fix
2006-03-08  Julian SmartAdded slightly better font dialog for Mac
2006-03-08  Włodzimierz... Warning fix.
2006-03-08  Robin Dunnworkaround MacSetMetalAppearance being made protected
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2006-03-08  Vadim Zeitlindon't draw focus rect for custom drawn items when the...
2006-03-08  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_ENTER for multiline control...
2006-03-08  Vadim Zeitlincorrect gcc print format warnings
2006-03-08  Vadim Zeitlincompilation fix after last commit
2006-03-08  Vadim Zeitlintest EVT_TEXT_ENTER
2006-03-08  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid crashing later...
next