wxWidgets.git
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Paul Cornettdon't change brush settings in SetBackgroundMode()...
2008-05-11  Vadim Zeitlinfix appending items to sorted control (patch 1940384)
2008-05-11  Vadim Zeitlininclude wx/timer.h for wxUSE_GUI==0 now that timers...
2008-05-11  Vadim Zeitlinavoid extra reallocations and memcpy for seekable files...
2008-05-11  Vadim Zeitlinadd a test for reading files >4KB
2008-05-11  Vadim Zeitlinassert if the window is being recreated, this indicates...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-11  Vadim Zeitlinmove last change to the correct section
2008-05-11  Vadim Zeitlinmake class names used for our windows unique between...
2008-05-11  Vadim Zeitlinadded in sections ommitted by the translation script...
2008-05-11  Stefan NeisBlind fix for bug #1936227 (unable to set initial value...
2008-05-11  Bryan PettyReplaced @returns with @return for more standard comman...
2008-05-11  Vadim Zeitlinno changes, just fix a typo
2008-05-11  Vadim Zeitlindon't send text changed events from ctor as wxGTK doesn...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Paul Cornettdon't send paint events for exposures of the border...
2008-05-10  Francesco Montorsigive a name to the unnamed enum to make it easier to...
2008-05-10  Francesco Montorsiother f*h header reviews
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-10  Francesco Montorsiadded version check against gcc-generated xml; added...
2008-05-09  Robin DunnMerge r53510 from 2.8 branch
2008-05-09  Václav Slavíkfixed wxMac compilation after ShowWithEffect() changes...
2008-05-09  Benjamin Williamsapplied patch 1908782 wxAuiMDIChildFrame not removed...
2008-05-09  Stefan Csomorreverting style of include back to user include as...
2008-05-09  Julian SmartApply previous paragraph style if pasting plain text...
2008-05-09  Michael WetherellMove MinGW builds to another machine as td165 is down.
2008-05-08  Vadim Zeitlinupdate the documentation after the patch 1876663
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Bryan PettyMore interface header reviews by Azriel Fasten, along...
2008-05-08  Bryan PettyUpdates to wiki links, and XHTML source cleanups.
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-05-08  Vadim Zeitlindon't call TB_GETITEMRECT with invalid tool index
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlincorrect the signature of the overriden Reparent()
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-08  Vadim Zeitlindon't redeclare vsscanf() for Windows compilers, the...
2008-05-08  Vadim Zeitlinadd a combobox to one of the toolbars, just for testing
2008-05-08  Vadim Zeitlincorrect toolbar width calculation with comctl32.dll...
2008-05-08  Vadim Zeitlincompilation fix after switch to using std::string in...
2008-05-08  Vadim Zeitlinupdate and complete Unicode overview; add an overview...
2008-05-07  Robert RoeblingRemove const consts from docs
2008-05-07  Robert Roeblingcurrent locale in wxString means wxConvLibc
2008-05-07  Robert RoeblingMention wxConvLocal in wxString
2008-05-07  Robert RoeblingFurther wxString clarification according to current...
2008-05-07  Paul Cornettuse PNGAPI if it is defined
2008-05-07  Julian SmartAdded const when writing XPMs to avoid gcc warnings
2008-05-07  Vadim Zeitlinuse std::[w]string for wxString implementation unless...
2008-05-07  Vadim Zeitlinextract the most important wxUSE_XXX settings in their...
2008-05-07  Vadim Zeitlindon't use $0$ and $1$, Doxygen doesn't have math mode
2008-05-06  Václav Slavíkcompilation fixes for !wxUSE_FONTMEM case
2008-05-06  Robert Roebling[ 1957970 ] wxWeakRef - assign from other wxWeakRef
2008-05-06  Robert RoeblingFix more typos
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-05-06  Václav Slavíkuse const char*, not char*, for embedded XPMs to fix...
2008-05-06  Robert RoeblingTry to fix formating
2008-05-06  Robert RoeblingMore wxString docs, listed most STL methods
2008-05-06  Bryan PettyInterface header review of wxStringTokenizer by Azriel...
2008-05-06  Bryan PettyAdded missing semi-colon in DVC interface header, and...
2008-05-05  Vadim Zeitlindump totals as well as averages when gatheting statistics
2008-05-05  Vadim Zeitlinremove _T()s, they're unneeded now
2008-05-05  Bryan PettyAdded todos for changing wxVListBox::OnDraw* virtual...
2008-05-05  Bryan PettyAdded margin to event handler function prototypes for...
2008-05-05  Václav Slavíkfixed   handling in wxHtmlWinParser, broken by...
2008-05-05  Julian SmartReverted patch 1906896 because it broke prgrammatic...
2008-05-05  Julian SmartUse fallback when passing -1 for point size (as allowed...
2008-05-04  Václav Slavíkclarified From/To8BitData's purpose
2008-05-04  Stefan Csomorfixing memory leaks on three levels (bug report 1905138)
2008-05-04  Václav Slavíkcheck tables width parameter for invalid values
2008-05-04  Bryan PettyInitial review of various [q-r] by Utensil Candel.
2008-05-04  Václav Slavíkfixed incorrect handling of end iterator in HtmlizeLine...
2008-05-03  Julian SmartFixed [ 1905777 ] Defining default accelerators for...
2008-05-03  Julian SmartApplied patch [ 1906896 ] Fix for bug #1906223 and...
2008-05-03  Julian SmartMade bullet page more compact
2008-05-03  Julian SmartDon't trigger kill focus event twice
2008-05-03  Vadim Zeitlinreplaced test for inexistent wxUSE_LOCALE with the...
2008-05-03  Vadim Zeitlinupdate from FELIPE PERIARD LOPES
2008-05-03  Vadim Zeitlindon't return junk from wxHtmlTag::GetParamAsInt() if...
2008-05-02  Vadim Zeitlinadd an assert indicating that old code overriding OnExe...
2008-05-02  Bryan PettyRemoved missing parameter from docs of wxVListBox const...
2008-05-02  Bryan PettyCommented out appearance sections in docs temporarily...
2008-05-02  Bryan PettyFinished initial review of a few [g*] interface headers.
2008-05-01  Bryan PettyFinished initial review of [v*] interface headers.
2008-04-30  Robert RoeblingUpdate version info in platform detail page
2008-04-30  Robert RoeblingMinor clarification
2008-04-30  Robert RoeblingMention wxGCDC
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-29  Stefan Csomoradding impl for Create( wxPrinterDC
2008-04-29  Chris Elliottadd watcom define HAVE_VSSCANF_DECL (article.gmane...
2008-04-29  Robert RoeblingTried to transform wxGC like wxDC, failed
2008-04-29  Robert RoeblingMinor doc improvements
2008-04-29  Robert RoeblingMinor doc improvements
2008-04-29  Robert RoeblingMinor clarification
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
next