]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoGeneric dirctrl corrections
Julian Smart [Thu, 27 Jul 2000 16:34:51 +0000 (16:34 +0000)] 
Generic dirctrl corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUpdated wxMotif files.lst
Julian Smart [Thu, 27 Jul 2000 15:12:56 +0000 (15:12 +0000)] 
Updated wxMotif files.lst

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUpdated file list to include dirctrlg.cpp
Julian Smart [Thu, 27 Jul 2000 15:11:47 +0000 (15:11 +0000)] 
Updated file list to include dirctrlg.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agorecommited binary files
Václav Slavík [Thu, 27 Jul 2000 09:38:40 +0000 (09:38 +0000)] 
recommited binary files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agooops, forgot -kb
Václav Slavík [Thu, 27 Jul 2000 09:37:32 +0000 (09:37 +0000)] 
oops, forgot -kb

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agostandardized projects
Václav Slavík [Thu, 27 Jul 2000 09:36:50 +0000 (09:36 +0000)] 
standardized projects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agonow uses resources, not xpm files
Václav Slavík [Thu, 27 Jul 2000 09:35:42 +0000 (09:35 +0000)] 
now uses resources, not xpm files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed typo
Václav Slavík [Thu, 27 Jul 2000 09:35:35 +0000 (09:35 +0000)] 
fixed typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded WXDLLEXPORT
Václav Slavík [Thu, 27 Jul 2000 09:35:16 +0000 (09:35 +0000)] 
added WXDLLEXPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFix for bug where the cell highlight was not cleared from a cell
Michael Bedward [Thu, 27 Jul 2000 06:37:41 +0000 (06:37 +0000)] 
Fix for bug where the cell highlight was not cleared from a cell
that was only partially in view.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded another hack to the collection of hacks in
Michael Bedward [Thu, 27 Jul 2000 06:23:33 +0000 (06:23 +0000)] 
Added another hack to the collection of hacks in
wxGridCellTextEditor::SetSize so that the caret will show
for cells in the first row.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoChanged wxGridCellAttr::HasAlignment to treat values of -1 as no
Michael Bedward [Thu, 27 Jul 2000 04:09:21 +0000 (04:09 +0000)] 
Changed wxGridCellAttr::HasAlignment to treat values of -1 as no
alignment because wxALIGN_LEFT and wxALIGN_TOP are 0.

Updated griddemo.cpp to use correct alignment defs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoChanged cell and label alignment functions to use wxALIGN_XXX defs.
Michael Bedward [Thu, 27 Jul 2000 01:57:24 +0000 (01:57 +0000)] 
Changed cell and label alignment functions to use wxALIGN_XXX defs.

