Julian Smart
|
6b2878de13
|
Applied patch [ 594623 ] FL: No Taskbar entry for tool windows
and also replaced -with-iodbc with -with-odbc in the docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 10:31:53 +00:00 |
|
Vadim Zeitlin
|
b13cd66e42
|
only test for pangoft2 if we're using GTK 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 10:28:12 +00:00 |
|
Julian Smart
|
4f3b37fd0e
|
Applied patch [ 594416 ] MDI Previous Child
From Benjamin I. Williams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 09:55:54 +00:00 |
|
Robin Dunn
|
3520ad4b92
|
demo tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 02:27:28 +00:00 |
|
Robin Dunn
|
84c1ffa9cc
|
Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 02:27:12 +00:00 |
|
Vadim Zeitlin
|
42cfcc58ee
|
wxCheckWindowWndProc() now checks for the original window proc in the window class and not for the current (possibly subclasses) window proc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 00:53:45 +00:00 |
|
Vadim Zeitlin
|
df7145da50
|
change the selection appropriately (and refresh it as needed) after deleting a notebook page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 00:48:45 +00:00 |
|
Vadim Zeitlin
|
5c36387841
|
fix for the bug introduced by the last commit: don't quit the program when a standard msg box is closed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 00:44:03 +00:00 |
|
Vadim Zeitlin
|
3957448a34
|
added a command to delete last page and not only the current one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-16 00:09:29 +00:00 |
|
Vadim Zeitlin
|
3ab6431727
|
added missing header to fix wxGTK compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 22:20:55 +00:00 |
|
Vadim Zeitlin
|
f75363eed1
|
ExitOnFrame behaviour update for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 22:14:05 +00:00 |
|
Robert Roebling
|
94ac672812
|
What did I change here?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:49:10 +00:00 |
|
Robert Roebling
|
27ff87da23
|
Fix to not break GTK2 output. (wxLogMessage bug).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:48:02 +00:00 |
|
Robert Roebling
|
6a59178a52
|
wxTextDataObject should convert to and
from UTF8 in Unicode mode under GTK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:47:04 +00:00 |
|
Robert Roebling
|
2e1d710482
|
Further UNicode fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:45:58 +00:00 |
|
Robert Roebling
|
acbeb7b368
|
strings are now wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:43:00 +00:00 |
|
Vadim Zeitlin
|
1cbee0b42c
|
the app doesn't exit any more if a dialog is shown (and destroyed) while
the flow of control is still in OnInit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:42:07 +00:00 |
|
Vadim Zeitlin
|
62b77e42be
|
some old minor doc fixes I forgot to commit somehow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 20:38:39 +00:00 |
|
Vadim Zeitlin
|
b79a8705e6
|
added wxList::IsEmpty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 19:38:46 +00:00 |
|
Vadim Zeitlin
|
57f2b902bc
|
fixed (and slightly cleant up) wxGTK compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 17:55:03 +00:00 |
|
Vadim Zeitlin
|
1e023926ec
|
fixed a harmless warning (patch 595096) and added a comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 17:47:13 +00:00 |
|
Stefan Csomor
|
2fca5a0004
|
(hopefully) workaround for a carbon bug not always setting the modifiers event record field.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-15 13:28:48 +00:00 |
|
Robin Dunn
|
aaad759f90
|
Allow AddWindow and RemoveWindow to be overridden in classes derived
in Python
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 23:26:42 +00:00 |
|
Robin Dunn
|
a9f4542f8a
|
Typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 23:25:45 +00:00 |
|
Robin Dunn
|
0b190ffcee
|
Bugfix for wxListCtrl::GetColumn. It wasn't checking the returned format correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 23:25:06 +00:00 |
|
Vadim Zeitlin
|
110d05999f
|
fixed the paths of the theme files in the VC++ wxUniv project
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 22:29:58 +00:00 |
|
Stefan Csomor
|
a9169c1bd3
|
added key code fix to carbon event handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 21:46:34 +00:00 |
|
Robin Dunn
|
ad9f1aec63
|
Fixed wxMSW's EVT_CHAR so it conforms to the docs and also what wxGTK
does already. IOW, Ctrl-C should result in keycode == 3, not 99.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 21:22:43 +00:00 |
|
Václav Slavík
|
db70a2f20a
|
define wxART_* constanst in way that will make adding XRC support easier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 20:04:18 +00:00 |
|
Stefan Csomor
|
b5a8b32f50
|
fix when not having precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 19:00:05 +00:00 |
|
Stefan Csomor
|
8095ef23e7
|
attempt to bring event system in synch with MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 18:41:12 +00:00 |
|
Stefan Csomor
|
41d368a4bb
|
separated modifier keys handling in order to distinct key/up down events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 17:09:20 +00:00 |
|
Vadim Zeitlin
|
8dcfd2f963
|
small fix to reduce flicker slightly while dragging the sash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 15:10:30 +00:00 |
|
Vadim Zeitlin
|
dd81d20292
|
added a 1 line script to generate the tags file for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 15:04:04 +00:00 |
|
Stefan Csomor
|
06e8a59de3
|
added creation of dialog - perhaps needed for all platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 13:04:39 +00:00 |
|
Stefan Csomor
|
1bab9242a9
|
added creation of dialog - perhaps needed for all platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 13:01:05 +00:00 |
|
Stefan Csomor
|
e466fe5f4d
|
cleanup code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 12:58:52 +00:00 |
|
Václav Slavík
|
b8b8c49b54
|
Python support in wxrc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 11:02:39 +00:00 |
|
Robin Dunn
|
afcb7fb8de
|
Put a panel under the colored windows so wxGTK's notebook doesn't
munge the bg color
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-14 00:29:13 +00:00 |
|
Robin Dunn
|
eb0f373c99
|
Fixes and other changes to the demo and some library modules so they
work better (or at all) on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:59:08 +00:00 |
|
Robin Dunn
|
c50c32efd1
|
Changed style so it looks good everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:25:49 +00:00 |
|
Vadim Zeitlin
|
74cf9763b4
|
Fixed size buffers are not a good thing. Period.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:16:25 +00:00 |
|
Robin Dunn
|
f0a0d77e35
|
Use a better index
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:16:20 +00:00 |
|
Robin Dunn
|
3b86714961
|
Added a sample to the demo that catches various key events and
displays the details of the event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:12:25 +00:00 |
|
Václav Slavík
|
f09359cf1b
|
fixed pangoft2 check: moved outsided cached block
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:10:26 +00:00 |
|
Václav Slavík
|
ab217dba91
|
reverted previous checkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:09:40 +00:00 |
|
Václav Slavík
|
83afe21166
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 23:09:33 +00:00 |
|
Vadim Zeitlin
|
aa4b7ef978
|
tidied up patch 583937 (wxClassInfo dtor)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 22:37:41 +00:00 |
|
Robert Roebling
|
b15ed74753
|
New GTK 2.0 Update() code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 20:59:05 +00:00 |
|
Robert Roebling
|
331a0b6b7a
|
New code for Update() under GTK 2.0. Added
native GdkRegion() constructor to wxRegion.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-13 20:58:23 +00:00 |
|