wxWidgets.git
20 years agofinished Japanese translations (patch 824608)
Vadim Zeitlin [Thu, 16 Oct 2003 08:57:03 +0000 (08:57 +0000)] 
finished Japanese translations (patch 824608)

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

20 years agosome cosmetic fixes
Vadim Zeitlin [Thu, 16 Oct 2003 08:51:16 +0000 (08:51 +0000)] 
some cosmetic fixes

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

20 years agopatch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code...
Vadim Zeitlin [Thu, 16 Oct 2003 08:50:20 +0000 (08:50 +0000)] 
patch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code cleanup

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

20 years agowxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse
Vadim Zeitlin [Thu, 16 Oct 2003 07:55:25 +0000 (07:55 +0000)] 
wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse

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

20 years agoadded EVT_WIZARD_FINISHED handler
Vadim Zeitlin [Thu, 16 Oct 2003 07:23:58 +0000 (07:23 +0000)] 
added EVT_WIZARD_FINISHED handler

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

20 years agosend EVT_WIZARD_FINISHED for modal wizards as well
Vadim Zeitlin [Thu, 16 Oct 2003 07:22:19 +0000 (07:22 +0000)] 
send EVT_WIZARD_FINISHED for modal wizards as well

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

20 years agoupdate the selection properly after deleting the page
Vadim Zeitlin [Wed, 15 Oct 2003 22:59:36 +0000 (22:59 +0000)] 
update the selection properly after deleting the page

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

20 years agoremoved the weird m_style which was never initialized GTK and duplicated m_windowStyl...
Vadim Zeitlin [Wed, 15 Oct 2003 22:45:23 +0000 (22:45 +0000)] 
removed the weird m_style which was never initialized GTK and duplicated m_windowStyle under Mac/MSW

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

20 years agobug fix
Stefan Csomor [Wed, 15 Oct 2003 19:23:52 +0000 (19:23 +0000)] 
bug fix

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

20 years agoattempt to split cmd line into words in the same way as Windows does
Vadim Zeitlin [Tue, 14 Oct 2003 22:58:09 +0000 (22:58 +0000)] 
attempt to split cmd line into words in the same way as Windows does

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

20 years ago wxMotif fixes.
Mattia Barbon [Tue, 14 Oct 2003 17:27:59 +0000 (17:27 +0000)] 
  wxMotif fixes.

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

20 years ago Implemented wxPopupWindow for wxMotif.
Mattia Barbon [Tue, 14 Oct 2003 17:05:28 +0000 (17:05 +0000)] 
  Implemented wxPopupWindow for wxMotif.

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

20 years agonicer tick and fixed home icons (patch #820767)
Václav Slavík [Tue, 14 Oct 2003 07:30:08 +0000 (07:30 +0000)] 
nicer tick and fixed home icons (patch #820767)

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

20 years agooops, compilation fix
Vadim Zeitlin [Mon, 13 Oct 2003 23:49:18 +0000 (23:49 +0000)] 
oops, compilation fix

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

20 years agoadded CanConvert()
Vadim Zeitlin [Mon, 13 Oct 2003 23:47:22 +0000 (23:47 +0000)] 
added CanConvert()

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

20 years agoshow the selected item with customs colour correctly when the control doesn't have...
Vadim Zeitlin [Mon, 13 Oct 2003 23:38:53 +0000 (23:38 +0000)] 
show the selected item with customs colour correctly when the control doesn't have focus (i.e. don't keep the selected background)

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

20 years agogettext plural form docs
Václav Slavík [Mon, 13 Oct 2003 21:37:02 +0000 (21:37 +0000)] 
gettext plural form docs

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

20 years agouse ngettext instead of _N
Václav Slavík [Mon, 13 Oct 2003 21:29:20 +0000 (21:29 +0000)] 
use ngettext instead of _N

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

20 years ago1) use ngettext instead of _N, 2) cleanup of gettext macros definitions
Václav Slavík [Mon, 13 Oct 2003 21:27:02 +0000 (21:27 +0000)] 
1) use ngettext instead of _N, 2) cleanup of gettext macros definitions

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

20 years ago wxMotif now uses wxGLCanvas implementation from wxX11,
Mattia Barbon [Mon, 13 Oct 2003 17:28:15 +0000 (17:28 +0000)] 
  wxMotif now uses wxGLCanvas implementation from wxX11,
removed unused files.

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

