Robert Roebling
|
c061373dc5
|
Began work on print dialogs. Now wxPrintDialog
is a pimpl implementation of the native
dialog classes, which are created in wxPrintFactory.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 22:11:48 +00:00 |
|
Vadim Zeitlin
|
7a295dfa5c
|
fixed enhanced metafiles loading from files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-16 13:31:27 +00:00 |
|
Włodzimierz Skiba
|
6fb99eb3b7
|
Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-13 14:04:19 +00:00 |
|
Włodzimierz Skiba
|
42841dfcad
|
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-11 16:30:43 +00:00 |
|
Włodzimierz Skiba
|
373a5fb355
|
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-07 13:36:41 +00:00 |
|
Vadim Zeitlin
|
a6fd0fde4c
|
update the disabled buttons appearance when system colours change (followup to patch 1027243)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-03 13:46:11 +00:00 |
|
Vadim Zeitlin
|
57e075e99a
|
removed trailing comma from enum (gcc 3.4 compilation fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-02 16:12:15 +00:00 |
|
Vadim Zeitlin
|
aba3d35e7b
|
don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 22:27:45 +00:00 |
|
Julian Smart
|
c3627a004d
|
Deprecated SetItemImage with 2 image ids
Deprecated _GET_INFO, _SET_INFO list control events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 19:12:23 +00:00 |
|
Václav Slavík
|
2596e9fb2c
|
fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:07:48 +00:00 |
|
Vadim Zeitlin
|
81ce36aa59
|
more 64 bit correctness fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 09:25:47 +00:00 |
|
Włodzimierz Skiba
|
9b1414681c
|
Hardware defines spec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 08:03:26 +00:00 |
|
Vadim Zeitlin
|
b41f29c357
|
suppress VC7.1 64 bit correctness warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:16:57 +00:00 |
|
Julian Smart
|
08c6324095
|
__WINCE__ -> __WXWINCE__
Added missing O_... symbols
Incremented the version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 07:45:37 +00:00 |
|
Robert Roebling
|
e11898f903
|
Compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 13:06:30 +00:00 |
|
Vadim Zeitlin
|
df455719ff
|
keep the old wxFont::Create() signature (changed by font size in pixels patch) to fix XTI and to preserve backwards compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 11:02:11 +00:00 |
|
Vadim Zeitlin
|
77d8d6cd64
|
added wxGetFullModuleName(); use it instead of calling ::GetModuleFileName() directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 10:58:32 +00:00 |
|
Dimitri Schoolwerth
|
95ae6d5fc9
|
doc-typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 10:55:56 +00:00 |
|
Václav Slavík
|
7eb872f4d6
|
partially reverted Robert's changes, did it more cleanly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-26 23:08:01 +00:00 |
|
Robert Roebling
|
b057f88ab8
|
Trying hard to make things compile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-26 18:13:18 +00:00 |
|
Ron Lee
|
88899f6b03
|
wxSize needs to be fully defined if we want to use it inline here.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-26 11:47:30 +00:00 |
|
Vadim Zeitlin
|
544229d106
|
added a way to create fonts with specified pixel size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 23:03:44 +00:00 |
|
Vadim Zeitlin
|
6294ac2e91
|
support for huge files (patch 1002226)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 22:44:19 +00:00 |
|
Ryan Norton
|
84fe931ddf
|
Port syncronization, more wxUSE_XML/XRC fixes and typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 08:58:52 +00:00 |
|
Ryan Norton
|
9581c3c6dc
|
more setup0.h wxUSE_XRC fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 08:31:04 +00:00 |
|
Ryan Norton
|
f33cb209bf
|
MSW XRC define setuup.h handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 08:20:57 +00:00 |
|
Vadim Zeitlin
|
a6c255cbc0
|
added missing header to fix !USE_PCH compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-19 10:08:24 +00:00 |
|
Chris Elliott
|
1a838ff58b
|
fix compile break for unknown FLASHWINFO
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-18 14:16:37 +00:00 |
|
Vadim Zeitlin
|
0a7fd06a09
|
removed unneeded (after patch 1027243) disable.bmp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-18 12:36:59 +00:00 |
|
Vadim Zeitlin
|
d50dbf7c6a
|
construct brush used for painting disabled bitmap buttons dynamically (heavily modified patch 1027243)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-18 12:34:45 +00:00 |
|
Vadim Zeitlin
|
4dddb8a2dd
|
fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch 1028986)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-16 22:36:12 +00:00 |
|
Włodzimierz Skiba
|
f5e0b4bc7c
|
wxChoicebook generic implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-16 11:29:15 +00:00 |
|
Vadim Zeitlin
|
13bcc34881
|
fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new value when called from EVT_COMBOBOX handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-15 23:07:15 +00:00 |
|
Vadim Zeitlin
|
13fc164d3f
|
file with DoMessage() declaration (which I forgot to commit ages ago)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-13 09:16:39 +00:00 |
|
Vadim Zeitlin
|
ed4780ea6e
|
added As/DissociateHandle() and implemented it for MSW (modified patch 972356)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-11 22:17:22 +00:00 |
|
Vadim Zeitlin
|
9d769508fb
|
fixed CopyFromBitmap() for shared wxIcon objects by adding CloneRefData() implementation (patch 1026453)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-11 20:26:44 +00:00 |
|
Vadim Zeitlin
|
0a7b481fee
|
BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-11 19:21:43 +00:00 |
|
Włodzimierz Skiba
|
39fc096d5a
|
Fixes and source cleaning for WinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-08 06:41:06 +00:00 |
|
Włodzimierz Skiba
|
302e251b4d
|
Native Smartphone wxTextCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-08 06:20:42 +00:00 |
|
Vadim Zeitlin
|
dc92adaf0c
|
added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-07 21:02:55 +00:00 |
|
Włodzimierz Skiba
|
27d2dbbcca
|
Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-07 11:11:05 +00:00 |
|
Włodzimierz Skiba
|
bfbb0b4c77
|
Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE/true. FALSE/false, tabs, whitespaces.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-07 06:01:01 +00:00 |
|
Włodzimierz Skiba
|
57f4f9255e
|
Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-04 01:53:42 +00:00 |
|
Włodzimierz Skiba
|
4d08943ee4
|
Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(), TRUE/true, FALSE/false, whitespaces, tabs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-03 18:32:56 +00:00 |
|
Chris Elliott
|
6aca462878
|
mdi menu updates fixed (after SF 1012653)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-01 09:16:21 +00:00 |
|
Włodzimierz Skiba
|
078cf5cb75
|
Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE/true, FALSE/false, whitespaces, tabs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-31 12:38:46 +00:00 |
|
Václav Slavík
|
5f7bcb48fd
|
new stock buttons API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-30 14:42:51 +00:00 |
|
Włodzimierz Skiba
|
598ddd96f4
|
Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!, TRUE/true, FALSE/false, whitespaces, tabs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-30 10:18:55 +00:00 |
|
Włodzimierz Skiba
|
59af881e44
|
Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-27 18:59:37 +00:00 |
|
Włodzimierz Skiba
|
213ceb3f0e
|
Source cleaning: whitespaces & tabs, ::, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-08-26 08:46:18 +00:00 |
|