wxWidgets.git
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Francesco Montorsimake distinction between classes which send events...
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-18  Jaakko SalliUnder wxGTK, always use wxPopupTransientWindow as the...
2009-02-18  Francesco Montorsiremove comment erroneously committed in r58654
2009-02-18  Francesco Montorsifix typo: the leave/enter order for the m_handlersWithP...
2009-02-18  Francesco Montorsimake the testcase more readable; add a few checks to...
2009-02-18  Francesco Montorsifix typo
2009-02-18  Francesco Montorsitest if CXXFLAGS/CFLAGS contains the -g or the -O optio...
2009-02-18  Francesco Montorsido not exceed the 80 column limit when printing the...
2009-02-18  Francesco Montorsifix wxGTK1 build
2009-02-18  Paul Cornettbuild fixes for wxUSE_THREADS==0
2009-02-18  Bryan PettyFix manual references to the events overview after...
2009-02-17  Bryan PettyFixed the logo image output in the manual after (obviou...
2009-02-17  Jaakko SalliHave wxComboCtrl respect parent's wxTAB_TRAVERSAL flag...
2009-02-17  Jaakko SalliAlso redirect wxEVT_KEY_UP and wxEVT_CHAR from the...
2009-02-17  Robert RoeblingCorrected meaning of parameter col as the position...
2009-02-17  Jaakko SalliImproved documentation for GetProperty(), GetPropertyBy...
2009-02-17  Jaakko SalliTest for m_pPropGrid in wxPropertyGridPageState::DoClear()
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-17  Bryan PettyUpdated version numbers tech note with new doxygen...
2009-02-17  Vadim Zeitlindon't skip the event in wxGridCellEditorEvtHandler...
2009-02-17  Jouk Jansenadd wx/log.h for non-PCH build
2009-02-17  Vadim Zeitlinsuppress unused parameter warning
2009-02-17  Robert RoeblingBlind implementation of YieldFor() for OSX/Cocoa, copie...
2009-02-17  Robert RoeblingBlind implementation of GetSubItemRect() for wxListCtrl...
2009-02-17  Francesco Montorsifixed test failures under wxMSW when using our wxVsnpri...
2009-02-17  Francesco Montorsirevert debugging modifications and build into test...
2009-02-17  Francesco Montorsigive credit to the author of the patch for adding wxIma...
2009-02-17  Vadim Zeitlinadd missing stdcall to fix crash when using state image...
2009-02-17  Vadim Zeitlinadd event.Skip() in EVT_CONTEXT_MENU handler
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-16  Francesco Montorsidon't consider EOF an unrecoverable error
2009-02-16  Paul Cornettnon-pch build fix
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-16  Stefan Csomoradding new defines for OSX
2009-02-16  Stefan Csomormake OSX defines to be 1, not only defined, for backwar...
2009-02-16  Stefan Csomorfixing typo
2009-02-16  Chris Elliott.svn not CVS files should be skipped
2009-02-16  Robert RoeblingCompilo
2009-02-16  Václav Slavíkfully reverted Francesco's removal of copying informati...
2009-02-16  Jouk Jansenmotif/cursor.cpp: adding include wx/log.h to define...
2009-02-16  Robert RoeblingCompilo
2009-02-16  Francesco Montorsiput frame creation code all inside MyFrame ctor
2009-02-15  Francesco MontorsiwxApp::DoYield => wxGUIEventLoop::YieldFor (part of...
2009-02-15  Francesco Montorsirevert previous commit - but don't include unneeded...
2009-02-15  Stefan Csomorformatting fixes
2009-02-15  Stefan Csomordocumenting new compositing, layering and antialiasing...
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-15  Vadim Zeitlindon't use AC_CANONICAL_TARGET in libtiff configure...
2009-02-15  Francesco Montorsiremove GTK_CHECK_VERSION checks for GTK versions < 2.4
2009-02-15  Francesco Montorsibuild fix
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-15  Vadim Zeitlinfix (harmless)m ingw32 warning; use anonymous namespace...
2009-02-15  Francesco Montorsido not export compare functions in the wx ABI
2009-02-15  Francesco Montorsieven more user-friendly message (as suggested by John...
2009-02-15  Francesco Montorsiadd changelogs for my (relatively) recent commits
2009-02-14  Kevin OllivierFix typo (sorry, thought I compiled before committing.)
2009-02-14  Jaakko SalliFixed assertion that could appear under wxGTK if wxComb...
2009-02-14  Chris Elliottreduce tarballs as discussed on wx-dev
2009-02-14  Jaakko SalliFixed wxPropertyGrid::HitTest() documentation
2009-02-14  Kevin OllivierStart on implementation for wxTE_MULTILINE / wxTE_RICH...
2009-02-14  Kevin OllivierRemove the "double border" around the search ctrl.
2009-02-14  Kevin OllivierAdd a tracking rect on resize so that the view will...
2009-02-13  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE...
2009-02-13  Kevin OllivierclickCount is not available for mouse entered/exited...
2009-02-13  Kevin OllivierImplement NSPanel support to get wxFRAME_TOOL_WINDOW...
2009-02-13  Stefan Csomordirect wxFrame events support (paint was not delivered...
2009-02-13  Stefan Csomordifferent contentview-offset code, otherwise 'wx' synth...
2009-02-13  Stefan Csomorpaint event was missing the id, Connect not working...
2009-02-13  Jaakko SalliClarified wxPropertyGrid::HitTest() docs
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-13  Robert RoeblingReorder code so that you can actually set the size...
2009-02-13  Robert RoeblingForgot to commit file for giving a GTK specific methid...
2009-02-13  Bryan PettyGTK compilo: looks like a header missed the r58850...
2009-02-12  Vadim Zeitlinadded a period at the end of a sentence (test commit...
2009-02-12  Vadim Zeitlinreturn radio box own help text when origin is Origin_Un...
2009-02-12  Benjamin Williamsmaximize pane should ignore floating windows (#4066)
2009-02-12  Robert RoeblingDon't use native file/dir picker buttons when using...
2009-02-12  Robert RoeblingwxFilePickerCtrl's button should know if it has an...
2009-02-12  Jaakko SalliFixed old font-related code that caused problems on...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-12  Stefan CsomorCGContextFlush is already called in SetNativeContext
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-12  Kevin OllivierFix assertion when passing nil to setKeyEquivalent.
2009-02-10  Stefan Csomorsupporting graphics context on invisible views, icon...
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-10  Bryan PettyFixed section identifiers (the added section needed...
2009-02-10  Francesco Montorsifix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Kevin OllivierWe'll get an unhandled exception if the view is hidden...
2009-02-09  Stefan Csomorpaint event handling fixes and wxClientDC implementatio...
2009-02-09  Stefan Csomormake sure no delegates/impl ptrs are still set during...
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
next