wxWidgets.git
21 years agoMoved ffile inclusion
Julian Smart [Thu, 6 Feb 2003 14:07:45 +0000 (14:07 +0000)] 
Moved ffile inclusion

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

21 years agoCheck the image height when calulating the line height. This allows
Robin Dunn [Thu, 6 Feb 2003 02:18:51 +0000 (02:18 +0000)] 
Check the image height when calulating the line height.  This allows
larger than normal images to be used.

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

21 years agoallow compilation with wxUSE_DATETIME == 0 (patch 679822)
Vadim Zeitlin [Thu, 6 Feb 2003 00:53:46 +0000 (00:53 +0000)] 
allow compilation with wxUSE_DATETIME == 0 (patch 679822)

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

21 years agocompilation fix for WXWIN_COMPATIBILITY_2 == 1
Vadim Zeitlin [Thu, 6 Feb 2003 00:51:15 +0000 (00:51 +0000)] 
compilation fix for WXWIN_COMPATIBILITY_2 == 1

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

21 years agoScintilla uses a -1 index to unselect, we need to catch that.
Robin Dunn [Wed, 5 Feb 2003 23:30:36 +0000 (23:30 +0000)] 
Scintilla uses a -1 index to unselect, we need to catch that.

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

21 years agofixed typo in the label
Vadim Zeitlin [Wed, 5 Feb 2003 12:17:18 +0000 (12:17 +0000)] 
fixed typo in the label

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

21 years agoHP-UX fixes: use INSTALL_DIR as install doesn't have -d option; fixes for threads...
Vadim Zeitlin [Wed, 5 Feb 2003 00:54:04 +0000 (00:54 +0000)] 
HP-UX fixes: use INSTALL_DIR as install doesn't have -d option; fixes for threads compilation

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

21 years agoadded hints from QA 1061
Stefan Csomor [Tue, 4 Feb 2003 22:30:58 +0000 (22:30 +0000)] 
added hints from QA 1061

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

21 years agoOSX native tooltips
Stefan Csomor [Tue, 4 Feb 2003 22:27:54 +0000 (22:27 +0000)] 
OSX native tooltips

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

21 years agocarbon event savvy wakeup call
Stefan Csomor [Tue, 4 Feb 2003 22:25:21 +0000 (22:25 +0000)] 
carbon event savvy wakeup call

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

21 years ago Update with recent changes.
Mattia Barbon [Tue, 4 Feb 2003 21:57:55 +0000 (21:57 +0000)] 
  Update with recent changes.

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

21 years ago Do not redeclare a struct (w32api 2.2 will have it).
Mattia Barbon [Tue, 4 Feb 2003 21:37:58 +0000 (21:37 +0000)] 
  Do not redeclare a struct (w32api 2.2 will have it).

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

21 years ago Applied patch [ 679397 ] remove GPL code from motif build
Mattia Barbon [Tue, 4 Feb 2003 21:09:03 +0000 (21:09 +0000)] 
  Applied patch [ 679397 ] remove GPL code from motif build
from Ian Brown, with some modifications; this patch replaces the (GPL)
Motif ComboBox with an implementation based on the native (for Motif 2.0)
ComboBox. The old ComboBox is still used as a fallback for older Motif
versions. My modifications include some method's implementation and
some workarounds for LessTif.

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

21 years agotry to create smaller executables
Vadim Zeitlin [Tue, 4 Feb 2003 20:34:43 +0000 (20:34 +0000)] 
try to create smaller executables

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

21 years agoadded wxLocale::FindLanguageInfo()
Vadim Zeitlin [Tue, 4 Feb 2003 16:43:10 +0000 (16:43 +0000)] 
added wxLocale::FindLanguageInfo()

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

21 years agofix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW == 0
Vadim Zeitlin [Tue, 4 Feb 2003 00:57:47 +0000 (00:57 +0000)] 
fix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW == 0

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

21 years agoadded Watcom mention
Vadim Zeitlin [Tue, 4 Feb 2003 00:56:28 +0000 (00:56 +0000)] 
added Watcom mention

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

