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 |
2009-03-17 |
Francesco Montorsi | guard with compile-time checks the new GDK_* event... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Jouk Jansen | correct typo in my previous commit |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Jouk Jansen | correcting #ifdef syntax error |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | fix bug when warning string contains percent signs |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | be x86_64-friendly |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | include the path to the real setup.h |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | do not copy the typical setup.h in setup_gccxml.h;... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | don't fail on machines without french support installed |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | fix compilation with gcc 4.3.3 (and libcppunit 1.12... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | return updated wxFONT*_* values |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | allow testing wxSystemSettings::GetFont() return value |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | no real change; just reformatting and better comments |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Vadim Zeitlin | add a menu item to test setting focus (see #626 comment:42) |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | leftovers from r59566 |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | On OS X, the button for wxID_HELP should never accept... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | wxMSW and wxPalmOS already had the wxFont(const wxSize... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | On Mac, ensure that the library path and dependencies... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Csomor | changing layout to better adhere to HIG, fixing truncat... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | warn the user that for all basic classes wxPoint,wxRect... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Václav Slavík | fixed docs of rows/cols XRC property |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Csomor | fixing obj-c warnings |
commit | commitdiff | tree | snapshot |
next |