wxWidgets.git
2008-04-05  Stefan NeisTests for declarations of snprintf/vsnprintf/vsscanf...
2008-04-05  Vadim Zeitlininclude more headers for PCH-less compilation
2008-04-05  Robert RoeblingAlso right-align second column
2008-04-05  Robert RoeblingAlways interpret a column width of -1 as 80 until somth...
2008-04-05  Vadim Zeitlinuse wxCHECK instead of wxASSERT in Alloc() to avoid...
2008-04-05  Vadim Zeitlindocument Alloc() vs returning bool (part of bug 1933693)
2008-04-05  Robert RoeblingAdded test for right alignment of 1st column
2008-04-05  Vadim Zeitlindon't crash in ReadString() if the length read from...
2008-04-05  Robert RoeblingAdded test for left/centre/right alignment
2008-04-05  Vadim Zeitlinfix for g++ signed/unsigned comparison warning
2008-04-05  Vadim Zeitlininclude the headers needed for its compilation from...
2008-04-05  Robert RoeblingFixed bug that made adding a child to a branch (that...
2008-04-05  Robert RoeblingBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi...
2008-04-05  Robert RoeblingProbable fix for [ 1933745 ] Crash in wxDataViewHeaderW...
2008-04-05  Robert Roebling[ 1922123 ] Generic wxDataViewCtrl leaks
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-05  Bryan PettyFinished initial review of [ca*-ch*] interface headers.
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlinuse wxWANTS_CHARS to allow arrows to work inside the...
2008-04-04  Vadim Zeitlinmake GenerateEvent() public again to fix wxGTK compilation
2008-04-04  Vadim Zeitlinregenerate VC8 project files after addition of native...
2008-04-04  Vadim Zeitlinimplemented toggling of wxCAL_MONDAY_FIRST in the nativ...
2008-04-04  Vadim Zeitlinimplemented Mark() in the native MSW version of wxCalen...
2008-04-04  Vadim Zeitlingenerate double click events in the native MSW version...
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-04  Vadim Zeitlinimplemented HitTest() in the native MSW version; added...
2008-04-04  Vadim Zeitlinimplement EnableMonthChange() by restricting the dates...
2008-04-04  Vadim Zeitlincompilation fix for PCH-less build
2008-04-04  Bryan PettyIntial review of calctrl.h.
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-04-03  Robin DunnFix AdjustForOverflow to use item->CalcMin, not item...
2008-04-03  Václav SlavíkFixed timing of malformed animated GIFs in wxHTML ...
2008-04-03  Vadim Zeitlinreplace wrong wxUSE_DYNAMIC_LOADER test with the correc...
2008-04-03  Stefan Csomorfixing the build for wxMAC_USE_COCOA=1
2008-04-03  Stefan CsomorGetPixel isn't returning RGBColor anymore, so change...
2008-04-03  Stefan CsomorGetPixel isn't returning RGBColor anymore, so change...
2008-04-03  Francesco Montorsiremoved FAQs: they are already available in the website...
2008-04-03  Robin DunnCall ValueChanged after SetValue so other views will...
2008-04-03  Robin Dunnfix warnings
2008-04-03  Robin DunnFix for potential layout glitches in wxGridBagSizer...
2008-04-02  Vadim Zeitlinregenerated after vsscanf() changes
2008-04-02  Vadim ZeitlinwxMac compilation fix: must explicitly qualify non...
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-04-02  Francesco Montorsifirst revision (contains wxHelpEvent and wxNavigationKe...
2008-04-02  Julian SmartOnly update the toolbar buttons if the toolbar is visible
2008-04-02  Bryan PettyRestored the old Classes by Category page to live side...
2008-04-02  Bryan Petty115% line height on lists is more than enough, especial...
2008-04-02  Vadim Zeitlinlog error before returning, not after
2008-04-01  Vadim Zeitlinsuppress VC++ /Wp64 warnings
2008-04-01  Vadim Zeitlinmove all appearace-related methods down to wxCalendarCt...
2008-04-01  Vadim ZeitlinwxMimeTypesManagerImpl and wxFileTypeImpl are in base...
2008-04-01  Stefan NeisAnother attempt at fixing Watcom compilation.
2008-04-01  Stefan NeisAdded header needed for Solaris to find finite() prototype.
2008-04-01  Václav Slavíkcompilation fix for wxMSW and r52961
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-04-01  Francesco Montorsireplace @b Note with @note; replace '' with "
2008-04-01  Francesco Montorsifirst raw revision
2008-04-01  Robin DunnDon't force wxBORDER_SUNKEN so the programmer can speci...
2008-03-31  Francesco Montorsimove readme_vms.txt in a folder ad-hoc
2008-03-31  Francesco Montorsiadd a list of the samples yet to document
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-03-31  Vadim Zeitlingive an error message when ran from a wrong location...
2008-03-31  Vadim Zeitlinfix unused parameter warning
2008-03-31  Vadim Zeitlinstore selected indices as unsigned int, not size_t...
2008-03-31  Francesco Montorsiupdate links to the TODO lists
2008-03-31  Francesco Montorsiremove old files not needed anymore
2008-03-31  Francesco Montorsimoved to the wiki
2008-03-31  Francesco Montorsimoved old TODO lists to the Wiki: wxwidgets.org/wiki...
2008-03-31  Francesco Montorsimove TODO items for wxDocs from the wxwiki to the doxyg...
2008-03-31  Francesco MontorsiCSS changes: make lists more spaced; use sans-serif...
2008-03-31  Francesco Montorsimoved translations list to the doxygen manual
2008-03-31  Francesco Montorsimerge "strategies" page with devtips.h; add mention...
2008-03-31  Vadim Zeitlindon't leave empty listboxes with tiny best size
2008-03-30  Francesco Montorsis/NB:/@note; revised wxFFile
2008-03-30  Francesco Montorsitypo fix
2008-03-30  Kevin OllivierMerge build script updates from 2.8 branch.
2008-03-30  Francesco Montorsioptimization for faster execution: don't use wxString...
2008-03-30  Francesco Montorsifurther revision (done by me)
2008-03-30  Francesco Montorsirevision contributed by Utensil Candel
2008-03-30  Francesco Montorsiadd references to wxWebsite,wxWiki,wxForum
2008-03-30  Václav Slavíkadded wxXmlNode::InsertChildAfter and use it for (much...
2008-03-30  Stefan NeisAdd OS/2 to buildbot (patch #1929212).
2008-03-30  Francesco Montorsiupdated the index page: 1) removed sample list: it...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...
2008-03-29  Stefan NeisLinker fixes for OS/2 build.
2008-03-29  Stefan NeisOS/2 port: reorganized wxBitmap/wxBitmapHandler classes...
2008-03-29  Francesco MontorsiODBC is not part of wx anymore
2008-03-29  Francesco Montorsinoone is going to backport stuff to wx2.4 anymore
2008-03-29  Francesco Montorsiremoved latex sources of wxDocs; wxWidgets now uses...
2008-03-29  Václav Slavíkset initial GTK_CAN_FOCUS value to match AcceptsFocus...
2008-03-29  Václav Slavíkremoved no longer used win_gtk.c file
2008-03-29  Václav Slavíkbe tolerant of XHTML self-closing tags when parsing...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-28  Francesco Montorsisubstitute '@b NB:' with '@note'; first partial revisio...
2008-03-28  Vadim Zeitlincompilation fix for ANSI build: use reinterptre_, not...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-28  Vadim Zeitlinfix gcc warning about assigning -1 to a guint
2008-03-27  Robin DunnUse SetCanFocus
2008-03-27  Francesco Montorsibuild fix for non-PCH builds (thanks to buildbot emails ;))
2008-03-27  Robin DunnUse C++ names in the text, not wxPython names
next