20 years ago Fixes for application not closing after last top level
Mattia Barbon [Mon, 13 Oct 2003 17:23:23 +0000 (17:23 +0000)] 
  Fixes for application not closing after last top level
window closed.

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

20 years ago Compilation fixes.
Mattia Barbon [Mon, 13 Oct 2003 17:21:30 +0000 (17:21 +0000)] 
  Compilation fixes.

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

20 years agofixed double filename->URL conversion
Václav Slavík [Mon, 13 Oct 2003 09:56:30 +0000 (09:56 +0000)] 
fixed double filename->URL conversion

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

20 years agosupported platforms update
Václav Slavík [Sun, 12 Oct 2003 13:24:35 +0000 (13:24 +0000)] 
supported platforms update

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

20 years agouse LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker
Vadim Zeitlin [Sun, 12 Oct 2003 11:19:18 +0000 (11:19 +0000)] 
use LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker

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

20 years agoadded LVSICF_NOINVALIDATEALL
Vadim Zeitlin [Sun, 12 Oct 2003 11:17:51 +0000 (11:17 +0000)] 
added LVSICF_NOINVALIDATEALL

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

20 years ago Compilation fixes.
Mattia Barbon [Sun, 12 Oct 2003 09:24:55 +0000 (09:24 +0000)] 
  Compilation fixes.

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

20 years ago Try to use the correct make.
Mattia Barbon [Sun, 12 Oct 2003 08:56:07 +0000 (08:56 +0000)] 
  Try to use the correct make.

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

20 years agoVC++ release mode warning fixes
Vadim Zeitlin [Sun, 12 Oct 2003 01:46:17 +0000 (01:46 +0000)] 
VC++ release mode warning fixes

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

20 years agofixed conversion from Unicode in StreamOut() once again
Vadim Zeitlin [Sun, 12 Oct 2003 01:23:23 +0000 (01:23 +0000)] 
fixed conversion from Unicode in StreamOut() once again

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

20 years agoPatch #821454
Robin Dunn [Sat, 11 Oct 2003 01:20:24 +0000 (01:20 +0000)] 
Patch #821454

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

20 years agoanother Unicode compilation fix for !wxUSE_ENHMETAFILE
Vadim Zeitlin [Fri, 10 Oct 2003 20:22:11 +0000 (20:22 +0000)] 
another Unicode compilation fix for !wxUSE_ENHMETAFILE

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

20 years agoremoved #!
Robin Dunn [Fri, 10 Oct 2003 16:11:25 +0000 (16:11 +0000)] 
removed #!

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

20 years agoreturn false from wxXmlResource::Load if the resource is corrupted
Václav Slavík [Fri, 10 Oct 2003 09:48:52 +0000 (09:48 +0000)] 
return false from wxXmlResource::Load if the resource is corrupted

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

20 years agoDon't set insertion point if the text is the same in SetValue
Julian Smart [Fri, 10 Oct 2003 08:21:08 +0000 (08:21 +0000)] 
Don't set insertion point if the text is the same in SetValue

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

20 years agonewlines conversions streamlined
Stefan Csomor [Fri, 10 Oct 2003 04:26:45 +0000 (04:26 +0000)] 
newlines conversions streamlined

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

20 years agoUnicode compilation fix for !wxUSE_ENHMETAFILE
Vadim Zeitlin [Thu, 9 Oct 2003 22:21:28 +0000 (22:21 +0000)] 
Unicode compilation fix for !wxUSE_ENHMETAFILE

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

20 years ago Applied new DoDrawBitmap() and DoBlit() from 2_4
Robert Roebling [Thu, 9 Oct 2003 20:03:17 +0000 (20:03 +0000)] 
  Applied new DoDrawBitmap() and DoBlit() from 2_4

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

20 years ago Added wxBitmap::Rescale() from 2_4
Robert Roebling [Thu, 9 Oct 2003 20:01:49 +0000 (20:01 +0000)] 
  Added wxBitmap::Rescale() from 2_4

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

20 years ago image sample fix from 2_4
Robert Roebling [Thu, 9 Oct 2003 20:00:22 +0000 (20:00 +0000)] 
  image sample fix from 2_4

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

20 years agoadded newline conversion
Stefan Csomor [Thu, 9 Oct 2003 18:19:45 +0000 (18:19 +0000)] 
added newline conversion

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

20 years agoAdded lengthy comment detailing the implications of idle handling
David Elliott [Thu, 9 Oct 2003 15:59:37 +0000 (15:59 +0000)] 
Added lengthy comment detailing the implications of idle handling

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

