2009-10-25 |
Paul Cornett | feature name must match description |
blob | commitdiff | raw |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Vadim Zeitlin | Don't include LDFLAGS in `wx-config --libs` output. |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Vadim Zeitlin | Fix for windres flags used in Win64 mingw build. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Vadim Zeitlin | Test whether GTK+ is 2.18 or newer in configure. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Vadim Zeitlin | Define __WXOSX__ and __WXMAC__ on compiler command... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Paul Cornett | QuickTime is needed by wxBitmap |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Peter Cawley | Merged GSOC Ribbon work from SOC2009_RIBBON branch... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Vadim Zeitlin | Change Unix build system to not use debug build any... |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Vadim Zeitlin | Perform Apple SDK tests for Mac ports only. |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Kevin Ollivier | If gcc-4.2+ is specified for compiling OS X Carbon... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Vadim Zeitlin | updated the version to 2.9.1 |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Vadim Zeitlin | added X11R7 directories to X libraries search path... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Vadim Zeitlin | fixed handling of --with-opengl=auto (default value... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Vadim Zeitlin | disable deprecation warnings when building wxMac as... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | don't disable the use of standard streams/strings by... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | remove support/detection of Mac OS < X |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | added --disable-tls option and use it by default under... |
blob | commitdiff | raw | diff to current |
2009-05-08 |
Vadim Zeitlin | check for Python and disable automatic STC files updati... |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Vadim Zeitlin | avoid multiline strings in AC_CONFIG_COMMANDS as it... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
blob | commitdiff | raw | diff to current |
2009-03-28 |
Vadim Zeitlin | fix setting of HOST_{PRE,SUF}FIX in case --host option... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Kevin Ollivier | On Mac, ensure that the library path and dependencies... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Vadim Zeitlin | define HOST_SUFFIX as empty string when not cross-compi... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Vadim Zeitlin | use install_name_tool when cross-compiling too: it... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Francesco Montorsi | test if CXXFLAGS/CFLAGS contains the -g or the -O optio... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Francesco Montorsi | remove 'mobile' samples as they're not useful from... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Francesco Montorsi | merge wxEditableListBox sample in widgets sample (it... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Francesco Montorsi | build wrapsizer sample when wxUSE_GUI==1 |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Vadim Zeitlin | disable wxUSE_MEDIACTRL when wxUSE_ALL_FEATURES==no... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | use wcs(n)casecmp() if available; use wxStricmp() to... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Francesco Montorsi | provide our own implementation of wxStrnlen if it's... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Francesco Montorsi | add support for wxStrnlen for those platforms where... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Vadim Zeitlin | there is no need to do DEFAULT_wxUSE_CONTROL=yes; also... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Václav Slavík | wx is not a compiler, it doesn't need AC_CANONICAL_TARGET |
blob | commitdiff | raw | diff to current |
2009-01-01 |
Robert Roebling | Correct wx-config's output of base libs for OSX ports... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Francesco Montorsi | add the -headerpad_max_install_names option to the... |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | reorganize scroll sample to make it possible to underst... |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Robert Roebling | Added clipboard sample check to configure.in, other... |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Francesco Montorsi | fix wxOS2 build where OpenGL headers are available... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Francesco Montorsi | implement 'auto' mode for both wxMediaCtrl and OpenGL |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Francesco Montorsi | don't give an error when OpenGL libraries aren't availa... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Francesco Montorsi | enable OpenGL and MediaCtrl components by default as... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Vadim Zeitlin | don't assume that __thread is available just because... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Vadim Zeitlin | don't use __thread keyword with g++ < 4 as it results... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | disable warning about possible misaligned access given... |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Robin Dunn | Set TOOLKIT_LOWERCASE correctly for the various flavors... |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Vadim Zeitlin | use -Woverloaded-virtual if g++ supports it |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Vadim Zeitlin | remove SO_SUFFIX from configure, this is handled by... |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Vadim Zeitlin | use = in test, not == which is not standard and not... |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Vadim Zeitlin | fix large files support for HP-UX v11: we need _LARGEFI... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Vadim Zeitlin | include richtext library in BUILT_WX_LIBS (in particula... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Robert Roebling | Updates for make dist for OSX_CARBON |
blob | commitdiff | raw | diff to current |
2008-10-09 |
Vadim Zeitlin | trying to fix visibility problems for ObjC++ files... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Stefan Csomor | porting dcscreen blit from 2.8 |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Vadim Zeitlin | merged docvwmdi sample into docview one to avoid having... |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Robin Dunn | Fix OpenGL test on OSX |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Stefan Csomor | reintroducing former default, reverting Robert's change... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
Stefan Csomor | integrating Kevin's work, command line builds for osx... |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Robert Roebling | Enable graphics context by default |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Robert Roebling | Also make make dist for wxMac work |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Vadim Zeitlin | don't disable optimize if --enable-debug_info was speci... |
blob | commitdiff | raw | diff to current |
2008-07-30 |
Stefan Csomor | default to using graphics context on osx |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Vadim Zeitlin | fix --disable-optimise configure option description... |
blob | commitdiff | raw | diff to current |
2008-06-13 |
Vadim Zeitlin | search for X11 headers in paths under /usr/local before... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | don't test for hash_{map,set} classes if we have unorde... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Stefan Neis | More compilation fixes for mingw-w64. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | fix the test for vsscanf() declaration which never... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | always define wxUSE_RICHEDIT[2] -- this is better than... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Stefan Neis | Tests for declarations of snprintf/vsnprintf/vsscanf... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Francesco Montorsi | removed old utils (helpgen, tex2rtf, helphtml, nplugin... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | added the rungccxml.sh script and the setup_gccxml... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
Robin Dunn | Add AutoToolbox framework |
blob | commitdiff | raw | diff to current |
2008-02-18 |
David Elliott | Test for dlopen/dlerror on Mac OS X as with any other... |
blob | commitdiff | raw | diff to current |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
David Elliott | Add in some support for separate CXXFLAGS and OBJCXXFLAGS. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Vadim Zeitlin | fix typo in warning message |
blob | commitdiff | raw | diff to current |
2008-02-04 |
Vadim Zeitlin | added console IPC sample (part of patch 1833150) |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Paul Cornett | check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Stefan Csomor | allowing for building without sys libiconv (compat... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Stefan Csomor | fix should have been mac only |
blob | commitdiff | raw | diff to current |
2008-01-15 |
Stefan Csomor | fixing leopard configure for universal_binary when... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Francesco Montorsi | added AC_SUBST for EXTRALIBS_STC which was missing... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | set DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non... |
blob | commitdiff | raw | diff to current |
next |