Václav Slavík
abde328337
fixed to the newly added crt.h header:
...
1. include it in makefiles
2. add proper header and guards
3. include wxchar.h so that the things to include are maintained in just one place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-30 14:03:45 +00:00
Vadim Zeitlin
b46b1d59d6
implement event loop for console applications (heavily modified patch 1715735)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-14 23:43:39 +00:00
Václav Slavík
467175ab3f
moved primitive string and string iterators operations to stringops.h/cpp files to make wxString code easier to read
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-19 10:05:55 +00:00
Václav Slavík
e7308074d8
moved vararg CRT functions wrappers to a new wxcrtvararg.h header
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-19 08:04:34 +00:00
Vadim Zeitlin
620c9408b8
rebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-13 12:06:21 +00:00
Vadim Zeitlin
eecc043f6c
rebaked after adding new string-related headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-03-29 17:40:32 +00:00
Václav Slavík
c9f7896861
first phase of transition to unified Unicode build:
...
1. changed c_str() to return wxCStrData (implicitly convertible to wxChar*)
2. added template type-safe wrappers for vararg functions
3. added wxUniChar class representing single Unicode character
4. changed wxString::operator[] and wxString::iterator to return wxUniChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-03-17 10:26:10 +00:00
Robin Dunn
7fd3acaf54
Set version number
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-02-06 19:58:27 +00:00
Vadim Zeitlin
4fd169bda5
updated version to 2.8.1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-01-07 22:21:20 +00:00
Julian Smart
b45ab2904c
Version updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 12:12:18 +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
Michael Wetherell
f068697b46
Add wxArchiveFSHandler.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-27 22:10:19 +00:00
Michael Wetherell
56d5b4b860
Rebake for new tar streams.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-27 09:57:42 +00:00
Michael Wetherell
37671b828a
Add wxFilterFSHandler.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-26 22:49:53 +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
c4ad618c2f
regenerated after wx/cpp.h addition
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-01 20:46:32 +00:00
Vadim Zeitlin
fc1dea3de0
regenerated after adding platinfo.{h|cpp}
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-13 21:10:59 +00:00
Vadim Zeitlin
bec8a09e4a
uncommented Build-Requires (accidentally checked in)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:57:18 +00:00
Vadim Zeitlin
6001a0eec0
remove wx-config link created as part of make install, it shouldn't be included in the package as the link is created by postinst script
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:48:42 +00:00
Vadim Zeitlin
653e2052ac
added new headers missing from wxGTK headers list
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:46:33 +00:00
Vadim Zeitlin
66a9bd0997
added aui and richtext libs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:44:33 +00:00
Vadim Zeitlin
3a0e61d6bf
install static contrib libraries too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:34:03 +00:00
Vadim Zeitlin
816d7d9fcf
added static libs for all contrib libraries
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:29:35 +00:00
Vadim Zeitlin
4dfbb6ed8e
there is no static mmedia lib
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:25:16 +00:00
Vadim Zeitlin
1466dd1507
contrib lib is called mmedia, not media
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:17:10 +00:00
Vadim Zeitlin
63ca914cea
added back .mo files (we do have a separate package for them after all); added bakefile presets
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 13:34:59 +00:00
Vadim Zeitlin
1096bf6710
don't build wxBase separately here, this is probably an artefact of monolithic build system
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 13:31:59 +00:00
Vadim Zeitlin
f2c88494b6
i18n files are installed as part of wxBase (and should be ideally part of separate package), they don't belong here
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 13:09:35 +00:00
Vadim Zeitlin
afefc74cff
make prefix /usr by default, not /opt/gnome
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 13:05:52 +00:00
Vadim Zeitlin
b1641484dc
use .tar.bz2, not .tar.gz
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 13:04:09 +00:00
Vadim Zeitlin
feffc1b546
update spec files version
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-04 22:40:00 +00:00
Vadim Zeitlin
355debca06
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 14:09:40 +00:00
Vadim Zeitlin
a1999705b6
rebaked after adding convauto.cpp/.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-05 15:06:15 +00:00
Michael Wetherell
2f5e790cb1
Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as
...
it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for
'make dist', and rebake.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-10-18 20:50:46 +00:00
Vadim Zeitlin
4cbcfb73a0
regenerated after version.bkl changes fixing -compatibility_version for Darwin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-10-03 21:05:25 +00:00
Michael Wetherell
460354e939
Rebake after recguard.h added to bakefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-08 12:59:33 +00:00
Włodzimierz Skiba
fb5ab39697
Fix (workaround?) for rpmspec.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-29 18:41:58 +00:00
Robert Roebling
97ddaeee9e
Correct wxGTK.spec again after bakefiling.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-29 16:44:00 +00:00
Michael Wetherell
810b94f0aa
Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-28 16:16:35 +00:00
Julian Smart
f02fe2efc8
Version number update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-25 16:35:16 +00:00
Robert Roebling
deb0a813ea
Comitting correct wxGTK.spec again.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-19 13:48:12 +00:00
Julian Smart
47a4a1aec8
Baked files for 2.6.1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 16:38:10 +00:00
Robin Dunn
7a070ef1cb
Version number bump
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-30 19:52:20 +00:00
Robert Roebling
e3ee916b32
We don't have datetime.inl anymore, I think.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 10:50:05 +00:00
Robert Roebling
d9ae517b82
Restored wxGTK.spec again.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 10:45:36 +00:00
Włodzimierz Skiba
3ee8bbb98c
Refresh of the build files after recent changes in .bkl specifications.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 18:21:07 +00:00
Robert Roebling
18f208c3f6
Renamed translation package i18n.
...
Corrected list of wxBase files again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-18 17:47:56 +00:00
Julian Smart
d672173c65
Renewed makefiles after reverting run-time lib change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 20:08:49 +00:00
Robert Roebling
fe770a6011
Copied wxGTK_RR.spec to wxGTK.spec.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 12:33:54 +00:00
Julian Smart
df050bd949
rel = 1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 19:37:51 +00:00
Julian Smart
4818141bb2
Changed version number
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 15:50:13 +00:00
Vadim Zeitlin
1cd555d2de
updates from photon3108@users.sf.net (patches 1173350, 1173440, 1173447 and
...
1173453):
- s/wxWindows/wxWidgets/g
- build qa library
- use %{_tmppath} instead of /var/tmp (makes possible to build as non root)
- run ldconfig on uninstall
- many cosmetic changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-02 22:26:04 +00:00
Julian Smart
8c9f8f91cd
Updated version to 2.5.5
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-23 13:05:13 +00:00
Włodzimierz Skiba
660296aa90
Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-22 19:39:54 +00:00
Vadim Zeitlin
f5b3b37ede
remove odbc lib to prevent rpm errors about unpackaged files (patch 1151783)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-21 22:46:37 +00:00
Vadim Zeitlin
61639efb66
added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-21 00:11:06 +00:00
Vadim Zeitlin
54e80d76a2
added debugrpt.cpp and dbgrptg.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-11 03:03:35 +00:00
Václav Slavík
86834940ec
fixed spec files: no data files are installed under prefix/share/wx anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-20 22:22:44 +00:00
Julian Smart
4df9240fe8
wxrc no longer lives under contrib
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-20 13:07:11 +00:00
Vadim Zeitlin
2fbef27947
fixes after wx-config and other changes (patch 1076156)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-19 18:17:58 +00:00
Julian Smart
4e4cea52b3
Version number updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-07 20:49:47 +00:00
Vadim Zeitlin
107d0fd493
added {debughlp|stackwalk}.{h|cpp}
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-17 01:43:08 +00:00
Vadim Zeitlin
8329fea8ad
rebaked after adding src/tiff/tif_color.c
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-23 08:46:26 +00:00
Ryan Norton
dd65d8c830
wxURI. Move Convert/to/fromURI into uri.cpp so that it is compiled in base. Regenerate Bakefiles.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-27 22:47:26 +00:00
Julian Smart
927330abae
Incremented version
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-09-29 07:48:17 +00:00
Ryan Norton
c33fae85b0
Regen Bakefiles for OSX HID integration
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-09-27 06:53:08 +00:00
Vadim Zeitlin
ef335a4fa8
rebaked to include latest modifications (mainly choicebkg addition)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-09-19 12:05:11 +00:00
Václav Slavík
68b47b2f09
adapted RPM spec file to latest changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-22 08:32:37 +00:00
David Elliott
82b0b7f633
Baked (clntdata.cpp core->base)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-18 03:10:04 +00:00
Julian Smart
c4839ccf58
Regenerated makefiles for 2.5.2
...
Other version updates
Added list of Cocoa files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-24 14:12:40 +00:00
Robin Dunn
327b382e1e
Put version numbers back to 2.5.1 until 2.5.2 is imminent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 23:40:24 +00:00
Julian Smart
5088af155b
Changed some version numbers to 2.5.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 20:38:09 +00:00
Václav Slavík
078c7a596d
makefiles update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-05 22:34:18 +00:00
Robin Dunn
20b35a6916
Added wxGridBagSizer, a grid sizer where item positions can be
...
specified and row/col spanning is allowed.
Updated docs, the layout sample, files.bkl, and updated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 01:31:44 +00:00
Václav Slavík
88e3652fd0
remove wxBase files to get rid of RPM's complains about unpackaged files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-06 19:12:12 +00:00
Vadim Zeitlin
b71531ad92
regenerated after adding gzstream.* and vidmode.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:48:14 +00:00
Václav Slavík
671a85ea56
regenerated
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-18 22:46:21 +00:00
Julian Smart
93f467a3b4
Changed version to 2.5.1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-14 19:39:34 +00:00
Václav Slavík
d10382abd5
removed BuildRequires: wx-base-devel from RPM .spec files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-30 12:30:09 +00:00
Václav Slavík
66cb53f7a9
Unicode compilation fixes for OGL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 09:06:58 +00:00
Václav Slavík
4eba184013
updated the RPMs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-20 15:14:12 +00:00
Václav Slavík
86ec293520
no need for --enable-soname anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-25 19:54:06 +00:00
Julian Smart
c31752dadf
Updated version
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-12-05 11:08:08 +00:00
Vadim Zeitlin
2b5f62a0b2
merged 2.4 branch into the trunk
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-12-04 14:11:26 +00:00
Julian Smart
8dafe2c7d5
Incremented version number
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-20 11:51:14 +00:00
Václav Slavík
818ff14582
make all now compiles .mo catalogs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-13 13:48:08 +00:00
Václav Slavík
c16d276354
oops, wxGTK.spec missed clean section
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-15 16:45:18 +00:00
Václav Slavík
debc175a42
added AM_PATH_WXCONFIG macro and its installation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-11-24 23:55:29 +00:00
Václav Slavík
acea2a0bac
mo files are now with lang directive
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-11-22 23:55:21 +00:00
Václav Slavík
5dcf9614cf
added -static packages to specfiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-11-22 00:33:18 +00:00
Václav Slavík
81edbb3f00
fixes to wxGTK specfile
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-11-20 23:50:53 +00:00
Vadim Zeitlin
8c8fb2f6f6
fixes for RPM generation after Ron's changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-10-01 17:39:31 +00:00
Ron Lee
3a922bb4bd
More build system polishing.. mostly. Some stuff ported over from
...
recent changes to the 2.2 branch.
Rationalised the autoconf scripts again, removed lots of stuff that
shouldn't be there anymore and pounded the rest into an even tighter
furball. (There's more work to be done here, but we're getting there..)
Implemented the library naming scheme outlined in tn0012.txt -- introduced
'toolchain' and 'widget set' into the autoconf scripts, obsoleted the
top level wx/setup.h and much of the mess associated with it.
More changes for cross compiling and 2.3 debs.
s/burnt_name/soname/g ; s/CC/CXX/g ; s/CCC/CC/g ; Just because it's Right.
(Thanks Vadim for already doing *FLAGS..)
Fixed libfl Makefile to actually work.
Removed *_DEPS from tmake templates, in every case they can be determined
from the relevant *_OBJS
Added BASE_MSW_OBJS, a couple of missing #includes, some missing files to
the 'dist' targets, and fixed some compile warnings.
Changed setup.py to use wx-config --gl-libs instead of hard coded constants.
Modified Files:
Makefile.in configure configure.in setup.h.in wx-config.in
wxBase.spec wxGTK.spec wxMotif.spec
contrib/include/wx/applet/window.h contrib/src/Makefile.in
contrib/src/applet/appletwindow.cpp contrib/src/fl/Makefile.in
debian/changelog debian/control.in debian/libwxbase-dbg.dirs
debian/libwxbase-dbg.links debian/libwxbase-dbg.postinst
debian/libwxbase-dbg.prerm debian/libwxbase-dev.dirs
debian/libwxbase-dev.files debian/libwxbase-dev.links
debian/libwxbase-dev.postinst debian/libwxbase-dev.prerm
debian/libwxgtk-dbg.dirs debian/libwxgtk-dbg.links
debian/libwxgtk-dbg.postinst debian/libwxgtk-dbg.prerm
debian/libwxgtk-dev.dirs debian/libwxgtk-dev.files
debian/libwxgtk-dev.links debian/libwxgtk-dev.postinst
debian/libwxgtk-dev.prerm debian/rules
distrib/msw/tmake/base.t distrib/msw/tmake/gtk.t
distrib/msw/tmake/mgl.t distrib/msw/tmake/motif.t
distrib/msw/tmake/msw.t distrib/msw/tmake/os2.t
distrib/msw/tmake/univ.t docs/motif/install.txt
include/wx/msw/private.h include/wx/os2/SETUP.H
include/wx/os2/SETUP0.H samples/ipc/Makefile.in
samples/sockets/Makefile.in src/files.lst src/make.env.in
src/makelib.env.in src/makeprog.env.in src/common/strconv.cpp
src/gtk/files.lst src/mgl/files.lst src/motif/files.lst
src/msw/files.lst src/msw/gsocket.c src/msw/gsockmsw.c
src/msw/toplevel.cpp src/msw/utils.cpp src/os2/files.lst
src/univ/files.lst wxPython/setup.py
Added Files:
debian/libwxbase-msw-dev.dirs debian/libwxbase-msw-dev.links
debian/libwxbase-msw-dev.postinst
debian/libwxbase-msw-dev.prerm debian/libwxmsw-dev.dirs
debian/libwxmsw-dev.links debian/libwxmsw-dev.postinst
debian/libwxmsw-dev.prerm debian/wxwin-doc.doc-base
debian/wxwin-headers-msw.dirs
Removed Files:
debian/wxwin-doc.doc-base.in include/wx/setup.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-09-28 07:00:13 +00:00
Vadim Zeitlin
6e711d5c09
applied patch 446836: removed qt headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-08-25 14:52:26 +00:00
Vadim Zeitlin
b5fa0a3e0f
1. use tar.bz2 as sources, not tar.gz
...
2. fix URL in the spec files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-06-21 17:53:19 +00:00
Robin Dunn
014e19de74
Updated version numbers to 2.3.1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-06-06 16:50:48 +00:00
Robin Dunn
0f7deca925
Fixed the problem of the RPM having the builder's user and group id
...
and complaining about it during install.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-05-25 07:00:12 +00:00
Vadim Zeitlin
918a745c19
regenerated all makefiles from filelist.txt
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-06 00:17:09 +00:00
Vadim Zeitlin
31fe72b638
modified make and .spec files to build distribution files names with version suffix (like wxFoo-major.minor.micro)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-01-29 17:39:24 +00:00
Robert Roebling
147a1f7e70
RPM version 2.3.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-24 12:39:30 +00:00