20 years agoPrevent Cocoa from waiting indefinitely when stopping the event loop
David Elliott [Thu, 9 Oct 2003 15:56:38 +0000 (15:56 +0000)] 
Prevent Cocoa from waiting indefinitely when stopping the event loop

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

20 years agofixed too small pagesize
Václav Slavík [Thu, 9 Oct 2003 15:16:58 +0000 (15:16 +0000)] 
fixed too small pagesize

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

20 years agobeginnings of DigitalMars support
Václav Slavík [Thu, 9 Oct 2003 12:47:09 +0000 (12:47 +0000)] 
beginnings of DigitalMars support

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

20 years agofix for showing a modal dialog from OnIdle() when another modal dialog is being destroyed
Vadim Zeitlin [Thu, 9 Oct 2003 08:52:40 +0000 (08:52 +0000)] 
fix for showing a modal dialog from OnIdle() when another modal dialog is being destroyed

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

20 years agobackport wxRegConfig enumeration fix
Vadim Zeitlin [Wed, 8 Oct 2003 23:37:24 +0000 (23:37 +0000)] 
backport wxRegConfig enumeration fix

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

20 years agofixed enumerating of entries/groups under '/' in wxRegConfig
Vadim Zeitlin [Wed, 8 Oct 2003 23:36:11 +0000 (23:36 +0000)] 
fixed enumerating of entries/groups under '/' in wxRegConfig

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

20 years agowxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
Vadim Zeitlin [Wed, 8 Oct 2003 23:22:00 +0000 (23:22 +0000)] 
wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works

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

20 years agocheck directories passed to Append/Insert/PrependDir(); don't terminate string return...
Vadim Zeitlin [Wed, 8 Oct 2003 23:15:16 +0000 (23:15 +0000)] 
check directories passed to Append/Insert/PrependDir(); don't terminate string returned from GetPath() with wxPATH_GET_SEPARATOR flag with slash for the paths which don't have any path at all under DOS

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

20 years agodocumented _PTR versions of WX_DEFINE_ARRAY macros
Vadim Zeitlin [Wed, 8 Oct 2003 22:16:39 +0000 (22:16 +0000)] 
documented _PTR versions of WX_DEFINE_ARRAY macros

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

20 years agorenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
Vadim Zeitlin [Wed, 8 Oct 2003 22:13:14 +0000 (22:13 +0000)] 
renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR

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

20 years agoImplement Pending and Dispatch
David Elliott [Wed, 8 Oct 2003 15:51:40 +0000 (15:51 +0000)] 
Implement Pending and Dispatch

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

20 years agodon't always create MDI children with WS_THICKFRAME (only if wxRESIZE_BORDER is given)
Vadim Zeitlin [Tue, 7 Oct 2003 23:07:47 +0000 (23:07 +0000)] 
don't always create MDI children with WS_THICKFRAME (only if wxRESIZE_BORDER is given)

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

20 years agono changes
Vadim Zeitlin [Tue, 7 Oct 2003 23:06:16 +0000 (23:06 +0000)] 
no changes

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

20 years agorestore status bar text after a menu has been shown
Vadim Zeitlin [Tue, 7 Oct 2003 23:04:44 +0000 (23:04 +0000)] 
restore status bar text after a menu has been shown

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

20 years agorestore status bar text after a menu has been shown
Vadim Zeitlin [Tue, 7 Oct 2003 22:55:06 +0000 (22:55 +0000)] 
restore status bar text after a menu has been shown

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

20 years agofixed bakefile so that in-tree headers take precedence over system-installed ones
Václav Slavík [Tue, 7 Oct 2003 21:37:54 +0000 (21:37 +0000)] 
fixed bakefile so that in-tree headers take precedence over system-installed ones

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

20 years agoadded .chm support for Unix (Markus Sinner) -- regenerated makefiles
Václav Slavík [Tue, 7 Oct 2003 20:20:53 +0000 (20:20 +0000)] 
added .chm support for Unix (Markus Sinner) -- regenerated makefiles

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

20 years agoadded .chm support for Unix (Markus Sinner)
Václav Slavík [Tue, 7 Oct 2003 20:15:27 +0000 (20:15 +0000)] 
added .chm support for Unix (Markus Sinner)

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

20 years agoadded .chm support for Unix (Markus Sinner)
Václav Slavík [Tue, 7 Oct 2003 19:47:02 +0000 (19:47 +0000)] 
added .chm support for Unix (Markus Sinner)

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

