Vadim Zeitlin
c7ce8392e0
wxMimeTypesManager now supports creating associations as well as querying
...
them (MSW only, thanks to Chris Elliott)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-18 04:48:37 +00:00
Vadim Zeitlin
189e08b45a
minor fixes for the font info patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-18 03:54:25 +00:00
Vadim Zeitlin
30764ab524
applied wxNativeFontInfo patch from Derry Bryson (with minor changes)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-18 01:00:25 +00:00
Robert Roebling
47c93b637e
Applied colour patch for better 8-bit support,
...
Improved handling of inserting controls into
a toolbar that don't have any def width. This
works for all controls but wxComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-16 12:27:26 +00:00
Stefan Csomor
8d823dabdc
cw6 makefiles (makemac6.mcp)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-10 16:03:42 +00:00
Vadim Zeitlin
3d8dea7e2e
merged in the small changes from the 2.2 branch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-12-10 12:04:19 +00:00
Vadim Zeitlin
308978f6aa
wxSetEnv for Win32 (now seems to work)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-27 00:21:29 +00:00
Vadim Zeitlin
8fd0d89b7d
added wxGet/Set/UnsetEnv() for Unix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-26 22:46:35 +00:00
Vadim Zeitlin
4ad3c82fff
compilation fix for !wxUSE_DIRDLGG
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-25 22:44:55 +00:00
Vadim Zeitlin
a1f79c1e00
1. added wxGTK::wxToolBar::SetToolShortHelp() and test for it in sample
...
2. fix a crash if SetSelection is called too early in wxTextCtrl
3. patch for mouse position in wxTreeCtrl events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-24 17:07:12 +00:00
George Tasker
973f253905
Fixed double deletion of a dialog in the effect of a failed connection to the datasource
...
Fixed call to TablePrivileges() in a commented out piece of code to use the correct parameters, in case someone uses it for an example
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-22 00:28:35 +00:00
Julian Smart
34cfc23c75
Added missing VC++ project files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-12 11:10:52 +00:00
Vadim Zeitlin
8ce88dfa24
changed lbox font to be more readable
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-09 13:00:12 +00:00
Vadim Zeitlin
52860855bf
fix from the main branch which replaces delete with the (proper) delete []
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-05 13:26:16 +00:00
Vadim Zeitlin
3d49ce4485
ok, it does work - it's just that wxGTK doesn't
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-03 21:11:41 +00:00
Vadim Zeitlin
d6c9c1b71e
added wxGetMultiChoice() (which refuses to work for some reason - will fix
...
a.s.a.p.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-03 20:52:17 +00:00
Vadim Zeitlin
4f37a20b74
added listbox test/demo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 23:58:42 +00:00
Vadim Zeitlin
6ba636000f
1. some more tests in console
...
2. added wxFileType::GetOpenCommand() demo in the exec sample
3. "fixed" the error messages from wxExecute() - still no idea why it happens
though :-(
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-19 23:50:07 +00:00
Vadim Zeitlin
6dfec4b8d9
added QueryRawValue() to wxRegKey and test code for it in the sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-12 23:40:26 +00:00
Julian Smart
c7107a453c
Added some VC++ project files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-11 15:33:49 +00:00
Vadim Zeitlin
2fb40b2cd2
create dialog with !NULL parent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-11 12:55:38 +00:00
Julian Smart
f485492a1e
Added VC++ project files (seems logical)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 16:59:34 +00:00
Vadim Zeitlin
5a2762f083
fixed MDI accel bug, more tests for it in the sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-10 13:55:10 +00:00
Jouk Jansen
6955ce29ed
Modified Files:
...
wxWindows/descrip.mms wxWindows/docs/readme_vms.txt
wxWindows/utils/dialoged/src/descrip.mms
Added Files:
wxWindows/samples/dnd/descrip.mms
Updated VMS compile support and readme.
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-06 11:22:27 +00:00
Vadim Zeitlin
9eeb92ac44
fixed assert failures about missing status bar field
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-05 15:23:41 +00:00
Jouk Jansen
511eb3e71d
Committing in .
...
Modified Files:
wxWindows/descrip.mms wxWindows/docs/readme_vms.txt
Added Files:
wxWindows/samples/calendar/descrip.mms
Compile support on VMS for the calendar sample
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-10-04 08:15:16 +00:00
Robin Dunn
4370573a45
new and improved wxSTC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-26 05:15:39 +00:00
Vadim Zeitlin
f4b8bf2fd1
wxCaret now uses backing store instead of forcing window refresh each time the
...
caret is hidden; the non blinking carets work too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-22 22:44:34 +00:00
Vadim Zeitlin
697e0cdd12
attempts to implement non blinking caret - failed so far
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-18 19:06:35 +00:00
Julian Smart
8088e4c628
Added accelerator to bitmap menu item
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-13 11:34:15 +00:00
Julian Smart
a1b8f5489d
Minor mods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 15:47:20 +00:00
Vadim Zeitlin
83141d3a74
1. removed 'B' flag from treebase.cpp and regenerated the makefiles
...
2. fixed wxMemoryInputStream::Eof()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 15:15:44 +00:00
Julian Smart
5100cabffa
Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup
...
to wxHelpControllerBase and wxCHMHelpController; updated sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 14:53:39 +00:00
Robert Roebling
fcaf9e704e
Added test for bitmap menu.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-12 08:17:23 +00:00
Vadim Zeitlin
01fa3fe74d
wxTipWindow added and is now used by wxSimpleHelpProvider
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-10 16:30:16 +00:00
Vadim Zeitlin
bd83cb56d2
1. added wxHelpProvider and (unfinished) wxSimpleHelpProvider
...
2. added wxStringHashTable which wxStringHashTable uses
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-10 12:43:37 +00:00
Julian Smart
542acbee80
Added context-sensitive help dialog demo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-08 14:26:33 +00:00
Julian Smart
fb6261e9ba
Put wxContextHelp into cshelp.h/cpp, added wxContextHelpButton
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-08 10:49:39 +00:00
Julian Smart
1f33eb9ff0
Added memcheck to configure
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-07 15:21:37 +00:00
Julian Smart
2db0bbdecd
Applied memory allocation patch, and worked around bug that crashes memcheck.cpp
...
by using wxLogStderr.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-07 15:02:33 +00:00
Julian Smart
c43e86bda6
Dialogs can now show a question mark for context-sensitive help.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 13:23:21 +00:00
Julian Smart
b96340e6f4
Added wxHelpEvent, wxContextHelp (MSW only so far), modified help sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-06 09:45:24 +00:00
Robert Roebling
3d0c4d2e7b
Applied DrawArc patch.
...
Applied break-up-region patch.
Implemented sort of ShowFullScreen() - test in scrollsub.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-05 10:51:30 +00:00
Julian Smart
37d403aa1c
Added to wxSystemSettings for better GTK+ themes compatibility
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-01 08:35:30 +00:00
Julian Smart
2f82899bba
Fixed sample; enhanced wxLayoutAlgorithm to give remaining space to
...
last window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 15:51:23 +00:00
Jouk Jansen
2f20fe2222
Committing in .
...
Modified Files:
wxWindows/samples/mdi/mdi.cpp
VMS patch
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-25 09:22:41 +00:00
Jouk Jansen
4dff340069
Committing in .
...
Modified Files:
wxWindows/setup.h_vms wxWindows/demos/bombs/descrip.mms
wxWindows/lib/vms.opt wxWindows/samples/caret/descrip.mms
wxWindows/samples/checklst/descrip.mms
wxWindows/samples/config/descrip.mms
wxWindows/samples/controls/descrip.mms
wxWindows/samples/dialogs/descrip.mms
wxWindows/samples/drawing/descrip.mms
wxWindows/samples/image/descrip.mms
wxWindows/samples/mdi/descrip.mms
wxWindows/samples/menu/descrip.mms
wxWindows/samples/minimal/descrip.mms
wxWindows/samples/resource/descrip.mms
wxWindows/src/common/descrip.mms
wxWindows/src/common/gdicmn.cpp
wxWindows/src/generic/descrip.mms
wxWindows/src/motif/choice.cpp wxWindows/src/motif/descrip.mms
wxWindows/src/motif/font.cpp wxWindows/src/motif/frame.cpp
wxWindows/src/motif/gauge.cpp wxWindows/src/motif/listbox.cpp
wxWindows/src/motif/menu.cpp wxWindows/src/motif/msgdlg.cpp
wxWindows/src/motif/toolbar.cpp wxWindows/src/motif/window.cpp
wxWindows/src/motif/xmcombo/xmcombo.c
wxWindows/src/unix/descrip.mms
wxWindows/utils/dialoged/src/descrip.mms
Added Files:
wxWindows/include/wx/vms_x_fix.h
VMS patches
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-24 10:58:27 +00:00
Vadim Zeitlin
35b45b332b
added test of wxFileSelector() def ext handling
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-23 22:47:33 +00:00
Jouk Jansen
deb818d619
Committing in .
...
Modified Files:
wxWindows/descrip.mms wxWindows/samples/caret/descrip.mms
Compile support for caret sample on wxGTK/VMS
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-21 10:31:06 +00:00
Jouk Jansen
14329e037b
Committing in .
...
Modified Files:
wxWindows/samples/minimal/descrip.mms
wxWindows/src/common/descrip.mms
wxWindows/src/generic/descrip.mms
wxWindows/src/gtk/descrip.mms wxWindows/src/unix/descrip.mms
Compilation wxGTK for VMS updated. Now the minimal sample works OK.
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-08-15 08:54:05 +00:00