2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
blob | commitdiff | raw |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Michael Wetherell | Minor cleanup: use AC_CHECK_DECLS for the gtk_icon_size... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Robert Roebling | Apply patch [ 1548750 ] wxVsnprintf() various fixes |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Vadim Zeitlin | define wx_cv_func_snprintf_pos_params when cross-compil... |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Vadim Zeitlin | enable support for printf positional parameters by... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Václav Slavík | use macros to completely remove wxLogTrace, wxLogDebug... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Michael Wetherell | A better compile fix for Wine (which lacks pbt.h). |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Michael Wetherell | Define HAVE_BOOLEAN when the Windows headers declare... |
blob | commitdiff | raw | diff to current |
2006-09-02 |
Robin Dunn | bump subrel number |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Michael Wetherell | Use WX_CHECK_FUNCS for strtok_r. |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Vadim Zeitlin | relax DFB version requirements to work with 0.9.22... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Václav Slavík | set wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Václav Slavík | removed wxUSE_TOOLBAR_SIMPLE leftovers from the main... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Michael Wetherell | Switch to AC_CHECK_DECLS instead of WX_CHECK_DECLS. |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Michael Wetherell | Add WX_CHECK_DECLS macro and try it out on strtok_r... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Michael Wetherell | For an unknown generic unix system make --with-x11... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | tidy up configure output, don't show gnomeprint/vfs... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Paul Cornett | configure test for round |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Vadim Zeitlin | disable positional printf params for now as there are... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | corrected typo in DEFAULT_wxUSE_PRINTF_POS_PARAMS |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Michael Wetherell | Add parameter to the --enable-universal_binary option... |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Michael Wetherell | Detect and use sys/select.h required by POSIX for select |
blob | commitdiff | raw | diff to current |
2006-08-05 |
Vadim Zeitlin | test for sys/soundcard.h was failing because of missing... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Vadim Zeitlin | nicer messages for gstreamer detection |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Vadim Zeitlin | continue even if the system name is not recognized |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Vadim Zeitlin | remove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc |
blob | commitdiff | raw | diff to current |
2006-07-12 |
Stefan Neis | Added support for MirOS, an OpenBSD variant (patch... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Vadim Zeitlin | added wxUSE_PRINTF_POS_PARAMS which can be used to... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Julian Smart | Initial commit of wxAUI |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Vadim Zeitlin | added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Vadim Zeitlin | use CFLAGS for GTK tests, not CXXFLAGS |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added wxHyperlinkCtrl (patch 1476781 from Francesco) |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Julian Smart | wxToggleButton for wxUniversal: configure changes |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Paul Cornett | fix incomplete change from rev 1.1121 |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Paul Cornett | typo |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | renamed wxComboControl to wxComboCtrl and related wxUSE... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Vadim Zeitlin | wxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Stefan Neis | Need to do tests for compiler version (to determine... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Vadim Zeitlin | use CXXFLAGS instead of CFLAGS in several places now... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Vadim Zeitlin | compile GTK+ test program using C compiler, not C+... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Vadim Zeitlin | do all tests using C++ compiler, this should fix all... |
blob | commitdiff | raw | diff to current |
2006-03-17 |
Robert Roebling | Rearrange code to make adding wxMimeTypesManagerFactory |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | don't require multimon.h any more now (patch 1446030... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
Stefan Neis | Removed -fno-strict-aliasing for OS/2 (not supported... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Add -fno-strict-aliasing to the optimisation flags... |
blob | commitdiff | raw | diff to current |
2006-02-10 |
Vadim Zeitlin | Ryan's cumulative wxActiveX and media control patch... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other... |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Michael Wetherell | Remove richedit sample from configure |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Julian Smart | Updates for wxToolbook class |
blob | commitdiff | raw | diff to current |
2006-01-28 |
Stefan Neis | Do test for get{host,serv}byname_r in C++ mode, so... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Kevin Ollivier | Fixes for wxMac Universal binary support. With these... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Stefan Neis | Yet another try to fix NetBSD's problem with getservbyn... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Julian Smart | First stab at adding --enable-universal_binary |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Michael Wetherell | lndir no longer needed |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Stefan Neis | Testing if using -D_REENTRANT helps compiling socket... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Mart Raudsepp | GTK_NO_CHECK_CASTS is a gtk1 only thing, so don't put... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Stefan Neis | Temporarily (?) commented the code for testing for... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Robert Roebling | Added configure flag for wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Robert Roebling | Added configure checks for Hildon Framework. |
blob | commitdiff | raw | diff to current |
2005-12-18 |
Michael Wetherell | Put back the warning flags |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | put user-specified CPP/C/CXXFLAGS after the ones we... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Ron Lee | Output deprecated warning for --rezflags and permanentl... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Ron Lee | Fix include dirs for windres, enable emxbind to actuall... |
blob | commitdiff | raw | diff to current |
2005-11-27 |
Stefan Neis | Cleaned up some erroneous stuff from previous commit... |
blob | commitdiff | raw | diff to current |
2005-11-27 |
Stefan Neis | Detect thread-safe versions of gethostbyname/gethostbya... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Vadim Zeitlin | renaming of variables in rev 1.1090 introduced a clash... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
David Elliott | Separate RESCOMP into WINDRES (for Win32) and REZ ... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Ron Lee | Minimal implementation of --rescomp option for wx-config, |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Vadim Zeitlin | fixed quoting in CPPFLAGS (last change broke the Unix... |
blob | commitdiff | raw | diff to current |
2005-11-22 |
Vadim Zeitlin | autumn cleanup of configure: |
blob | commitdiff | raw | diff to current |
2005-11-20 |
Michael Wetherell | Use re_search directly instead of regexec when using... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Wetherell | Add rcdefs.h and support for automatic manifests on... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Michael Wetherell | Modify wxString::operator<<(wxLongLong_t) to avoid... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Michael Wetherell | Include $cross_root/include in header search when cross... |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Vadim Zeitlin | using newlines in AC_CONFIG_COMMANDS() first argument... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
Michael Wetherell | Small changes to 'make dist' to allow it work on Solari... |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Julian Smart | Added wxRichTextCtrl |
blob | commitdiff | raw | diff to current |
2005-10-15 |
Michael Wetherell | Implement string inserter for long long. This creates... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Michael Wetherell | Use 'cp -pR' as a fallback for lndir, remove $(shell... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | regenerated with treebook files |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | Added wxTreebook: |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-10-08 |
Vadim Zeitlin | enable all warnings (but disable some of them) for... |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Vadim Zeitlin | disable some (unavoidable) HP-UX aCC warnings |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Vadim Zeitlin | define _HPUX_SOURCE under HP-UX, otherwise many things... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Vadim Zeitlin | fixed bug in error message given if X headers/libs... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Vadim Zeitlin | updated version in configure to 2.7.0 too |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Vadim Zeitlin | added --without-subdirs option to speed up configure... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't declare pthread_mutexattr_settype() ourselves... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | disable warning about data truncation (810) for icc... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't declare strptime() ourselves if the system alread... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | corrected typo in check for icc |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Michael Wetherell | Fixups for solaris; remove '-mt' from pkg-config output... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | removed code defining NO_GCC_PRAGMA, we shouldn't need... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Kevin Hock | Use CXXFLAGS rather than CFLAGS for -Werror when determ... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Michael Wetherell | Use lib64 for 64-bit builds on some kinds of linux... |
blob | commitdiff | raw | diff to current |
next |