21 years agocorrected the value of EUC_JP
Vadim Zeitlin [Tue, 4 Feb 2003 00:54:46 +0000 (00:54 +0000)] 
corrected the value of EUC_JP

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

21 years agofixes to ShowFullScreen (KDE 3.1)
Václav Slavík [Mon, 3 Feb 2003 23:31:55 +0000 (23:31 +0000)] 
fixes to ShowFullScreen (KDE 3.1)

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

21 years agofixes to ShowFullScreen (KDE 3.1)
Václav Slavík [Mon, 3 Feb 2003 23:23:05 +0000 (23:23 +0000)] 
fixes to ShowFullScreen (KDE 3.1)

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

21 years agoadded (woefully incomplete) Japanese translations
Vadim Zeitlin [Mon, 3 Feb 2003 23:09:13 +0000 (23:09 +0000)] 
added (woefully incomplete) Japanese translations

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

21 years ago More changes to be backported.
Mattia Barbon [Mon, 3 Feb 2003 22:45:05 +0000 (22:45 +0000)] 
  More changes to be backported.

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

21 years ago Make wxr resources work in Unicode mode.
Mattia Barbon [Mon, 3 Feb 2003 22:39:02 +0000 (22:39 +0000)] 
  Make wxr resources work in Unicode mode.

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

21 years ago MSVC 5 does not have BIF_EDITBOX.
Mattia Barbon [Mon, 3 Feb 2003 22:35:42 +0000 (22:35 +0000)] 
  MSVC 5 does not have BIF_EDITBOX.

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

21 years ago Do not #include an header where a forward declaration suffixes. Do not
Mattia Barbon [Mon, 3 Feb 2003 20:56:40 +0000 (20:56 +0000)] 
  Do not #include an header where a forward declaration suffixes. Do not
include wx/wx.h directly.

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

21 years ago Committing in .
Jouk Jansen [Mon, 3 Feb 2003 12:51:34 +0000 (12:51 +0000)] 
 Committing in .

 One #undef for OpenVMS only

 Modified Files:
  wxWindows/src/gtk/app.cpp
 ----------------------------------------------------------------------

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

21 years agochanged C++ comments in C comments
Vadim Zeitlin [Sun, 2 Feb 2003 22:54:04 +0000 (22:54 +0000)] 
changed C++ comments in C comments

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

21 years agofixed First() signatures
Vadim Zeitlin [Sun, 2 Feb 2003 22:21:28 +0000 (22:21 +0000)] 
fixed First() signatures

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

21 years ago Mark for backporting.
Mattia Barbon [Sun, 2 Feb 2003 21:01:54 +0000 (21:01 +0000)] 
  Mark for backporting.

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

21 years ago Fix client data handling: delete client data for all items when a
Mattia Barbon [Sun, 2 Feb 2003 21:00:06 +0000 (21:00 +0000)] 
  Fix client data handling: delete client data for all items when a
wxChoice is deleted, delete client data for an item when that item is
deleted.

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

21 years agoSome OS/2 specific improvements.
Stefan Neis [Sun, 2 Feb 2003 20:31:27 +0000 (20:31 +0000)] 
Some OS/2 specific improvements.

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

21 years agocompilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0
Vadim Zeitlin [Sun, 2 Feb 2003 18:31:23 +0000 (18:31 +0000)] 
compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0

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

21 years ago Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal,
Mattia Barbon [Sun, 2 Feb 2003 15:48:50 +0000 (15:48 +0000)] 
  Implemented wxEventLoop for wxMotif, and used it in wxDialog::ShowModal,
wxWindow::DoPopupMenu and for the application main loop.
  Implemented wxWakeUpIdle.
  Fixed crash when a popup menu entry is used to close/destroy the parent
window of the menu.

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

21 years agocompilation fix for non-PCH
Vadim Zeitlin [Sun, 2 Feb 2003 15:20:35 +0000 (15:20 +0000)] 
compilation fix for non-PCH

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

