| 
							
							
								 Vadim Zeitlin | d6fb552774 | call PKG_PROG_PKG_CONFIG before checking for gnomeprintui, gnomevfs and hildon libraries -- otherwise they were never detected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-31 16:46:49 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d8f2f99ff7 | don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600 if it's not defined git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-31 14:34:43 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | bb9e79c05e | added --enable-tga (on by default) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-31 00:41:43 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | bd915acef1 | Commit configure. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-30 21:43:22 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 916af76f40 | Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to wxArchiveFSHandler for compatibilty.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-29 20:06:45 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 2add9e3c2f | Moved version number to 2.7.2.0 and rebaked git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-28 21:54:52 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ec3edcc984 | check for strtoull() or wcstoull() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-28 17:13:19 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 6c7f5e56a8 | Another fix for the pch bug test. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-28 11:53:44 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | be49c6ecde | Another fix for the pch bug test. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-28 11:07:20 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 6d952fd76f | Fix bugs in check for gcc's precompiled header bug. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-28 10:31:43 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | b2983f422f | Fix portibility bug. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-28 01:15:16 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 26e422a9ad | Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-27 09:12:27 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | a81d5bb62c | On unicode builds detect gcc 3.4 precompiled header bug (bugzilla 13361). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-23 21:20:26 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | f2b79dadee | Bump subrelease number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-23 20:15:41 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | f8f6c91a0f | Added wxBackingFile and wxBackedInputStream. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-23 14:47:07 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ac70b90bb4 | why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-22 12:50:43 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 81bfc17cc6 | bump subrelease number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-19 23:24:08 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 479c790cb7 | must use PKG_PROG_PKG_CONFIG before PKG_CHECK_MODULES; fixes configure for Unicode wxX11 build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-19 15:12:46 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 88bbc3329b | Test for KDE and GNOME using session manager vendor. Use it in mime types initialization.
   Add wxUSE_DETECT_SM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-18 21:55:54 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 64b75e644a | Ensure Cairo is installed before setting wxUSE_GRAPHICS_CONTEXT for wxGTK builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-14 18:07:42 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 6850c57605 | bump subrelease number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-13 19:01:02 +00:00 |  | 
			
				
					| 
							
							
								 Paul Cornett | 7067783d90 | animatectrl typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-11 17:00:24 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 3ea50042c9 | regenaretd after samples/animate addition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-09 17:56:09 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | f1e3914fde | Bump version. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-08 19:49:24 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 319c5ed4d2 | added --enable-aboutdlg git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-08 12:21:57 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | f43426c1b9 | Bakefile changes for building the graphics context modules, and setup/configure changes for setting wxUSE_GRAPHICS_CONTEXT.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-10-04 03:13:03 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 81c330c6f0 | fixed confusing double messages about getservbyname_r() test result, made the checking message consistent with gethostbyname_r() one git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-29 00:03:27 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 4353a8df6e | add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-28 22:55:28 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | ca5c6ac3f4 | Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION to guard wxAutomationObject code which depends on wxVariant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-24 13:12:56 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 95a4630380 | [ 1559479 ] wxImageComboBox Actually wxBitmapComboBox. Also commited configure.
    Not yet updated Makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-23 09:14:49 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 58e65954e9 | Minor cleanup: use AC_CHECK_DECLS for the gtk_icon_size_lookup check instead of AC_TRY_COMPILE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-16 08:09:43 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 6a5c9b3ff7 | Apply patch [ 1548750 ] wxVsnprintf() various fixes Part II.
c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-09 14:11:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 5039a2df01 | define wx_cv_func_snprintf_pos_params when cross-compiling too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-07 22:03:11 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 15291213d7 | enable support for printf positional parameters by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-06 09:51:24 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | ca766534cf | use macros to completely remove wxLogTrace, wxLogDebug etc. in release build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-05 14:21:08 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | dcfd4ac412 | A better compile fix for Wine (which lacks pbt.h). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-04 18:33:31 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 5f41d1bf1d | Define HAVE_BOOLEAN when the Windows headers declare 'boolean' to avoid a conflict with the jpeg headers which will otherwise also declare it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-04 17:57:17 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 5b5d4ef2dd | bump subrel number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-09-02 19:45:44 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 56632e818f | Use WX_CHECK_FUNCS for strtok_r. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-28 07:53:48 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 737d3175f3 | relax DFB version requirements to work with 0.9.22 and not only the latest 0.9.25 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-27 13:45:58 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | b3c861501a | initial (not yet working) code for DirectFB port git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-27 09:42:42 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 452b624353 | set wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal is used git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-23 10:15:43 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 27cc91429d | removed wxUSE_TOOLBAR_SIMPLE leftovers from the main sources, it's not used anywhere anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-23 09:54:29 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 82a2636b8c | Switch to AC_CHECK_DECLS instead of WX_CHECK_DECLS. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-22 21:55:01 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 5acfd58da0 | Add WX_CHECK_DECLS macro and try it out on strtok_r. Otherwise the test for strtok_r succeeds on Minix though the function is not available.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-22 21:15:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c2e9ada498 | tidy up configure output, don't show gnomeprint/vfs/hildon for non-GTK ports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-19 23:17:07 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 3ecd9f92e4 | Regereate after updating the m4 macros. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-16 20:35:04 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 8f3773fdfd | disable positional printf params for now as there are problems with our vsnprintf() version git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-14 00:38:23 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 9576853579 | Add parameter to the --enable-universal_binary option for the path to the SDK. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-10 13:38:23 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | bc023abbbb | Detect and use sys/select.h required by POSIX for select git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-08-09 11:18:24 +00:00 |  |