]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2009-03-20  Robin DunnUse native EOL
2009-03-20  Francesco Montorsirun tests on the wxMSW port again
2009-03-20  Stefan Csomorreworked font handling for osx (was missing because...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-20  Francesco Montorsiadd group file for locale functions (was part of r59627)
2009-03-20  Francesco Montorsiin case the user mask doesn't contain wxEVT_CATEGORY_UI...
2009-03-20  Vadim Zeitlininclude wx/button.h to get wxBU_EXACTFIT declaration
2009-03-20  Vadim Zeitlincopied 2.8.10 changelog
2009-03-20  Vadim Zeitlinadd wxBU_EXACTFIT support to wxToggleButton XRC handler...
2009-03-20  Stefan Csomoradding more native definitions
2009-03-20  Francesco Montorsiimplement wxStrtoX_l() variants even when wxHAS_XLOCALE...
2009-03-20  Francesco Montorsiremove unneeded wxCHECK_MSG: GetNextMessage() can get...
2009-03-20  Francesco Montorsicomment-out tests provoking a low-level assert from...
2009-03-20  Francesco Montorsiupdate date for 2.9.0 release; set the title to "Refere...
2009-03-19  Francesco Montorsifix constant value for 32bit machines
2009-03-19  Stefan Csomoravoid double framing on carbon as well
2009-03-19  Francesco Montorsiblind build fix for STL builds
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
next