21 years agoadded Unicode build configurations
Vadim Zeitlin [Sun, 2 Feb 2003 15:19:11 +0000 (15:19 +0000)] 
added Unicode build configurations

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

21 years agoApplied patch [ 678788 ] Dialog command event propagation problem
Julian Smart [Sun, 2 Feb 2003 15:07:57 +0000 (15:07 +0000)] 
Applied patch [ 678788 ] Dialog command event propagation problem

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

21 years agothe Russian translations were somehow corrupted, fixed
Vadim Zeitlin [Sun, 2 Feb 2003 15:02:17 +0000 (15:02 +0000)] 
the Russian translations were somehow corrupted, fixed

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

21 years agoApplied patch [ 675376 ] Improves wxStaticBoxSizer
Julian Smart [Sun, 2 Feb 2003 14:58:56 +0000 (14:58 +0000)] 
Applied patch [ 675376 ] Improves wxStaticBoxSizer
(uses GetCharHeight() instead of guessing).

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

21 years agoApplied patch [ 677730 ] Menus with radio items (wxUniv)
Julian Smart [Sun, 2 Feb 2003 14:50:05 +0000 (14:50 +0000)] 
Applied patch [ 677730 ] Menus with radio items (wxUniv)

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

21 years agoApplied patch [ 670782 ] Combobox uses popup window width
Julian Smart [Sun, 2 Feb 2003 14:47:04 +0000 (14:47 +0000)] 
Applied patch [ 670782 ] Combobox uses popup window width
(wxUniv)

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

21 years agoApplied Patch 664399: wxButton default size should not be adjusted
Julian Smart [Sun, 2 Feb 2003 14:39:55 +0000 (14:39 +0000)] 
Applied Patch 664399: wxButton default size should not be adjusted
(wxUniv)

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

21 years agoUnicode compilation fixes after wxFFile change
Vadim Zeitlin [Sun, 2 Feb 2003 14:17:41 +0000 (14:17 +0000)] 
Unicode compilation fixes after wxFFile change

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

21 years agounused any more
Vadim Zeitlin [Sun, 2 Feb 2003 14:14:08 +0000 (14:14 +0000)] 
unused any more

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

21 years agoallow choosing language from the command line; small cleanup
Vadim Zeitlin [Sun, 2 Feb 2003 14:09:36 +0000 (14:09 +0000)] 
allow choosing language from the command line; small cleanup

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

21 years agomore std iostream + Unicode fixes; copy streams in blocks of 4Kb, not char by char
Vadim Zeitlin [Sun, 2 Feb 2003 13:29:50 +0000 (13:29 +0000)] 
more std iostream + Unicode fixes; copy streams in blocks of 4Kb, not char by char

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

21 years agouse wxChar, not char, for the second argument of Open() and also use wxFopen() in...
Vadim Zeitlin [Sun, 2 Feb 2003 12:46:33 +0000 (12:46 +0000)] 
use wxChar, not char, for the second argument of Open() and also use wxFopen() in the implementation

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

21 years agoindicate whether this is a selection or a deselection in wxCommandEvent generated...
Vadim Zeitlin [Sun, 2 Feb 2003 03:05:41 +0000 (03:05 +0000)] 
indicate whether this is a selection or a deselection in wxCommandEvent generated by a multiselection wxListBox

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

21 years ago(blind) fix for compilation in standard iostreams + Unicode mode
Vadim Zeitlin [Sun, 2 Feb 2003 02:40:17 +0000 (02:40 +0000)] 
(blind) fix for compilation in standard iostreams + Unicode mode

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

21 years agobig wxCursor cleanup
Vadim Zeitlin [Sun, 2 Feb 2003 02:06:34 +0000 (02:06 +0000)] 
big wxCursor cleanup

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

21 years agoremoved wxCURSOR_SIZING (we now use the std one)
Vadim Zeitlin [Sun, 2 Feb 2003 01:50:07 +0000 (01:50 +0000)] 
removed wxCURSOR_SIZING (we now use the std one)

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