SetXXXAlignment() functions still accept wxTOP, wxLEFT etc
for (some) backwards compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoSome more wxGrid function docs.
Michael Bedward [Thu, 27 Jul 2000 01:29:07 +0000 (01:29 +0000)] 
Some more wxGrid function docs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoxmlres: added support for wxMSW
Václav Slavík [Wed, 26 Jul 2000 21:49:18 +0000 (21:49 +0000)] 
xmlres: added support for wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agostandardized syntax of bool properties: '1' means true, anything else false
Václav Slavík [Wed, 26 Jul 2000 21:34:36 +0000 (21:34 +0000)] 
standardized syntax of bool properties: '1' means true, anything else false

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agochanged content of checklist, choice, combobox, radiobox from <children> to <content>
Václav Slavík [Wed, 26 Jul 2000 21:34:26 +0000 (21:34 +0000)] 
changed content of checklist, choice, combobox, radiobox from <children> to <content>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agovisual enhancements of wxrcedit
Václav Slavík [Wed, 26 Jul 2000 21:34:19 +0000 (21:34 +0000)] 
visual enhancements of wxrcedit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded handling of wxGridSizer and wxFlexGridSizer
Václav Slavík [Wed, 26 Jul 2000 21:34:05 +0000 (21:34 +0000)] 
added handling of wxGridSizer and wxFlexGridSizer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded wxMSW support to wxrcedit
Václav Slavík [Wed, 26 Jul 2000 21:33:23 +0000 (21:33 +0000)] 
added wxMSW support to wxrcedit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed typo in wxStaticBitmap wxrcedit definition
Václav Slavík [Wed, 26 Jul 2000 21:33:10 +0000 (21:33 +0000)] 
fixed typo in wxStaticBitmap wxrcedit definition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoxmlres: added support for wxMSW
Václav Slavík [Wed, 26 Jul 2000 21:32:47 +0000 (21:32 +0000)] 
xmlres: added support for wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded xmlres format docs (uncomplete)
Václav Slavík [Wed, 26 Jul 2000 21:32:26 +0000 (21:32 +0000)] 
added xmlres format docs (uncomplete)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agochanged shared library version number to 2.3
Václav Slavík [Wed, 26 Jul 2000 21:31:39 +0000 (21:31 +0000)] 
changed shared library version number to 2.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofix for VA 3.0 vs 4.0
David Webster [Wed, 26 Jul 2000 20:06:24 +0000 (20:06 +0000)] 
fix for VA 3.0 vs 4.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoBetter behaviour on NT (no dialogs when searching drives)
Julian Smart [Wed, 26 Jul 2000 14:08:39 +0000 (14:08 +0000)] 
Better behaviour on NT (no dialogs when searching drives)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoWIN32 compilation of wxrc, wxrcedit
Julian Smart [Wed, 26 Jul 2000 12:40:49 +0000 (12:40 +0000)] 
WIN32 compilation of wxrc, wxrcedit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCorrected makefile target bug
Julian Smart [Wed, 26 Jul 2000 11:53:38 +0000 (11:53 +0000)] 
Corrected makefile target bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded additional wxXML makefiles and projects files; added some
Julian Smart [Wed, 26 Jul 2000 11:43:54 +0000 (11:43 +0000)] 
Added additional wxXML makefiles and projects files; added some
flexibility to VC++ make include files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoNot sure why this file is being committed (CVS glitch?)
Julian Smart [Wed, 26 Jul 2000 08:50:18 +0000 (08:50 +0000)] 
Not sure why this file is being committed  (CVS glitch?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded xml resources readme
Václav Slavík [Tue, 25 Jul 2000 18:48:13 +0000 (18:48 +0000)] 
added xml resources readme

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agowxGTK compilation fixes
Václav Slavík [Tue, 25 Jul 2000 18:47:58 +0000 (18:47 +0000)] 
wxGTK compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agowxGTK compilation fix (undefined wxDirDialogDefaultFolderStr)
Václav Slavík [Tue, 25 Jul 2000 18:47:48 +0000 (18:47 +0000)] 
wxGTK compilation fix (undefined wxDirDialogDefaultFolderStr)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agogtk 1.2.8 compilation fix
Václav Slavík [Tue, 25 Jul 2000 18:47:29 +0000 (18:47 +0000)] 
gtk 1.2.8 compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded XML resources library
Václav Slavík [Tue, 25 Jul 2000 18:47:21 +0000 (18:47 +0000)] 
added XML resources library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp
Mark Johnson [Tue, 25 Jul 2000 12:15:55 +0000 (12:15 +0000)] 
  dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp
dbbrowse.dsp dbbrowse.dsw dummy.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoModified mouse ENTER/LEAVE events so that they also
Guillermo Rodriguez Garcia [Tue, 25 Jul 2000 06:27:45 +0000 (06:27 +0000)] 
Modified mouse ENTER/LEAVE events so that they also
carry information about the state of the mouse buttons
(they only had info about SHIFT and CTRL keys so far)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFix gtk+ 1.2 compilation...
Ove Kaaven [Mon, 24 Jul 2000 23:44:17 +0000 (23:44 +0000)] 
Fix gtk+ 1.2 compilation...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFixed wxMotif breakage, sorry!
Julian Smart [Mon, 24 Jul 2000 19:55:22 +0000 (19:55 +0000)] 
Fixed wxMotif breakage, sorry!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded insertion point code to wxComboBox
Julian Smart [Mon, 24 Jul 2000 15:26:59 +0000 (15:26 +0000)] 
Added insertion point code to wxComboBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoTry to include windows.h.
Ove Kaaven [Mon, 24 Jul 2000 13:47:19 +0000 (13:47 +0000)] 
Try to include windows.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFixed broken compilation due to Ove's last nice changes :-(
Guillermo Rodriguez Garcia [Mon, 24 Jul 2000 13:28:01 +0000 (13:28 +0000)] 
Fixed broken compilation due to Ove's last nice changes :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCorrected comment about Norlander headers (no changes to the code itself)
Guillermo Rodriguez Garcia [Mon, 24 Jul 2000 11:55:34 +0000 (11:55 +0000)] 
Corrected comment about Norlander headers (no changes to the code itself)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUpdated version number.
Julian Smart [Mon, 24 Jul 2000 09:44:46 +0000 (09:44 +0000)] 
Updated version number.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCorrected test for _vsnprintf
Julian Smart [Mon, 24 Jul 2000 09:01:57 +0000 (09:01 +0000)] 
Corrected test for _vsnprintf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoChanges as per patch from Paul Gammans to fix bug with edit control
Michael Bedward [Mon, 24 Jul 2000 06:16:49 +0000 (06:16 +0000)] 
Changes as per patch from Paul Gammans to fix bug with edit control
handling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoHad accidentally added gridwork.tex to the docs
Michael Bedward [Mon, 24 Jul 2000 04:58:40 +0000 (04:58 +0000)] 
Had accidentally added gridwork.tex to the docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded wxGenericDirCtrl, wxGenericDirDialog and associated icons.
Julian Smart [Sun, 23 Jul 2000 19:10:27 +0000 (19:10 +0000)] 
Added wxGenericDirCtrl, wxGenericDirDialog and associated icons.
Altered dialog sample to show generic dir dialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUpdated project and makefiles (VC++) to be more consistent.
Julian Smart [Sun, 23 Jul 2000 14:26:37 +0000 (14:26 +0000)] 
Updated project and makefiles (VC++) to be more consistent.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCygwin 1.1 mods (main branch)
Julian Smart [Sat, 22 Jul 2000 14:03:36 +0000 (14:03 +0000)] 
Cygwin 1.1 mods (main branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixes for trailing commas for OS/2 from WX_2_2_BRANCH
David Webster [Fri, 21 Jul 2000 20:45:20 +0000 (20:45 +0000)] 
fixes for trailing commas for OS/2 from WX_2_2_BRANCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixes for S_IFMT for OS/2 from WX_2_2_BRANCH
David Webster [Fri, 21 Jul 2000 20:44:39 +0000 (20:44 +0000)] 
fixes for S_IFMT for OS/2 from WX_2_2_BRANCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCorrected some combobox-related code, changed ordering and added wxSpinCtrl
Julian Smart [Fri, 21 Jul 2000 15:43:14 +0000 (15:43 +0000)] 
Corrected some combobox-related code, changed ordering and added wxSpinCtrl
support as per bug report

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomoved check for x include/library paths from motif configuration section to main...
Unknown (NI) [Fri, 21 Jul 2000 10:37:26 +0000 (10:37 +0000)] 
moved check for x include/library paths from motif configuration section to main scope of confiure.in; added opengl libs to freebsd target if configured with opengl support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agouses now the platform independant attributes
Unknown (NI) [Fri, 21 Jul 2000 10:16:53 +0000 (10:16 +0000)] 
uses now the platform independant attributes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoTrying again to add these files to the main trunk.
Michael Bedward [Fri, 21 Jul 2000 08:30:47 +0000 (08:30 +0000)] 
Trying again to add these files to the main trunk.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFirst batch of work for new wxGrid docs.
Michael Bedward [Fri, 21 Jul 2000 08:24:18 +0000 (08:24 +0000)] 
First batch of work for new wxGrid docs.
Very incomplete - still lots to do but will commit more
next week.  Please don't edit yet without letting me know
via the list.

 - Michael

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded ForceRefresh() to request immediate repainting of a grid.
Michael Bedward [Fri, 21 Jul 2000 06:51:22 +0000 (06:51 +0000)] 
Added ForceRefresh() to request immediate repainting of a grid.
Calling Refresh() doesn't do this because of our minimal OnPaint
handler (to reduce screen flicker).

Setting of position coords for wxGridEvents now takes account of
row and col label sizes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoChanges for VISAGECPP (use _ftime to avoid clock skew bug)
Guillermo Rodriguez Garcia [Fri, 21 Jul 2000 05:32:07 +0000 (05:32 +0000)] 
Changes for VISAGECPP (use _ftime to avoid clock skew bug)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoanother small error
Unknown (NI) [Thu, 20 Jul 2000 19:18:38 +0000 (19:18 +0000)] 
another small error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agono comment :)
Unknown (NI) [Thu, 20 Jul 2000 18:18:18 +0000 (18:18 +0000)] 
no comment :)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoumph, had made a dangerous mistake
Unknown (NI) [Thu, 20 Jul 2000 18:14:23 +0000 (18:14 +0000)] 
umph, had made a dangerous mistake

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoapplied the patch by Garrick Meeker
Unknown (NI) [Thu, 20 Jul 2000 17:31:40 +0000 (17:31 +0000)] 
applied the patch by Garrick Meeker

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoApplied the patch by Garrick Meeker
Unknown (NI) [Thu, 20 Jul 2000 17:27:25 +0000 (17:27 +0000)] 
Applied the patch by Garrick Meeker

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoReally cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's
Ove Kaaven [Wed, 19 Jul 2000 10:44:14 +0000 (10:44 +0000)] 
Really cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's
multilingual text rendering engine to draw Unicode text (doubt this works
on wxMemoryDC, but at least it makes the generic listctrl show unicode text).