20 years agofixed FixedSizeTabs()
Vadim Zeitlin [Tue, 7 Oct 2003 13:37:43 +0000 (13:37 +0000)] 
fixed FixedSizeTabs()

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

20 years agowxListMainWindow::OnRenameCancelled(): itemEdit parameter is used
David Elliott [Tue, 7 Oct 2003 13:20:30 +0000 (13:20 +0000)] 
wxListMainWindow::OnRenameCancelled(): itemEdit parameter is used

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

20 years agoadded test for cancelled END_EDIT
Vadim Zeitlin [Tue, 7 Oct 2003 09:06:58 +0000 (09:06 +0000)] 
added test for cancelled END_EDIT

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

20 years agosend END_EDIT label if label editing is cancelled
Vadim Zeitlin [Tue, 7 Oct 2003 08:41:54 +0000 (08:41 +0000)] 
send END_EDIT label if label editing is cancelled

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

20 years agoUse NSWindow delegate notification windowWillClose instead of overriding close
David Elliott [Mon, 6 Oct 2003 19:17:11 +0000 (19:17 +0000)] 
Use NSWindow delegate notification windowWillClose instead of overriding close

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

20 years agoremove wxBase files to get rid of RPM's complains about unpackaged files
Václav Slavík [Mon, 6 Oct 2003 19:12:12 +0000 (19:12 +0000)] 
remove wxBase files to get rid of RPM's complains about unpackaged files

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

20 years ago* Add bool parameter to WindowDidResignKey indicating whether the menu bar
David Elliott [Mon, 6 Oct 2003 18:54:59 +0000 (18:54 +0000)] 
* Add bool parameter to WindowDidResignKey indicating whether the menu bar
  should be changed to the common menubar or remain installed.
* Add back some assertions to ensure the code is working as intended.

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

20 years ago Compilo.
Robert Roebling [Mon, 6 Oct 2003 18:43:45 +0000 (18:43 +0000)] 
 Compilo.

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

20 years ago Implemented wxChoice::SetString()
Robert Roebling [Mon, 6 Oct 2003 18:09:20 +0000 (18:09 +0000)] 
  Implemented wxChoice::SetString()

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

20 years agoMoved wxCocoa specific doIdle method to application delegate object
David Elliott [Mon, 6 Oct 2003 17:12:43 +0000 (17:12 +0000)] 
Moved wxCocoa specific doIdle method to application delegate object

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

20 years agoShow how to get the right position for HitTest from a mouse event position
Robin Dunn [Mon, 6 Oct 2003 16:53:31 +0000 (16:53 +0000)] 
Show how to get the right position for HitTest from a mouse event position

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

20 years ago Fixed bitmap problem reported last week.
Robert Roebling [Mon, 6 Oct 2003 15:59:54 +0000 (15:59 +0000)] 
  Fixed bitmap problem reported last week.

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

20 years agoUse an application delegate object
David Elliott [Mon, 6 Oct 2003 15:36:11 +0000 (15:36 +0000)] 
Use an application delegate object

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

20 years agoAlways return NO for applicationShouldTerminateAfterLastWindowClosed
David Elliott [Mon, 6 Oct 2003 15:14:11 +0000 (15:14 +0000)] 
Always return NO for applicationShouldTerminateAfterLastWindowClosed

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

