2009-03-22 |
Stefan Csomor | adding tests |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxUSE_STD_STRING==0 |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | deprecate integer trace masks and don't define the... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | move forward declarations unneeded in wx/log.h to wx... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | define wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | compilation fix for STL build after the last change |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | wxGTK1 compilation fixes after last changes |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | fix typo; wrap lines; add some clarifications |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | correct wxASSERT_LEVEL_2 definition |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | no changes, just wrap long lines |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Stefan Csomor | simpler define handling |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | fix harmless warning about unreachable code under MSW... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Vadim Zeitlin | always define ShowAssertDialog() but do nothing in... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Stefan Csomor | temporary build-fix |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Kevin Ollivier | Disabling sheets codepath until we can resolve the... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Kevin Ollivier | New release script docs. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | fix typo in comment introduced in the previous change... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Stefan Csomor | fixing multiple extensions in one filter, turning off... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Stefan Csomor | adapting to autorelease of factory methods |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Stefan Csomor | adapting to autorelease of factory method |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | don't use HBMMENU_CALLBACK under Windows Vista as this... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Stefan Csomor | fixing the type |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | move __WXFUNCTION__ to wx/cpp.h from wx/debug.h |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | made wx/debug.h C++ header again (reverting changes... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | fix generation of wxEVT_CHAR_HOOK events which, incredi... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Vadim Zeitlin | don't build flash and mfc samples with non-MSVC compile... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Stefan Csomor | making sure the repositioning within the contentview... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Stefan Csomor | make it crash-proof |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | use /b option with the EXIT command |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | fix for PCH-less builds |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | revert 59680; implement proper fix for wxMSW test failu... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | fix unreadable typo |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Václav Slavík | wxHTML tables handler didn't properly restore m_enclosi... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Jaakko Salli | Fix wxGTK wxBitmapComboBox::SetValue() not working... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | minimal list of wx CRT wrappers (so doxygen highlights... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | fixes for Italian locale: ignore a final 'CET' string... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | handle locales where AM/PM strings are empty |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | try to use 0/1 instead of the cstdlib' EXIT_SUCCESS... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Francesco Montorsi | allow to give the testcase name without the final ... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | share a few helpers between datetime.cpp and datetimefm... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | build fix (part of r59673, r59656) |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | build fix for systems where HAVE_STRPTIME is defined |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | make GetNumOfDaysInMonth static again; in datetimefmt... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Csomor | make sure we always have a CGFontRef |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | move parsing helpers, too (part of r59656) |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Csomor | introducing temporary variables for atsu with cocoa |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | no real changes: split the huge datetime.cpp in two... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Robin Dunn | Use native EOL |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | run tests on the wxMSW port again |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Csomor | reworked font handling for osx (was missing because... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | add group file for locale functions (was part of r59627) |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | in case the user mask doesn't contain wxEVT_CATEGORY_UI... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Vadim Zeitlin | include wx/button.h to get wxBU_EXACTFIT declaration |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Vadim Zeitlin | copied 2.8.10 changelog |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Vadim Zeitlin | add wxBU_EXACTFIT support to wxToggleButton XRC handler... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Csomor | adding more native definitions |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | implement wxStrtoX_l() variants even when wxHAS_XLOCALE... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | remove unneeded wxCHECK_MSG: GetNextMessage() can get... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | comment-out tests provoking a low-level assert from... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Francesco Montorsi | update date for 2.9.0 release; set the title to "Refere... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | fix constant value for 32bit machines |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Csomor | avoid double framing on carbon as well |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | blind build fix for STL builds |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | extend wxXLocale with wxStrto[d,l,ul] functions; make... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | document wxLocale::GetInfo |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | fix typos (closes #10611) |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | revised wxString docs: don't use old style grouping... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | remove implementations from interface headers |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Francesco Montorsi | commit temporary fix for the sample for 2.9.0 release |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Kevin Ollivier | Fix toggle button style. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | fix (harmless) MSVC 64 bit compilation warning (closes... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | simplify a bit the convoluted implementation of wxFontR... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | no change: just move a misplaced comment |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | add a wxFont test unit (currently GetFamily and the... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | use doxygen autolinking feature; use @ref command for... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | fix leftover of previous commits about pixelSize ctor |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Benjamin Williams | updated aui sample to demonstrate/test wxITEM_RADIO... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Benjamin Williams | added wxITEM_RADIO support to wxAuiToolbar (applied... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | correct typo in SetAltExtensions() method (re-closes... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | no changes, just correct some comments and variable... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | set native eol-style for the overview files |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | add support to wxBitmapToggleButton also in TransferFro... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | some note about DOT_PATH, specially for Windows |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | wxStatusBarPane is not a window |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | re-add GetFieldsCount() erraneously removed in r59566 |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Kevin Ollivier | Leave anti-aliasing on by default on Mac as well |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Vadim Zeitlin | added the files with separate tags itself (should have... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Vadim Zeitlin | extract the list of macros to ignore in a separate... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | the GOption hack is valid for Glib 2.20 too (it looks... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Kevin Ollivier | Handle the remaining selectors which otherwise lead... |
commit | commitdiff | tree | snapshot |
next |