Stefan Neis
|
2349d7c7fe
|
Cleanup for previous bug fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-26 16:07:55 +00:00 |
|
Stefan Neis
|
d1f8e97b03
|
Fixed a compilation problem on AIX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-26 16:03:51 +00:00 |
|
Jouk Jansen
|
9bea227d4e
|
Committing in .
Update OpenVMS compile support
Modified Files:
wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
wxWidgets/src/generic/descrip.mms
wxWidgets/src/unix/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-26 07:35:28 +00:00 |
|
Włodzimierz Skiba
|
11846af338
|
Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-25 15:49:14 +00:00 |
|
Vadim Zeitlin
|
7a46263195
|
fixed memory leak with client data when using DeleteAllItems() (bug 1107215)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-25 13:58:01 +00:00 |
|
Włodzimierz Skiba
|
2312c9e1d0
|
Save dialog for printing. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-25 07:24:11 +00:00 |
|
Włodzimierz Skiba
|
bdb5436554
|
wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-25 06:55:10 +00:00 |
|
Włodzimierz Skiba
|
3a0c618112
|
Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 16:41:35 +00:00 |
|
Kevin Hock
|
58c5fe3bef
|
Create non-GUI log target until GUI logging is available, allows stderr messages in non-Unicode builds when GTK fails to initialize (Patch 1017789)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 14:45:46 +00:00 |
|
Dimitri Schoolwerth
|
0f770734ae
|
fixed unreachable code warning (MSVC6)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 14:44:10 +00:00 |
|
Dimitri Schoolwerth
|
d6959d6f9e
|
applied patch #1044865 (fixes problem: "On Win2K, the month combobox's dropdown height in the wxCalendar is only about 1 pixel")
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 14:30:51 +00:00 |
|
Włodzimierz Skiba
|
03f01e6372
|
Missing include.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 11:15:03 +00:00 |
|
Włodzimierz Skiba
|
db101bd352
|
Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 07:38:52 +00:00 |
|
Kevin Ollivier
|
fe3fc02e1c
|
Fixing notebook 'flashing' bug where the WebView would flash while not visible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 06:53:59 +00:00 |
|
Kevin Hock
|
1147523508
|
For consistency between WMs and with MSW, TOOL_WINDOW explicitly includes NO_TASKBAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-24 05:07:50 +00:00 |
|
Robert Roebling
|
0bd3b8eca1
|
Enable UpdateUI events in wxTaskBarIcon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-23 22:39:03 +00:00 |
|
Kevin Hock
|
11ca2edf95
|
We need to update the scrollbar even if it's not shown, otherwise it can get stuck in a scrolled down position when the scrollbar disappears (such as deleting all items in a list control or resizing). Patch 1102197 for bug 861063
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-23 22:16:36 +00:00 |
|
Robert Roebling
|
b3bd613abb
|
Applied patch for keyboard control in composite
windows as discussed in patch 1102862.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-23 18:44:19 +00:00 |
|
Robert Roebling
|
03ed1dae4f
|
Fixed compilation for GTK 1.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-23 18:36:43 +00:00 |
|
Kevin Ollivier
|
39104bc1bd
|
Greatly improved wxWebKitCtrl positioning logic to accomodate most situations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-23 02:03:26 +00:00 |
|
Robert Roebling
|
dc2e913348
|
Probably a bug in the MINGW32 header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-22 19:16:43 +00:00 |
|
Stefan Neis
|
aab52ea550
|
Blind fix for bug [ 1106890 ] (undeclared symbols on Solaris).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-22 14:13:32 +00:00 |
|
Kevin Hock
|
3baba4c60d
|
gtk_range_set_inverted only available on GTK2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-22 13:48:38 +00:00 |
|
Mattia Barbon
|
55e3f1c4f9
|
Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-22 13:42:33 +00:00 |
|
Mattia Barbon
|
10dcbe6369
|
Fix wxSortedArray::Index() when wxUSE_STL == 1, with tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-22 13:28:49 +00:00 |
|
Włodzimierz Skiba
|
e273151278
|
Headers cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 21:04:05 +00:00 |
|
Vadim Zeitlin
|
6c1635b598
|
added wxStaticBoxSizer ctor creating a new static box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 20:56:39 +00:00 |
|
Kevin Hock
|
9da00e91b4
|
Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each time you tab into the combobox, the text updated event is fired, which is wrong)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 20:04:00 +00:00 |
|
Robin Dunn
|
eba52a286d
|
Patch #1106564, corrects possible 100% CPU load condition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 18:23:35 +00:00 |
|
Vadim Zeitlin
|
4221a0e54c
|
remove margins in the bitmap button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 15:41:59 +00:00 |
|
Vadim Zeitlin
|
7402677a3a
|
implemented DrawComboBoxDropButton() for classic Win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 15:36:56 +00:00 |
|
Vadim Zeitlin
|
f33cef9fec
|
added DrawComboBoxDropButton()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 15:32:07 +00:00 |
|
Vadim Zeitlin
|
b6292ff062
|
compilation fix when used together with native control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 15:08:19 +00:00 |
|
Vadim Zeitlin
|
08c8690cf0
|
check for error in GetSelection(long *, long *); clean up SetSelect(long, long)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 15:02:58 +00:00 |
|
Vadim Zeitlin
|
15c86b39a7
|
define wxHAS_NATIVE_DATEPICKCTRL in the header file to make it available to user code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 14:41:38 +00:00 |
|
Vadim Zeitlin
|
51cdee11e0
|
moved code working around combobox selection bug to wxComboBox: wxChoice doesn't have selection anyhow, why should it be there?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 14:39:29 +00:00 |
|
Vadim Zeitlin
|
7ae712f566
|
renamed generic version to wxDatePickerCtrlGeneric to allow using it alongside the native one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 13:44:01 +00:00 |
|
Vadim Zeitlin
|
d98766152b
|
put datectlg.cpp in ADVANCED_SRC so that it can be used in all ports, even MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 13:42:58 +00:00 |
|
Vadim Zeitlin
|
209afcf78c
|
don't include wx/popupwin.h in the header, use forward declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 12:38:12 +00:00 |
|
Włodzimierz Skiba
|
6929fe3af8
|
Forgot to free string after usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 11:33:26 +00:00 |
|
Włodzimierz Skiba
|
e9c52a40d7
|
Start more than minimal TLW support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 11:30:26 +00:00 |
|
Włodzimierz Skiba
|
b08cd3bf53
|
Reenable wxPalmOS status bar after recent changes. Start transition from faked drawing of the bar to usage of the native status bar. Source cleaning as usually.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 11:22:11 +00:00 |
|
Kevin Hock
|
1e219378a3
|
Add support for wxSL_INVERSE using gtk_range_set_inverted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 05:14:49 +00:00 |
|
Kevin Hock
|
b7d6b7faf2
|
Fixed name strings to match documentation (Expanded patch 1098784)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 03:56:16 +00:00 |
|
Vadim Zeitlin
|
d5ae99f5e8
|
switched to using wxPopupWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 02:00:07 +00:00 |
|
Vadim Zeitlin
|
91edf16cb8
|
define wxDateEvent static stuff here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-21 01:27:34 +00:00 |
|
Włodzimierz Skiba
|
ae5e1dcb68
|
WM_CONTEXTMENU available since WinCE.NET
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-20 17:24:49 +00:00 |
|
Włodzimierz Skiba
|
61c2afedf4
|
Missing define.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-20 17:08:36 +00:00 |
|
Vadim Zeitlin
|
2cfbeac814
|
added and implemented for MSW wxDP_SHOWCENTURY flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-20 16:22:48 +00:00 |
|
Włodzimierz Skiba
|
8ea92b4d77
|
Simple wxBatteryPower API for the support in wxWinCE, wxPalmOS and any other mobile device with wxWidgets. Minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-20 16:09:23 +00:00 |
|