21 years agounsuccessful attempts to create resizable dir dlg without new folder button; added...
Vadim Zeitlin [Sun, 2 Feb 2003 00:38:09 +0000 (00:38 +0000)] 
unsuccessful attempts to create resizable dir dlg without new folder button; added BIF_EDITBOX style; minor code cleanup

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

21 years agowhat do we need a separate (from m_windowStyle) m_dialogStyle here for? removed
Vadim Zeitlin [Sat, 1 Feb 2003 23:30:53 +0000 (23:30 +0000)] 
what do we need a separate (from m_windowStyle) m_dialogStyle here for? removed

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

21 years agoshow dir selection dialog both with and without new dir button
Vadim Zeitlin [Sat, 1 Feb 2003 22:51:07 +0000 (22:51 +0000)] 
show dir selection dialog both with and without new dir button

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

21 years agoborland 5.5 on XP dislikes -WE line and dies; earlier systems ignore error
Chris Elliott [Sat, 1 Feb 2003 21:08:22 +0000 (21:08 +0000)] 
borland 5.5 on XP dislikes -WE line and dies; earlier systems ignore error

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

21 years agoimplemented wxFileSelectorEx() (this fixes docview behaviour when multiple selections...
Vadim Zeitlin [Sat, 1 Feb 2003 21:04:40 +0000 (21:04 +0000)] 
implemented wxFileSelectorEx() (this fixes docview behaviour when multiple selections are specified in doc template)

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

21 years agodon't print 2 empty commands after building the program under non-Mac
Vadim Zeitlin [Sat, 1 Feb 2003 20:47:19 +0000 (20:47 +0000)] 
don't print 2 empty commands after building the program under non-Mac

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

21 years agofix bcc bug
Chris Elliott [Sat, 1 Feb 2003 19:54:11 +0000 (19:54 +0000)] 
fix bcc bug

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

21 years agoOnly call use uppercase letter if control, alt, or shift is held down,
Gilles Depeyrot [Sat, 1 Feb 2003 13:45:49 +0000 (13:45 +0000)] 
Only call use uppercase letter if control, alt, or shift is held down,
otherwise lower case accelerators won't work.

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

21 years agosilently ignore any X-fields in mime.types
Vadim Zeitlin [Fri, 31 Jan 2003 23:09:35 +0000 (23:09 +0000)] 
silently ignore any X-fields in mime.types

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

21 years agocompilation fix for HP-UX CC
Vadim Zeitlin [Fri, 31 Jan 2003 22:56:49 +0000 (22:56 +0000)] 
compilation fix for HP-UX CC

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

21 years ago Uncommented warning that causes crashes while
Robert Roebling [Fri, 31 Jan 2003 21:56:09 +0000 (21:56 +0000)] 
  Uncommented warning that causes crashes while
    reading .mime.types.

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

21 years agousing SelectWindow for Raise Implementation
Stefan Csomor [Fri, 31 Jan 2003 15:52:24 +0000 (15:52 +0000)] 
using SelectWindow for Raise Implementation

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

21 years agoadded AppleEvent Handler, somehow the standard event handler does not take care of...
Stefan Csomor [Fri, 31 Jan 2003 15:50:09 +0000 (15:50 +0000)] 
added AppleEvent Handler, somehow the standard event handler does not take care of all of them..

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

21 years ago Typo.
Robert Roebling [Fri, 31 Jan 2003 14:55:28 +0000 (14:55 +0000)] 
  Typo.

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

21 years ago Compile fix.
Robert Roebling [Fri, 31 Jan 2003 14:45:38 +0000 (14:45 +0000)] 
  Compile fix.

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

21 years ago Removed unnecessary SET_STYLE.. macros.
Robert Roebling [Fri, 31 Jan 2003 10:31:54 +0000 (10:31 +0000)] 
 Removed unnecessary SET_STYLE.. macros.

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

21 years ago Corrected GTK2 creation of default font.
Robert Roebling [Fri, 31 Jan 2003 10:31:05 +0000 (10:31 +0000)] 
 Corrected GTK2 creation of default font.
 Removed ugly SET_STYLE_FONT code.

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

21 years ago Printing update for Pango (GTK2 and X11-Unicode).
Robert Roebling [Thu, 30 Jan 2003 23:40:05 +0000 (23:40 +0000)] 
  Printing update for Pango (GTK2 and X11-Unicode).

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

21 years agodon't indent text body
Václav Slavík [Thu, 30 Jan 2003 23:10:23 +0000 (23:10 +0000)] 
don't indent text body

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

21 years agorestored #ifndef wxUSE_UNICODE accidentaly removed by my previous commit
Václav Slavík [Thu, 30 Jan 2003 19:49:42 +0000 (19:49 +0000)] 
restored #ifndef wxUSE_UNICODE accidentaly removed by my previous commit

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

21 years ago1. Added m_count and maintain its value in InsertItem, RemoveItem
Robin Dunn [Thu, 30 Jan 2003 01:53:28 +0000 (01:53 +0000)] 
1. Added m_count and maintain its value in InsertItem, RemoveItem
   etc. and return it from GetItemCount to save so many calls to
   ListView_GetItemCount.

2. If EVT_LIST_DELETE_ALL_ITEMS was not handled then the
   post-processing code to prevent LVN_DELETEITEM messages was not
   getting executed.  Changed it so the post processing always
   happens.

3. It's possible with some versions of comctl32 that garbage values
   can be passed in nmLV->lParam so don't try to get the internal item
   data pointer from it.  This should close bug# 659939

4. Added FreeAllInternalData from DeleteAllItems, (part of patch
   #672065) and also guard against processing LVN_CHANG* messages
   while freeing the internal data.

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

21 years agoRevert last change so the right log message gets put on the file. (I
Robin Dunn [Thu, 30 Jan 2003 01:51:04 +0000 (01:51 +0000)] 
Revert last change so the right log message gets put on the file.  (I
did the last check in just a wee bit too fast...)

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

21 years agoFix for export warning when compiling a DLL.
Robin Dunn [Thu, 30 Jan 2003 01:48:11 +0000 (01:48 +0000)] 
Fix for export warning when compiling a DLL.

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

21 years agoadded MSLU reference to wxUSE_UNICODE
Václav Slavík [Wed, 29 Jan 2003 23:29:11 +0000 (23:29 +0000)] 
added MSLU reference to wxUSE_UNICODE

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

21 years agocarbon event support completed
Stefan Csomor [Wed, 29 Jan 2003 15:23:01 +0000 (15:23 +0000)] 
carbon event support completed

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

21 years agobug fix & carbon support
Stefan Csomor [Wed, 29 Jan 2003 15:21:58 +0000 (15:21 +0000)] 
bug fix & carbon support

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

21 years agostring conversion
Stefan Csomor [Wed, 29 Jan 2003 15:07:24 +0000 (15:07 +0000)] 
string conversion

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

21 years agocarbon modal state
Stefan Csomor [Wed, 29 Jan 2003 15:06:54 +0000 (15:06 +0000)] 
carbon modal state

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

21 years agobugfix : text background when using appearance text drawing
Stefan Csomor [Wed, 29 Jan 2003 15:06:08 +0000 (15:06 +0000)] 
bugfix : text background when using appearance text drawing

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

21 years agogetting rid of wxBuffer
Stefan Csomor [Wed, 29 Jan 2003 15:04:37 +0000 (15:04 +0000)] 
getting rid of wxBuffer

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

21 years agoadaptions for cleaned up string conversions & carbon events support
Stefan Csomor [Wed, 29 Jan 2003 15:04:04 +0000 (15:04 +0000)] 
adaptions for cleaned up string conversions & carbon events support

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

21 years agoadaptions for cleaned up string conversions
Stefan Csomor [Wed, 29 Jan 2003 15:03:43 +0000 (15:03 +0000)] 
adaptions for cleaned up string conversions

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

21 years agomoving string conversions at one place
Stefan Csomor [Wed, 29 Jan 2003 15:02:14 +0000 (15:02 +0000)] 
moving string conversions at one place

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

21 years agoremoving path corrections for wxMac, we now want a correct platform string for unzOpen
Stefan Csomor [Wed, 29 Jan 2003 15:00:57 +0000 (15:00 +0000)] 
removing path corrections for wxMac, we now want a correct platform string for unzOpen

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

21 years agomoving all string conversions to private.h
Stefan Csomor [Wed, 29 Jan 2003 14:59:28 +0000 (14:59 +0000)] 
moving all string conversions to private.h

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

21 years agomoving all string conversions here
Stefan Csomor [Wed, 29 Jan 2003 14:58:01 +0000 (14:58 +0000)] 
moving all string conversions here

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

21 years agoadditional mac alias types
Stefan Csomor [Wed, 29 Jan 2003 14:56:17 +0000 (14:56 +0000)] 
additional mac alias types

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

21 years agogetting rid of wxBuffer
Stefan Csomor [Wed, 29 Jan 2003 14:55:21 +0000 (14:55 +0000)] 
getting rid of wxBuffer

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

21 years ago Committing in .
Jouk Jansen [Wed, 29 Jan 2003 11:54:57 +0000 (11:54 +0000)] 
 Committing in .

 wxIcon creation changed -> MOTIF code had to be changed likewise the GTK
version.

 Modified Files:
  wxWindows/src/common/resource.cpp
 ----------------------------------------------------------------------

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

21 years ago Committing in .
Jouk Jansen [Wed, 29 Jan 2003 11:52:47 +0000 (11:52 +0000)] 
 Committing in .

 OpenVMS updates

 Modified Files:
  wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
  wxWindows/src/motif/toplevel.cpp
 ----------------------------------------------------------------------

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

21 years agolistctrl update
David Webster [Tue, 28 Jan 2003 23:21:51 +0000 (23:21 +0000)] 
listctrl update

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

21 years agoadded definition of TARGET_CARBON when compiling with non generated setup.h
Gilles Depeyrot [Tue, 28 Jan 2003 22:26:30 +0000 (22:26 +0000)] 
added definition of TARGET_CARBON when compiling with non generated setup.h
using Project Builder

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

21 years agomoved definition of TARGET_CARBON to generated setup.h when compiling with
Gilles Depeyrot [Tue, 28 Jan 2003 22:23:02 +0000 (22:23 +0000)] 
moved definition of TARGET_CARBON to generated setup.h when compiling with
Apple Developer Tools

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

21 years ago Regenerate makefiles.
Mattia Barbon [Tue, 28 Jan 2003 21:02:32 +0000 (21:02 +0000)] 
  Regenerate makefiles.

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

21 years agoonly handling inContent CarbonEvents if we are the active window
Stefan Csomor [Tue, 28 Jan 2003 16:45:31 +0000 (16:45 +0000)] 
only handling inContent CarbonEvents if we are the active window

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

21 years agoCarbonEvents Added
Stefan Csomor [Tue, 28 Jan 2003 12:29:55 +0000 (12:29 +0000)] 
CarbonEvents Added

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

21 years agoReview, Carbon Events support
Stefan Csomor [Tue, 28 Jan 2003 12:27:43 +0000 (12:27 +0000)] 
Review, Carbon Events support

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

21 years agostatic box parent warning added
Stefan Csomor [Tue, 28 Jan 2003 12:26:43 +0000 (12:26 +0000)] 
static box parent warning added

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

21 years agono new install of event handler
Stefan Csomor [Tue, 28 Jan 2003 08:30:54 +0000 (08:30 +0000)] 
no new install of event handler

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

21 years agocleanup, Carbon Events
Stefan Csomor [Tue, 28 Jan 2003 08:27:05 +0000 (08:27 +0000)] 
cleanup, Carbon Events

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