Václav Slavík
|
ebee3cd033
|
gsocket compilation fixes: use .cpp files, not .c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-05 21:28:16 +00:00 |
|
David Elliott
|
83a9be3427
|
Use new C++ sockets for everything except OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-04 03:22:44 +00:00 |
|
David Elliott
|
ea7db9ff0a
|
Support building X11 and Motif on Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-04 00:35:43 +00:00 |
|
Václav Slavík
|
93a15cf1c3
|
moved clntdata.h,cpp to wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-12 21:55:16 +00:00 |
|
David Elliott
|
5369a0543e
|
wxCocoa: Added wxScrollBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-23 15:26:44 +00:00 |
|
Włodzimierz Skiba
|
fb8a56b77c
|
Smartphone menus.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-16 06:37:55 +00:00 |
|
Włodzimierz Skiba
|
6db6859926
|
Reverted generic dialogs usage in MSW makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-14 11:10:17 +00:00 |
|
Włodzimierz Skiba
|
23c47bc1f3
|
Generic font dialog is still an option in wxMSW in non Univ mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-11 19:24:59 +00:00 |
|
Włodzimierz Skiba
|
524bb0fad0
|
Generic colour dialog is still an option in wxMSW in non Univ mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-11 18:37:15 +00:00 |
|
Václav Slavík
|
274ad000d2
|
added native wxColourDialog for GTK2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-04 16:02:14 +00:00 |
|
Václav Slavík
|
33d4eef0b9
|
implemented freedesktop.org spec support for GTK version of wxTaskBarIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-31 22:17:09 +00:00 |
|
David Elliott
|
3d3600c9f6
|
Added missing include/wx/cocoa/log.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-30 07:23:17 +00:00 |
|
Julian Smart
|
37699af5bb
|
Bakefile/Makefile fix for uuid.cpp
Removed some obsolete project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-24 20:28:06 +00:00 |
|
Kevin Ollivier
|
9a768b4503
|
Updating bakefiles to include wxWebKit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-22 18:21:43 +00:00 |
|
Robin Dunn
|
571d14b262
|
wxMac should use /src/mac/carbon/spinctrl.cpp, applied some sizing
layout fixes to that file, removed wxMac specific parts from the
generic wxSpinCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-17 19:14:38 +00:00 |
|
Václav Slavík
|
477a623837
|
removed wxGzipStreams (supported by wxZlibStreams now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-25 08:55:57 +00:00 |
|
Robin Dunn
|
aee2779036
|
install missing headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-15 18:58:51 +00:00 |
|
David Elliott
|
53dbce2338
|
wxCocoa: wxRegion using wxRegionGeneric
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-13 19:45:02 +00:00 |
|
Václav Slavík
|
eddb325043
|
added wx/msw/wince/libraries.h to workaround SDK differences problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-11 15:14:50 +00:00 |
|
David Elliott
|
23ffcdc41d
|
Added wxMac stub header files (include/wx/mac/*.h).
make install should now produce a usable installation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-10 00:54:27 +00:00 |
|
David Elliott
|
0754a4b307
|
wxCocoa: native wxNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-09 20:20:51 +00:00 |
|
David Elliott
|
8ac7759580
|
wxCocoa: added ObjcRef.mm and ObjcRef.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-09 20:13:11 +00:00 |
|
Václav Slavík
|
892208406d
|
wxAutomation not useful on WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-04 14:43:28 +00:00 |
|
Vadim Zeitlin
|
e3bf2e8cac
|
implemented bsearch() for CE; added src/msw/wince/crt.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-04 12:30:54 +00:00 |
|
Václav Slavík
|
f9c4805a0e
|
more WinCE fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-03 20:50:12 +00:00 |
|
Václav Slavík
|
ba9e5bc4bd
|
eVC fixes: don't build MSW-only files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-03 12:48:01 +00:00 |
|
Václav Slavík
|
af594ecaf1
|
added support for building eVC projects (not yet tested)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-01 20:20:57 +00:00 |
|
Stefan Csomor
|
56bb4a5ed8
|
files of wxMac moved into carbon subdirs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-26 16:52:25 +00:00 |
|
Robin Dunn
|
defa74be6d
|
Add display.[cpp|h] for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-10 03:14:47 +00:00 |
|
Stefan Neis
|
49299ddc41
|
Use unified unix/gsocket.c on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-08 13:17:59 +00:00 |
|
Mattia Barbon
|
d0b0287895
|
Add missing file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-03 21:05:18 +00:00 |
|
Robert Roebling
|
0f6792ad22
|
Add generix font dialog to gtk build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-28 15:27:58 +00:00 |
|
Robin Dunn
|
10c7746bcc
|
Build tglbtn.cpp and install tglbtn.h on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-23 21:05:04 +00:00 |
|
Ron Lee
|
b4e2cbb515
|
Removed dcbuffer.cpp, its implementation is all inline now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-19 17:23:23 +00:00 |
|
Vadim Zeitlin
|
25959b956d
|
wxURL implementation using WinInet functions under Win32 (patch 839305)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 15:28:06 +00:00 |
|
Vadim Zeitlin
|
aca6b1d738
|
added numdlg.h and generic/numdlgg.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 13:57:37 +00:00 |
|
Václav Slavík
|
4b97309acc
|
moved wxClientData to wxcore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-05 19:57:57 +00:00 |
|
Václav Slavík
|
315ebf688c
|
renamed wxWave to wxSound
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-02 13:42:04 +00:00 |
|
Václav Slavík
|
c79241a238
|
changes to make building plugins possible; build wxSound SDL plugin on Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-01 18:31:54 +00:00 |
|
David Elliott
|
b5df4fc722
|
wxCocoa: Better icon support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-27 06:01:34 +00:00 |
|
David Elliott
|
c15ffb3bf5
|
wxCocoa: Add some header files to the COCOA_HDR list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-27 01:49:23 +00:00 |
|
Robin Dunn
|
7fcf27da12
|
x11/popupwin.h wasn't being installed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-13 01:36:35 +00:00 |
|
David Elliott
|
7c52e8ef95
|
wxCocoa: Enable wxSocket support using new CFSocket implementation from wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-24 04:39:05 +00:00 |
|
David Elliott
|
715c1da4a7
|
wxCocoa: New native wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-16 15:44:11 +00:00 |
|
Gilles Depeyrot
|
d40f26be76
|
use gsockosx and unix sockets when building Mach-o wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-13 20:25:16 +00:00 |
|
David Elliott
|
9de2e75ad0
|
wxCocoa: Use the new native MDI implementation instead of generic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-13 16:05:24 +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 |
|
Vadim Zeitlin
|
0cc66b6c0b
|
moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 10:25:56 +00:00 |
|
Mattia Barbon
|
833a51f67e
|
Implemented wxPopupWindow for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-14 17:05:28 +00:00 |
|
Václav Slavík
|
c839485c8e
|
added .chm support for Unix (Markus Sinner)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-07 19:47:02 +00:00 |
|