20 years agoinstead of ignoring all unknown MIME keywords, ignore only those not starting with...
Vadim Zeitlin [Sun, 5 Oct 2003 19:27:26 +0000 (19:27 +0000)] 
instead of ignoring all unknown MIME keywords, ignore only those not starting with x- (this was always the intended effect but it didn't work like this)

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

20 years agoremoved extra virtual
Vadim Zeitlin [Sun, 5 Oct 2003 15:18:45 +0000 (15:18 +0000)] 
removed extra virtual

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

20 years agoFix to detection of gcc version on OS/2.
Stefan Neis [Sun, 5 Oct 2003 12:49:13 +0000 (12:49 +0000)] 
Fix to detection of gcc version on OS/2.

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

20 years agoCompilation fix.
Stefan Neis [Sun, 5 Oct 2003 12:36:59 +0000 (12:36 +0000)] 
Compilation fix.

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

20 years agodon't build the GUI version of tex2rtf wif --disable-gui
Václav Slavík [Sat, 4 Oct 2003 22:44:22 +0000 (22:44 +0000)] 
don't build the GUI version of tex2rtf wif --disable-gui

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

20 years agoadded gettext plural forms support (patch #785660 with modifications)
Václav Slavík [Sat, 4 Oct 2003 22:43:46 +0000 (22:43 +0000)] 
added gettext plural forms support (patch #785660 with modifications)

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

20 years agotex2rtf builds in wxBase, too
Václav Slavík [Sat, 4 Oct 2003 22:43:01 +0000 (22:43 +0000)] 
tex2rtf  builds in wxBase, too

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

20 years agoadded Czech translation to the sample
Václav Slavík [Sat, 4 Oct 2003 22:42:06 +0000 (22:42 +0000)] 
added Czech translation to the sample

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

20 years agocopy catalogs to builddir
Václav Slavík [Sat, 4 Oct 2003 22:39:07 +0000 (22:39 +0000)] 
copy catalogs to builddir

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

20 years agoadded gettext plural forms support (patch #785660 with modifications)
Václav Slavík [Sat, 4 Oct 2003 22:38:00 +0000 (22:38 +0000)] 
added gettext plural forms support (patch #785660 with modifications)

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

20 years agofixed misgenerated makefiles
Václav Slavík [Sat, 4 Oct 2003 17:57:33 +0000 (17:57 +0000)] 
fixed misgenerated makefiles

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

20 years agoregenerated makefiles
Václav Slavík [Sat, 4 Oct 2003 13:49:34 +0000 (13:49 +0000)] 
regenerated makefiles

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

20 years agoregenerated with DESTDIR fixes
Václav Slavík [Sat, 4 Oct 2003 09:10:20 +0000 (09:10 +0000)] 
regenerated with DESTDIR fixes

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

20 years agoapplied bug fix
Stefan Csomor [Sat, 4 Oct 2003 08:26:05 +0000 (08:26 +0000)] 
applied bug fix

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

20 years agoAdd some WXDLLIMPEXP's
Robin Dunn [Sat, 4 Oct 2003 03:00:46 +0000 (03:00 +0000)] 
Add some WXDLLIMPEXP's

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

20 years agofixed inconsistencies with indices in wxTE_RICH2 controls (remove CRs when streaming...
Vadim Zeitlin [Sat, 4 Oct 2003 00:21:54 +0000 (00:21 +0000)] 
fixed inconsistencies with indices in wxTE_RICH2 controls (remove CRs when streaming text out now)

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

20 years agofixed horrible flicker and 100 CPU usage (text ctrl was being updated all the time)
Vadim Zeitlin [Sat, 4 Oct 2003 00:19:35 +0000 (00:19 +0000)] 
fixed horrible flicker and 100 CPU usage (text ctrl was being updated all the time)

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

20 years agofixed wxMOUSE_BTN_XXX values, use them instead of hard coded constants
Vadim Zeitlin [Fri, 3 Oct 2003 22:22:59 +0000 (22:22 +0000)] 
fixed wxMOUSE_BTN_XXX values, use them instead of hard coded constants

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

20 years agoAdded more meta-data for PyPi
Robin Dunn [Fri, 3 Oct 2003 19:51:12 +0000 (19:51 +0000)] 
Added more meta-data for PyPi

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

20 years agofixed memory leak (#817324)
Václav Slavík [Fri, 3 Oct 2003 18:30:38 +0000 (18:30 +0000)] 
fixed memory leak (#817324)

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

20 years agoFixed usage of uninitialized variable.
Stefan Neis [Fri, 3 Oct 2003 17:03:52 +0000 (17:03 +0000)] 
Fixed usage of uninitialized variable.

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

20 years agoFixed typo.
Stefan Neis [Fri, 3 Oct 2003 17:01:06 +0000 (17:01 +0000)] 
Fixed typo.

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

20 years agoAdded dummies for Enable and SetDelay.
Stefan Neis [Fri, 3 Oct 2003 16:58:17 +0000 (16:58 +0000)] 
Added dummies for Enable and SetDelay.

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

20 years agoOnly use unicode format when unicode support is enabled.
Stefan Neis [Fri, 3 Oct 2003 16:56:58 +0000 (16:56 +0000)] 
Only use unicode format when unicode support is enabled.

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

20 years agoAdded Unix implementation of platform specific files for OS/2.
Stefan Neis [Fri, 3 Oct 2003 16:03:03 +0000 (16:03 +0000)] 
Added Unix implementation of platform specific files for OS/2.

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