wxWidgets.git
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-19  Francesco Montorsidocument wxLocale::GetInfo
2009-03-19  Francesco Montorsifix typos (closes #10611)
2009-03-19  Francesco Montorsirevised wxString docs: don't use old style grouping...
2009-03-19  Francesco Montorsiremove implementations from interface headers
2009-03-19  Francesco Montorsicommit temporary fix for the sample for 2.9.0 release
2009-03-18  Kevin OllivierFix toggle button style.
2009-03-18  Vadim Zeitlinfix (harmless) MSVC 64 bit compilation warning (closes...
2009-03-18  Francesco Montorsisimplify a bit the convoluted implementation of wxFontR...
2009-03-18  Francesco Montorsino change: just move a misplaced comment
2009-03-18  Francesco Montorsiadd a wxFont test unit (currently GetFamily and the...
2009-03-18  Francesco Montorsiuse doxygen autolinking feature; use @ref command for...
2009-03-18  Francesco Montorsifix leftover of previous commits about pixelSize ctor
2009-03-18  Benjamin Williamsupdated aui sample to demonstrate/test wxITEM_RADIO...
2009-03-18  Benjamin Williamsadded wxITEM_RADIO support to wxAuiToolbar (applied...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Vadim Zeitlincorrect typo in SetAltExtensions() method (re-closes...
2009-03-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-18  Vadim Zeitlinno changes, just correct some comments and variable...
2009-03-18  Vadim Zeitlinset native eol-style for the overview files
2009-03-18  Francesco Montorsiadd support to wxBitmapToggleButton also in TransferFro...
2009-03-18  Francesco Montorsisome note about DOT_PATH, specially for Windows
2009-03-17  Francesco MontorsiwxStatusBarPane is not a window
2009-03-17  Francesco Montorsire-add GetFieldsCount() erraneously removed in r59566
2009-03-17  Kevin OllivierLeave anti-aliasing on by default on Mac as well
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-17  Vadim Zeitlinadded the files with separate tags itself (should have...
2009-03-17  Vadim Zeitlinextract the list of macros to ignore in a separate...
2009-03-17  Francesco Montorsithe GOption hack is valid for Glib 2.20 too (it looks...
2009-03-17  Kevin OllivierHandle the remaining selectors which otherwise lead...
2009-03-17  Francesco Montorsiguard with compile-time checks the new GDK_* event...
2009-03-17  Jouk Jansencorrect typo in my previous commit
2009-03-17  Jouk Jansencorrecting #ifdef syntax error
2009-03-16  Francesco Montorsifix bug when warning string contains percent signs
2009-03-16  Francesco Montorsibe x86_64-friendly
2009-03-16  Francesco Montorsiinclude the path to the real setup.h
2009-03-16  Francesco Montorsido not copy the typical setup.h in setup_gccxml.h;...
2009-03-16  Francesco Montorsidon't fail on machines without french support installed
2009-03-16  Francesco Montorsifix compilation with gcc 4.3.3 (and libcppunit 1.12...
2009-03-16  Francesco Montorsireturn updated wxFONT*_* values
2009-03-16  Francesco Montorsiallow testing wxSystemSettings::GetFont() return value
2009-03-16  Francesco Montorsino real change; just reformatting and better comments
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
2009-03-16  Václav Slavíkfixed wxXRC compilation with --disable-filesystem ...
2009-03-16  Vadim Zeitlinadd a menu item to test setting focus (see #626 comment:42)
2009-03-15  Francesco Montorsileftovers from r59566
2009-03-15  Kevin OllivierOn OS X, the button for wxID_HELP should never accept...
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco MontorsiwxMSW and wxPalmOS already had the wxFont(const wxSize...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-15  Kevin OllivierRebake after last change.
2009-03-15  Kevin OllivierOn Mac, ensure that the library path and dependencies...
2009-03-15  Stefan Csomorchanging layout to better adhere to HIG, fixing truncat...
2009-03-15  Francesco Montorsiwarn the user that for all basic classes wxPoint,wxRect...
2009-03-15  Václav Slavíkfixed docs of rows/cols XRC property
2009-03-15  Stefan Csomorfixing obj-c warnings
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2009-03-15  Stefan Csomormaking sure peer->Move refreshes properly, bringing...
2009-03-15  Stefan Csomorchanges for embedded, applying patch, fixes #10359
2009-03-15  Kevin OllivierConsider wxOSX the port name, and have wxOSX/Carbon...
2009-03-15  Francesco Montorsimore docs and more comments in the sample code for...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Vadim Zeitlinfix warning about needless comparison of unsigned with 0
2009-03-14  Vadim Zeitlinremove stray debugging printf
2009-03-14  Vadim Zeitlincompilation fix for Watcom (see #10576)
2009-03-14  Kevin Ollivierimplement EVT_TEXT and EVT_TEXT_ENTER for NSTextView...
2009-03-14  Francesco Montorsiinclude all events categories in wxEVT_CATEGORY_ALL
2009-03-14  Stefan NeisSorry, needed to fix typo in previous commit.
2009-03-14  Stefan NeisUpdate m_nSize when shrinking wxArrayString (fixes...
2009-03-14  Francesco Montorsimore links to native docs for wxGTK; some typo fix
2009-03-14  Francesco Montorsimore specs for wxDC::DrawRotatedText
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-14  Francesco Montorsirevise the sample, simplifying and cleaning it where...
2009-03-14  Francesco Montorsido not use @c to refer to wxDefault* objects; use ...
2009-03-13  Francesco Montorsiavoid GDK warnings about invalid windows when creating...
2009-03-13  Kevin OllivierOnly MSW supports loading sounds from data.
2009-03-13  Kevin OllivierAnother place we need an autorelease pool.
2009-03-13  Stefan Csomorsolving inversion problem, because SetShape is redefine...
2009-03-13  Stefan Csomormaking sure toplevel default width/sizes are used
2009-03-13  Stefan Csomorsupporting AA font flags on wxGCDC, fixes #10579
2009-03-13  Kevin OllivierMac -> OSX header change.
2009-03-13  Jaakko SalliAllow disabled properties to be expanded/collapsed...
2009-03-13  Václav Slavíkreturn URLs, not filenames, from wxFileSystem::FindFirs...
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-03-13  Julian SmartMade DoSize and GetPageRect virtual for easier derivati...
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-13  Kevin OllivierJust move the binary inside of the app bundle instead...
2009-03-12  Kevin OllivierRemoving more CodeWarrior samples.
2009-03-12  Kevin OllivierRemoving more CodeWarrior project files.
2009-03-12  Kevin OllivierRemove docs for the removed CodeWarrior projects.
2009-03-12  Kevin OllivierRemove instructions for Mac OS Classic.
2009-03-12  Kevin OllivierRemoving Classic MacOS / CodeWarrior instructions as...
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-12  Kevin OllivierRemoving pch header files for CodeWarrior and also...
2009-03-12  Kevin OllivierFix reference ids and update Mac requirements in the...
2009-03-12  Kevin OllivierRemove CodeWarrior portion of the Mac installation...
2009-03-12  Kevin OllivierCodeWarrior has been discontinued on Mac for years...
2009-03-12  Vadim Zeitlincompilation fix for ANSI build
next