wxWidgets.git
2008-02-20  Michael WetherellCompile fixes.
2008-02-20  Julian SmartFixed two out by one errors
2008-02-20  Vadim Zeitlinrevert not encoding the colons in FileNameToURL() under...
2008-02-19  Francesco Montorsiadded Id keyword
2008-02-19  Francesco Montorsiadded wxWidgets samples
2008-02-19  Francesco Montorsinew aliases
2008-02-19  Francesco Montorsiuse lowercase for anchor names of wxlibs
2008-02-19  Francesco Montorsiuse @subpage where possible instead of @ref
2008-02-19  Francesco Montorsifix wxConfig link and layout the initial list in two...
2008-02-19  Francesco Montorsiadding some stub for wx-specific styles
2008-02-19  Francesco Montorsiadded Id keyword
2008-02-19  Francesco Montorsifix part of the doxygen warnings introducing aliases...
2008-02-19  Francesco Montorsifix doxygen.log and put the .css file in the HTML outpu...
2008-02-19  Francesco Montorsiwe simply use doxygen default
2008-02-19  Francesco Montorsiforgot to commit these -- were part of devtips.h
2008-02-19  Francesco Montorsiremoved erraneously-added file
2008-02-19  Francesco Montorsirenamed some topic overviews to a more readable filename
2008-02-19  Francesco Montorsiremoved almost all TeX code from main manual pages
2008-02-19  Chris Elliottadd meta to manifests
2008-02-19  Francesco Montorsiremoved useless spaces
2008-02-19  Francesco Montorsimoved the images under images folder
2008-02-19  Francesco Montorsiadjusted topic links
2008-02-19  Vadim Zeitlinimplement wxRadioBox::Reparent(): it didn't reparent...
2008-02-19  Vadim Zeitlindon't encode collons in file:// URLs under Windows...
2008-02-19  Francesco Montorsiadded initial version of the Doxygen manual
2008-02-18  Vadim Zeitlinmake IsOk() virtual to allow it to be overridden in...
2008-02-18  Vadim Zeitlinreverted r51340: don't use wxWeakRef in the library...
2008-02-18  David ElliottRework the dl* Darwin compatibility code so it uses...
2008-02-18  Vadim Zeitlinhonour locale modifiers such a @valencia in system...
2008-02-18  David ElliottDon't include dlfcn.h from wx/dynlib.h on Darwin. ...
2008-02-18  David ElliottTest for dlopen/dlerror on Mac OS X as with any other...
2008-02-18  David ElliottLimit wxListBox best size to 100x100. Particularly...
2008-02-18  David ElliottRevert the 2.8 hacks from r51892 on the trunk.
2008-02-18  David ElliottEnsure that the NSTableColumn width is that of its...
2008-02-18  David ElliottAdd a new macro to the Objective-C uniquifying support...
2008-02-18  Vadim Zeitlintell user to define _USE_OLD_RW_STL for BC5.6 instead...
2008-02-18  David ElliottFix bug where native views with the NSScrollView wrappe...
2008-02-17  Vadim Zeitlinadd ka_GE, ku_TR and ne_NP; some cleanup and better...
2008-02-17  Vadim Zeitlinfix wxNotebook::GetPage{Text,Image}() when they were...
2008-02-16  Vadim Zeitlinturn wxUSE_STD_IOSTREAM on by default (except for the...
2008-02-16  Michael WetherellAdd <fetch> class to allow building tarballs from the...
2008-02-16  Vadim Zeitlinturn wxUSE_STD_IOSTREAM on by default (except for the...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2008-02-16  Vadim Zeitlinremove duplicated create/destroyevt.tex inclusion,...
2008-02-16  Julian SmartAvoid paragraphs with no children
2008-02-16  Julian SmartFixed an XML parsing error for complex URLs
2008-02-16  Julian SmartRemoved unnecessary include
2008-02-16  Vadim Zeitlinmention wxLogBuffer
2008-02-16  Vadim Zeitlincorrect wxUSE_MSGDLG description (it's for wxMessageDia...
2008-02-16  Vadim Zeitlindocument wxLogBuffer
2008-02-15  Stefan Csomorbetter implementation from VZ
2008-02-15  Stefan Csomorsupporting case insensitive iteration
2008-02-15  Stefan Csomorapplying patch 1894478, 10.5 AudioServices support
2008-02-15  Julian SmartSet default attributes after a SetSelection
2008-02-15  Vadim Zeitlindon't clutter the code with (apparently) unnecessary...
2008-02-15  Vadim Zeitlincompilation fix for bcc 5.82: don't use enum for value...
2008-02-14  David ElliottBetter listbox scrollbar behavior.
2008-02-14  David ElliottHack: force a vertical scroller on wxListBox.
2008-02-14  David ElliottMove wxWindowCocoaScrollView class into its own header.
2008-02-14  David ElliottMore GC fixes.
2008-02-14  Vadim Zeitlinmore unused parameter warnings
2008-02-14  Vadim ZeitlinI got too tired of seeing these unused parameters warni...
2008-02-14  Václav Slavíkgreatly simplified wxGenericCollapsiblePane::OnStateCha...
2008-02-14  Václav Slavíkfixed wxSizer::SetSizeHints() to allow setting smaller...
2008-02-14  Václav Slavíkadded wxWindow::Set/GetMin/MaxClientSize convenience...
2008-02-14  Francesco Montorsiput URLs into \urlref commands
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-14  Julian SmartPerformance optimization
2008-02-14  Paul Cornettremove gratuitous junk which had nothing to do with...
2008-02-13  Vadim Zeitlinuse listctrl coordinates for the wxEVT_COMMAND_LIST_COL...
2008-02-13  Vadim Zeitlindon't define HAVE_FSYNC if it's already defined (as...
2008-02-13  Václav Slavíksplit wxSizer::Fit() into ComputeFittingWindow/ClientSi...
2008-02-13  David ElliottFix (at least) slider action messages in GC mode.
2008-02-13  Julian SmartMake sure paragraph style is reset before applying...
2008-02-13  Stefan NeisBlind fix to improve wx-config's Bourne shell compatibi...
2008-02-13  Julian SmartImplemented selection using shift left click
2008-02-13  Paul Cornettmake sure client area is refreshed after last child...
2008-02-13  Julian SmartFixed undo batching
2008-02-13  Václav Slavíkremoved no longer used src/iodbc directory
2008-02-13  Václav Slavíkremoved unused g_focusWindowLast
2008-02-13  Julian SmartFurther fixes, for selected text display and new paragr...
2008-02-13  Stefan Csomorfixing wxSystemColour conversion
2008-02-12  Vadim Zeitlinuse platform-specific styles in xTR_DEFAULT_STYLE but...
2008-02-12  Vadim Zeitlinuse const char*, not char*, for string literals to...
2008-02-12  Vadim Zeitlinadd forgotten file needed by the last change to the...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Julian SmartFixed several style, paste and undo bugs
2008-02-12  Václav Slavíkuse ClientToWindowSize/WindowToClientSize
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-12  Václav Slavíksilence warnings about <headers>
2008-02-12  Stefan Csomorfixing SetShape's bridging between RgnHandle and HiShapeRef
2008-02-12  Jouk JansenUpdate setup for OpenVMS
2008-02-12  Paul Cornettbuild fix for non-MSW
2008-02-12  Vadim Zeitlinuse wxLanguageInfo::GetLocaleName() instead of Desscrip...
2008-02-11  Vadim Zeitlinsimplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code
2008-02-11  Vadim Zeitlinremove half a dozen #ifndef __WXWINCE__ as they dont...
2008-02-11  Vadim Zeitlinadd wxLanguageInfo::GetLocaleName(), this simplifies...
2008-02-11  Vadim Zeitlinavoid duplication in the code by refactoring LCID creat...
2008-02-11  Vadim Zeitlininitialize m_backgroundBrush to an invalid brush instea...
2008-02-11  Vadim Zeitlinuse #ifdef __WXMAC__, not #if
next