But I suspect that the text engine really should be abstracted at
a higher level in wxWindows...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoThere's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so I had to #ifndef
Ove Kaaven [Wed, 19 Jul 2000 10:34:52 +0000 (10:34 +0000)] 
There's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so I had to #ifndef
them out. Also used GTK_CLASS_TYPE...
(For some reason, scrolling no longer works with gtk+ 1.3.1 now...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoMake this compile with gtk+ 1.3.1... not sure what the "casting"
Ove Kaaven [Wed, 19 Jul 2000 10:31:58 +0000 (10:31 +0000)] 
Make this compile with gtk+ 1.3.1... not sure what the "casting"
(class assignment) of the widget styles are for, but I used
_G_TYPE_IGC anyway...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUse GTK_OBJECT_GET_CLASS macro.
Ove Kaaven [Wed, 19 Jul 2000 10:28:26 +0000 (10:28 +0000)] 
Use GTK_OBJECT_GET_CLASS macro.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoMay as well also add a GTK_CLASS_TYPE macro for compatibility.
Ove Kaaven [Wed, 19 Jul 2000 09:45:24 +0000 (09:45 +0000)] 
May as well also add a GTK_CLASS_TYPE macro for compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agogtk+ 1.3.1's region transformation code no longer returns a new region,
Ove Kaaven [Wed, 19 Jul 2000 09:39:18 +0000 (09:39 +0000)] 
gtk+ 1.3.1's region transformation code no longer returns a new region,
but rather seems to operate on the source region... added a bunch
of ifdefs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoThere's no gtk_widget_push_visual/pop_visual in gtk+ 1.3.1, so I just
Ove Kaaven [Wed, 19 Jul 2000 09:35:41 +0000 (09:35 +0000)] 
There's no gtk_widget_push_visual/pop_visual in gtk+ 1.3.1, so I just
ifndef-ed it out. Not sure if it matters.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded "stand-ins" for a couple of Pango (Owen Taylor's multilingual text
Ove Kaaven [Wed, 19 Jul 2000 09:32:26 +0000 (09:32 +0000)] 
Added "stand-ins" for a couple of Pango (Owen Taylor's multilingual text
rendering engine, used by gtk+ 1.3 widgets) types, and added
GTK_OBJECT_GET_CLASS macro for backwards compatibility with gtk+ 1.2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoIf the "partial" argument is true, you're probably meant to set the
Ove Kaaven [Wed, 19 Jul 2000 08:56:40 +0000 (08:56 +0000)] 
If the "partial" argument is true, you're probably meant to set the
LVFI_PARTIAL flag, not the LVFI_STRING flag again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoStill no such thing as gtkfeatures.h in gtk+ 1.3.1...
Ove Kaaven [Wed, 19 Jul 2000 08:51:31 +0000 (08:51 +0000)] 
Still no such thing as gtkfeatures.h in gtk+ 1.3.1...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCasting to GdkColormapPrivate is neither possible nor necessary in
Ove Kaaven [Wed, 19 Jul 2000 08:50:37 +0000 (08:50 +0000)] 
Casting to GdkColormapPrivate is neither possible nor necessary in
gtk+ 1.3.1.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoIf compiling with WXGTK20, set wxConvCurrent to wxConvUTF8, as all
Ove Kaaven [Wed, 19 Jul 2000 08:47:46 +0000 (08:47 +0000)] 
If compiling with WXGTK20, set wxConvCurrent to wxConvUTF8, as all
gtk+ 1.3.1's widgets (except the deprecated/obsoleted ones) work
solely with UTF-8. (I knew my forward thinking regarding wxConvCurrent
would pay off someday...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoIf, in a single-selection listctrl, a focused item is selected, and the
Ove Kaaven [Wed, 19 Jul 2000 08:36:53 +0000 (08:36 +0000)] 
If, in a single-selection listctrl, a focused item is selected, and the
focus is moved programmatically (SetItemState) without selecting the new
item, the old focused item wasn't deselected, making the listctrl end up
with TWO selected items when the focused item gets selected by the user.
So I made SetItemState deselect the old focused item when the focus is
moved in a single-selection listctrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAnother case of fn_str() in wxFopen() ?
Ove Kaaven [Wed, 19 Jul 2000 08:31:36 +0000 (08:31 +0000)] 
Another case of fn_str() in wxFopen() ?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agogtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out
Ove Kaaven [Wed, 19 Jul 2000 08:28:55 +0000 (08:28 +0000)] 
gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agowxGTKDash is also a gint8 under WXGTK20
Ove Kaaven [Wed, 19 Jul 2000 08:27:41 +0000 (08:27 +0000)] 
wxGTKDash is also a gint8 under WXGTK20

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoReplaced WXGTK13 with WXGTK20
Ove Kaaven [Wed, 19 Jul 2000 08:26:42 +0000 (08:26 +0000)] 
Replaced WXGTK13 with WXGTK20

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAn attempt at make the wxCSConv class useful. Uses iconv under Unix,
Ove Kaaven [Wed, 19 Jul 2000 08:25:15 +0000 (08:25 +0000)] 
An attempt at make the wxCSConv class useful. Uses iconv under Unix,
Internet codepages under Windows, wxEncodingConverter if all else fails.
Not really complete, not really optimized, nor really tested,
but I'll let you check whether it could be useful at least.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoMore Unicode compilation fixes.
Ove Kaaven [Wed, 19 Jul 2000 08:20:03 +0000 (08:20 +0000)] 
More Unicode compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoThe wxFopen() fix again, but in the main branch.
Ove Kaaven [Wed, 19 Jul 2000 08:13:58 +0000 (08:13 +0000)] 
The wxFopen() fix again, but in the main branch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoConfigure checks for:
Ove Kaaven [Wed, 19 Jul 2000 08:08:43 +0000 (08:08 +0000)] 
Configure checks for:
sizeof(wchar_t)
iconv.h
langinfo.h
gtk+ 1.3.1, defines __WXGTK20__ (I removed __WXGTK13__)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoaclocal configure macro from gtk+ 1.3.1
Ove Kaaven [Wed, 19 Jul 2000 08:03:55 +0000 (08:03 +0000)] 
aclocal configure macro from gtk+ 1.3.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded opengl32 to DLL libs
Guillermo Rodriguez Garcia [Mon, 17 Jul 2000 13:52:38 +0000 (13:52 +0000)] 
Added opengl32 to DLL libs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomerged 2.2 branch
Bryan Petty [Sat, 15 Jul 2000 19:51:35 +0000 (19:51 +0000)] 
merged 2.2 branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded RTLD_GLOBAL to dlopen() flags which is needed if libraries depend
Karsten Ballüder [Thu, 8 Jun 2000 20:11:51 +0000 (20:11 +0000)] 
Added RTLD_GLOBAL to dlopen() flags which is needed if libraries depend
on each other.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agowxMMedia doc updates
Guilhem Lavaux [Sun, 4 Jun 2000 08:38:36 +0000 (08:38 +0000)] 
wxMMedia doc updates
wxMMedia compilation fixes
OGL and STC makefile build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded WXDLLEXPORT symbol for DynLib classes
Guilhem Lavaux [Wed, 17 May 2000 16:45:01 +0000 (16:45 +0000)] 
Added WXDLLEXPORT symbol for DynLib classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoupdated wxStudio module.
Unknown (HK) [Fri, 12 May 2000 07:26:18 +0000 (07:26 +0000)] 
updated wxStudio module.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoremoved wxPython module from the modules file
Robin Dunn [Thu, 11 May 2000 21:18:05 +0000 (21:18 +0000)] 
removed wxPython module from the modules file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago Committing in .
Jouk Jansen [Thu, 11 May 2000 12:12:59 +0000 (12:12 +0000)] 
 Committing in .

 VMS compile support for samples/drawing/

 Modified Files:
  wxWindows/descrip.mms
 Added Files:
  wxWindows/samples/drawing/descrip.mms
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago Committing in .
Jouk Jansen [Tue, 9 May 2000 12:28:12 +0000 (12:28 +0000)] 
 Committing in .

 VMS compile support for samples/mdi

 Modified Files:
  wxWindows/descrip.mms
 Added Files:
  wxWindows/samples/mdi/descrip.mms
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago Committing in .
Jouk Jansen [Tue, 9 May 2000 11:29:36 +0000 (11:29 +0000)] 
 Committing in .

 Added Files:
  wxWindows/samples/resource/descrip.mms
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago Committing in .
Jouk Jansen [Tue, 9 May 2000 11:27:09 +0000 (11:27 +0000)] 
 Committing in .

 VMS compile support for samples/resource

 Modified Files:
  wxWindows/descrip.mms
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoRemoved -a switch for wxStudio.
Unknown (HK) [Sat, 6 May 2000 12:13:02 +0000 (12:13 +0000)] 
Removed -a switch for wxStudio.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoMisc fixes
Julian Smart [Fri, 5 May 2000 16:40:32 +0000 (16:40 +0000)] 
Misc fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFixed wxStudio module.
Unknown (HK) [Fri, 5 May 2000 15:21:59 +0000 (15:21 +0000)] 
Fixed wxStudio module.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775