]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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 (http://article...
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...
2008-04-28  Robert RoeblingSome doc corrections
2008-04-28  Robert RoeblingCheck for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459...
2008-04-28  Michael WetherellUser larger ccache for the benefit of IA64 builds.
2008-04-28  Stefan Csomoradapted Julian's new speed improved version
2008-04-28  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-04-28  Václav Slavíkreport Unicode characters when reporting EVT_CHAR in...
2008-04-28  Václav Slavíkuse the new DoLogString signature (fixes with 2.8 compa...
2008-04-28  Bryan PettyRemoved deprecated layout constraints from class summar...
2008-04-27  Julian SmartBug fix for empty objects
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-27  Vadim Zeitlinuse GLX_DOUBLEBUFFER if no attributes were specified...
2008-04-27  Vadim Zeitlinno real changes, clarified the usage of WX_GL_DOUBLEBUF...
2008-04-27  Michael WetherellNew dev.
2008-04-26  Julian SmartFixed quotation mark input/output
2008-04-26  Kevin OllivierAllow easy access to the build scripts from wx tree.
2008-04-25  Robert RoeblingTrying to make wxString readable again, II
2008-04-25  Robert RoeblingTrying to make wxString readable again
2008-04-25  Robert RoeblingwxCairoGraphics need a font event without drawing text
2008-04-25  Robert RoeblingSome testing code for wxGraphicsContext printing
2008-04-25  Robert RoeblingMinor updates
2008-04-25  Robert RoeblingTypo
2008-04-25  Robert RoeblingFix linking problem
2008-04-25  Robert RoeblingForgot to remove this one
2008-04-25  Robert Roeblingconst_iterator
2008-04-25  Robert RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2008-04-25  Robert RoeblingRemoved category for styled text control which only...
2008-04-25  Robert RoeblingA few wxString doc updates
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-25  Robert RoeblingForgot wxGraphicsPath
2008-04-25  Robert RoeblingMention graphics device classes
2008-04-25  Robert RoeblingMention graphics classes, separate out image and bitmap...
2008-04-24  Václav SlavíkFixed handling of transparent background in borderless...
2008-04-24  Julian SmartMade performance acceptable for editing large paragraph...
2008-04-24  Julian SmartFurther optimizations
2008-04-24  Václav Slavíkdon't merge msw/it.po with wxstd.pot during 'make allmo...
2008-04-24  Václav Slavíkupdated message catalogs from sources
2008-04-24  Václav Slavíkcontrib is no more, updated locale/Makefile accordingly
2008-04-24  Václav Slavíkadded missing "
2008-04-24  Václav Slavíkadded wxString::Clone() and made wxString(wxCStrData...
2008-04-23  Kevin OllivierEnsure popup menus can display sub-menus.
2008-04-23  Vadim Zeitlinprevent all our windows from being destroyed in wxApp...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-23  Julian SmartFurther performance optimizations
2008-04-23  Jouk JansenUpdate OpenVMS compile support
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2008-04-22  Václav Slavíkrestored wxOKlibc() for wxGTK1's use
2008-04-22  Robert RoeblingLet wxCommandEvent's copy constr copy its string via...
2008-04-22  Václav Slavíksmall updates to Czech translation
2008-04-22  Robert RoeblingReviewd wxVariant
2008-04-22  Robert RoeblingRemove usused variable
2008-04-22  Robert RoeblingMinor correction
2008-04-22  Julian SmartTwo bug fixes for FindWrapPosition
2008-04-22  Bryan PettyMore initial reviews of [u*-v*] interface headers.
next