wxWidgets.git
17 years agouse size of wxNORMAL_FONT instead of hard coded 12 points
Vadim Zeitlin [Tue, 22 Aug 2006 10:32:48 +0000 (10:32 +0000)] 
use size of wxNORMAL_FONT instead of hard coded 12 points

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

17 years agoadded "set encoding" menu item
Vadim Zeitlin [Tue, 22 Aug 2006 10:29:32 +0000 (10:29 +0000)] 
added "set encoding" menu item

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

17 years agoallow entering font description string interactively
Vadim Zeitlin [Tue, 22 Aug 2006 10:07:35 +0000 (10:07 +0000)] 
allow entering font description string interactively

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

17 years agouse wxModule to ensure proper initialization order for wxStockGDIMac
Paul Cornett [Tue, 22 Aug 2006 03:08:01 +0000 (03:08 +0000)] 
use wxModule to ensure proper initialization order for wxStockGDIMac

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

17 years ago Don't emit bogus size events if a child window
Robert Roebling [Mon, 21 Aug 2006 23:13:42 +0000 (23:13 +0000)] 
  Don't emit bogus size events if a child window
    is inserted into a frame or dialog.
  I don't know why I wrote that non-sense back
    then, but wxMSW doesn't do it either.

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

17 years agoAdded wx.lib.combotreebox from Frank Niessink
Robin Dunn [Mon, 21 Aug 2006 18:32:48 +0000 (18:32 +0000)] 
Added wx.lib.combotreebox from Frank Niessink

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

17 years agoMove CanSetTransparent and SetTransparent up to wxWindowBase since
Robin Dunn [Mon, 21 Aug 2006 18:30:34 +0000 (18:30 +0000)] 
Move CanSetTransparent and SetTransparent up to wxWindowBase since
wxMac can handle transparency at that level.

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

17 years agoAdapt to some wxDC methods becoming protected
Robin Dunn [Mon, 21 Aug 2006 18:28:35 +0000 (18:28 +0000)] 
Adapt to some wxDC methods becoming protected

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

17 years agoMake it possible to tell wxXmlResource which domain to pull
Robin Dunn [Mon, 21 Aug 2006 18:27:15 +0000 (18:27 +0000)] 
Make it possible to tell wxXmlResource which domain to pull
translatable strings from.

Make the wxLocale::GetString methods virtual so they can be overridden
in derived classes.

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

17 years agofix label
Robin Dunn [Mon, 21 Aug 2006 17:32:58 +0000 (17:32 +0000)] 
fix label

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

17 years agoAdded test of using CalendarDateAttr
Robin Dunn [Mon, 21 Aug 2006 17:32:18 +0000 (17:32 +0000)] 
Added test of using CalendarDateAttr

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

17 years agoRecognize the numpad cursor keys too
Robin Dunn [Mon, 21 Aug 2006 16:48:25 +0000 (16:48 +0000)] 
Recognize the numpad cursor keys too

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

17 years agostill overriding the escape key
Stefan Csomor [Mon, 21 Aug 2006 15:57:08 +0000 (15:57 +0000)] 
still overriding the escape key

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

17 years agoremoving unneeded event table
Stefan Csomor [Mon, 21 Aug 2006 14:41:49 +0000 (14:41 +0000)] 
removing unneeded event table

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

17 years ago Fix same compilation again, I guess 0 was
Robert Roebling [Mon, 21 Aug 2006 14:15:46 +0000 (14:15 +0000)] 
  Fix same compilation again, I guess 0 was
    meant to initialize the wxTreeItemId to
    nothing.

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

17 years ago Fix compilation under MSW with GCC cross.
Robert Roebling [Mon, 21 Aug 2006 14:12:12 +0000 (14:12 +0000)] 
  Fix compilation under MSW with GCC cross.

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

17 years agoadded stock menu items support
Vadim Zeitlin [Sun, 20 Aug 2006 22:24:57 +0000 (22:24 +0000)] 
added stock menu items support

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

17 years agoAdded stub for wxIsPlatform64Bit.
Stefan Neis [Sun, 20 Aug 2006 16:32:21 +0000 (16:32 +0000)] 
Added stub for wxIsPlatform64Bit.

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

17 years agodon't use dynamic handlers for standard buttons as this prevents static event handler...
Vadim Zeitlin [Sun, 20 Aug 2006 14:02:51 +0000 (14:02 +0000)] 
don't use dynamic handlers for standard buttons as this prevents static event handlers in derived classes from working; just catch all button events in a static handler instead

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

17 years agoRemoved event table as these things are now handled by wxDialogBase.
Stefan Neis [Sun, 20 Aug 2006 13:29:42 +0000 (13:29 +0000)] 
Removed event table as these things are now handled by wxDialogBase.

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

17 years agocreate status bar to see wxLogStatus messages
Vadim Zeitlin [Sun, 20 Aug 2006 12:14:41 +0000 (12:14 +0000)] 
create status bar to see wxLogStatus messages

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

17 years agoremoved unneeded cast to wxWindowDC in DrawItemSelectionRect()
Vadim Zeitlin [Sun, 20 Aug 2006 11:04:54 +0000 (11:04 +0000)] 
removed unneeded cast to wxWindowDC in DrawItemSelectionRect()

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

17 years agoconnect the affirmative/cancel button handlers to new ids, not old ones
Vadim Zeitlin [Sun, 20 Aug 2006 10:54:50 +0000 (10:54 +0000)] 
connect the affirmative/cancel button handlers to new ids, not old ones

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

17 years agoset wxID_CLOSE as affirmative id, not cancel id, this makes more sense for this dialo...
Vadim Zeitlin [Sun, 20 Aug 2006 10:52:52 +0000 (10:52 +0000)] 
set wxID_CLOSE as affirmative id, not cancel id, this makes more sense for this dialog even if the effect is the same

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

17 years agomap Esc to GetAffirmativeId() instead of hardcoded wxID_OK when escape id is wxID_ANY
Vadim Zeitlin [Sun, 20 Aug 2006 10:39:55 +0000 (10:39 +0000)] 
map Esc to GetAffirmativeId() instead of hardcoded wxID_OK when escape id is wxID_ANY

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

17 years agoupdates for wxDialog affirmative/escape id buttons handling changes
Vadim Zeitlin [Sun, 20 Aug 2006 10:38:55 +0000 (10:38 +0000)] 
updates for wxDialog affirmative/escape id buttons handling changes

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

17 years agohandle the buttons with ids specified in SetAffirmative/CancelId() as Ok/Cancel
Vadim Zeitlin [Sun, 20 Aug 2006 10:30:26 +0000 (10:30 +0000)] 
handle the buttons with ids specified in SetAffirmative/CancelId() as Ok/Cancel

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

17 years ago Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
Mattia Barbon [Sun, 20 Aug 2006 09:44:41 +0000 (09:44 +0000)] 
  Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

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

17 years agoUpdates from Eli
Robin Dunn [Sun, 20 Aug 2006 05:09:17 +0000 (05:09 +0000)] 
Updates from Eli

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

17 years agoChange Miki's email address
Robin Dunn [Sun, 20 Aug 2006 04:49:34 +0000 (04:49 +0000)] 
Change Miki's email address

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

17 years agoAdd dtor for wxCalendarDateAttr
Robin Dunn [Sun, 20 Aug 2006 04:46:07 +0000 (04:46 +0000)] 
Add dtor for wxCalendarDateAttr

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

17 years agoVarious updates
Robin Dunn [Sun, 20 Aug 2006 04:20:58 +0000 (04:20 +0000)] 
Various updates

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

17 years agoAdd ImageFromBuffer
Robin Dunn [Sun, 20 Aug 2006 04:19:39 +0000 (04:19 +0000)] 
Add ImageFromBuffer

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

17 years agodon't use deprecated wxStripMenuCodes overload
Vadim Zeitlin [Sat, 19 Aug 2006 23:21:18 +0000 (23:21 +0000)] 
don't use deprecated wxStripMenuCodes overload

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

17 years agodon't use the hack with handling wxID_CLOSE button events in wxDialog::OnCancel(...
Vadim Zeitlin [Sat, 19 Aug 2006 23:19:07 +0000 (23:19 +0000)] 
don't use the hack with handling wxID_CLOSE button events in wxDialog::OnCancel(); simply map Esc to wxID_CLOSE instead

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

17 years agotidy up configure output, don't show gnomeprint/vfs/hildon for non-GTK ports
Vadim Zeitlin [Sat, 19 Aug 2006 23:17:07 +0000 (23:17 +0000)] 
tidy up configure output, don't show gnomeprint/vfs/hildon for non-GTK ports

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

17 years agodon't call base class OnOk() directly, use EndDialog() instead
Vadim Zeitlin [Sat, 19 Aug 2006 23:04:37 +0000 (23:04 +0000)] 
don't call base class OnOk() directly, use EndDialog() instead

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

17 years agomoved all wxDialog event handlers to wxDialogBase to avoid code duplication
Vadim Zeitlin [Sat, 19 Aug 2006 22:56:11 +0000 (22:56 +0000)] 
moved all wxDialog event handlers to wxDialogBase to avoid code duplication
(sixplication?) among ports; as a side effect added public wxDialog methods to
wxDialogBase as well and moved EndDialog() (previously implemented by wxMSW,
wxMotif, wxMac and wxCocoa but not the other ports) to wxDialogBase too

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

17 years agocentralized Esc key handling for closing the dialogs in wxDialogBase:
Vadim Zeitlin [Sat, 19 Aug 2006 22:36:10 +0000 (22:36 +0000)] 
centralized Esc key handling for closing the dialogs in wxDialogBase:
1. added wxDialogBase::OnCharHook() and removed this event handler from
   all the other ports
2. also removed ad hoc code doing the same thing in wxMSW (MSWProcessMessage()
   override in wxDialog) and wxGTK (in gtk_window_key_press_callback())
3. reimplemented EmulateButtonClickIfPresent() portably and also moved it
   to wxDialogBase from wxMSW wxDialog

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

17 years agouse wxChar* instead of wxString for string constants, cuts object size by ~1200 bytes
Paul Cornett [Sat, 19 Aug 2006 22:21:51 +0000 (22:21 +0000)] 
use wxChar* instead of wxString for string constants, cuts object size by ~1200 bytes

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

17 years agocompilation fix after wxPlatformInfo patch: use wxOS_WINDOWS_CE instead of wxWinPocketPC
Vadim Zeitlin [Sat, 19 Aug 2006 22:17:08 +0000 (22:17 +0000)] 
compilation fix after wxPlatformInfo patch: use wxOS_WINDOWS_CE instead of wxWinPocketPC

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

17 years agoremoved #ifdef wxTopLevelWindowNative -- it's now defined for all ports
Vadim Zeitlin [Sat, 19 Aug 2006 21:48:33 +0000 (21:48 +0000)] 
removed #ifdef wxTopLevelWindowNative -- it's now defined for all ports

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

17 years agosimplify coordinate transformation code
Paul Cornett [Sat, 19 Aug 2006 21:30:06 +0000 (21:30 +0000)] 
simplify coordinate transformation code

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

17 years agoconfigure test for round
Paul Cornett [Sat, 19 Aug 2006 21:28:18 +0000 (21:28 +0000)] 
configure test for round

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

17 years agoPatch #1540143 Add optional labelwidths to filebrowsebutton
Robin Dunn [Sat, 19 Aug 2006 21:16:18 +0000 (21:16 +0000)] 
Patch #1540143 Add optional labelwidths to filebrowsebutton

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

17 years agoUse global font and pen to reduce GDI objects created. Patch #1540457
Robin Dunn [Sat, 19 Aug 2006 19:22:23 +0000 (19:22 +0000)] 
Use global font and pen to reduce GDI objects created.  Patch #1540457

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

17 years agoupdate the item width when making it bold, otherwise the selection highlight was...
Vadim Zeitlin [Sat, 19 Aug 2006 14:17:26 +0000 (14:17 +0000)] 
update the item width when making it bold, otherwise the selection highlight was too small after an item was made bold (and too big after it was reset to normal)

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

17 years agorefactoring/simplification of code dealing with scrollbars and their events
Vadim Zeitlin [Sat, 19 Aug 2006 10:53:37 +0000 (10:53 +0000)] 
refactoring/simplification of code dealing with scrollbars and their events

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

17 years agoScrollLines() didn't use correct step_increment, so e.g. wxTextCtrl scrolled in tiny...
Vadim Zeitlin [Sat, 19 Aug 2006 10:05:59 +0000 (10:05 +0000)] 
ScrollLines() didn't use correct step_increment, so e.g. wxTextCtrl scrolled in tiny steps instead of by lines

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

17 years agoShouldn't need to repeat the extern
Julian Smart [Sat, 19 Aug 2006 08:45:31 +0000 (08:45 +0000)] 
Shouldn't need to repeat the extern

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

17 years agoCompile fixes
Julian Smart [Sat, 19 Aug 2006 08:44:33 +0000 (08:44 +0000)] 
Compile fixes

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

17 years agoAdded missing include
Julian Smart [Sat, 19 Aug 2006 08:40:59 +0000 (08:40 +0000)] 
Added missing include

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

17 years agowxFileName size patch
Julian Smart [Fri, 18 Aug 2006 20:56:34 +0000 (20:56 +0000)] 
wxFileName size patch

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

17 years agocode simplification and cleanup
Paul Cornett [Fri, 18 Aug 2006 17:06:09 +0000 (17:06 +0000)] 
code simplification and cleanup

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

17 years agoApplied patch [ 1531615 ] size support for wxFileName
Julian Smart [Fri, 18 Aug 2006 15:30:28 +0000 (15:30 +0000)] 
Applied patch [ 1531615 ] size support for wxFileName

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

17 years agoCorrected VC++ compilo (not yet tested)
Julian Smart [Fri, 18 Aug 2006 15:27:30 +0000 (15:27 +0000)] 
Corrected VC++ compilo (not yet tested)

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

17 years agoadd #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile
Chris Elliott [Fri, 18 Aug 2006 08:05:41 +0000 (08:05 +0000)] 
add #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile

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

17 years agoCrash fix from Tim Kosse.
Michael Wetherell [Thu, 17 Aug 2006 22:57:14 +0000 (22:57 +0000)] 
Crash fix from Tim Kosse.

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

17 years agoremove Win32S-specific code
Paul Cornett [Thu, 17 Aug 2006 18:48:03 +0000 (18:48 +0000)] 
remove Win32S-specific code

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

17 years agoavoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the...
Václav Slavík [Thu, 17 Aug 2006 16:08:13 +0000 (16:08 +0000)] 
avoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the returned value is really needed to choose from >1 icons

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

17 years agobuild fixes
Paul Cornett [Thu, 17 Aug 2006 03:02:15 +0000 (03:02 +0000)] 
build fixes

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

17 years agoRegereate after updating the m4 macros.
Michael Wetherell [Wed, 16 Aug 2006 20:35:04 +0000 (20:35 +0000)] 
Regereate after updating the m4 macros.

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

17 years agoBring through upstream version tagged SDL_1_2_11.
Michael Wetherell [Wed, 16 Aug 2006 19:56:02 +0000 (19:56 +0000)] 
Bring through upstream version tagged SDL_1_2_11.

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

17 years agoBring through upstream version tagged PKGCONF_0_20.
Michael Wetherell [Wed, 16 Aug 2006 19:51:18 +0000 (19:51 +0000)] 
Bring through upstream version tagged PKGCONF_0_20.

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

17 years agoAllow unknown generic unix systems.
Michael Wetherell [Wed, 16 Aug 2006 19:31:12 +0000 (19:31 +0000)] 
Allow unknown generic unix systems.

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

17 years agoDisplay 'no' when the test fails and correct quoting.
Michael Wetherell [Wed, 16 Aug 2006 19:21:16 +0000 (19:21 +0000)] 
Display 'no' when the test fails and correct quoting.

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

17 years agoBring upstream version tagged ACARC_2006_07_16 through from vendor branch.
Michael Wetherell [Wed, 16 Aug 2006 19:06:23 +0000 (19:06 +0000)] 
Bring upstream version tagged ACARC_2006_07_16 through from vendor branch.

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

17 years agowxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work...
Václav Slavík [Wed, 16 Aug 2006 17:18:34 +0000 (17:18 +0000)] 
wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work in wxBase shared by 2+ wxCores; fixed by making it non-static and moving its implementation back to wxAppTraits (where its equivalent used to be) and making small API changes implied by that

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

17 years agorevert last change
Paul Cornett [Wed, 16 Aug 2006 16:27:11 +0000 (16:27 +0000)] 
revert last change

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

17 years agofixed syntax errors (incorrect use of _)
Václav Slavík [Wed, 16 Aug 2006 16:17:59 +0000 (16:17 +0000)] 
fixed syntax errors (incorrect use of _)

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

17 years agodocumented wxAppTraits::GetPlatformInfo doesn't exist, removed
Václav Slavík [Wed, 16 Aug 2006 15:42:55 +0000 (15:42 +0000)] 
documented wxAppTraits::GetPlatformInfo doesn't exist, removed

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

17 years agomoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we...
Václav Slavík [Wed, 16 Aug 2006 14:53:49 +0000 (14:53 +0000)] 
moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

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

17 years agoDeclarations missing from VC++ 5
Michael Wetherell [Wed, 16 Aug 2006 12:21:20 +0000 (12:21 +0000)] 
Declarations missing from VC++ 5

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

17 years agoAvoid warnings from VC++ 5.0
Michael Wetherell [Wed, 16 Aug 2006 12:17:05 +0000 (12:17 +0000)] 
Avoid warnings from VC++ 5.0

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

17 years agowarning fix for !wxUSE_FONTMAP
Václav Slavík [Wed, 16 Aug 2006 10:31:48 +0000 (10:31 +0000)] 
warning fix for !wxUSE_FONTMAP

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

17 years agoBuild fix.
Stefan Neis [Wed, 16 Aug 2006 09:01:25 +0000 (09:01 +0000)] 
Build fix.

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

17 years ago(blind) build fix
Paul Cornett [Wed, 16 Aug 2006 06:50:24 +0000 (06:50 +0000)] 
(blind) build fix

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

17 years agoIntel compilation fix (patch 1540790)
Vadim Zeitlin [Tue, 15 Aug 2006 18:02:35 +0000 (18:02 +0000)] 
Intel compilation fix (patch 1540790)

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

17 years agoBorland compiler does not like a variable called except
Chris Elliott [Tue, 15 Aug 2006 18:00:30 +0000 (18:00 +0000)] 
Borland compiler does not like a variable called except

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

17 years agobuild fix: don't use compatibility names in wx code
Paul Cornett [Tue, 15 Aug 2006 16:35:32 +0000 (16:35 +0000)] 
build fix: don't use compatibility names in wx code

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

17 years agoremoved obsolete build files which are likely to confuse more than help people now
Vadim Zeitlin [Tue, 15 Aug 2006 13:10:50 +0000 (13:10 +0000)] 
removed obsolete build files which are likely to confuse more than help people now

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

17 years agoclarify LeftIsDown() description
Vadim Zeitlin [Tue, 15 Aug 2006 13:02:02 +0000 (13:02 +0000)] 
clarify LeftIsDown() description

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

17 years agoresolve IsWow64Process() dynamically; don't rely on its declaration being present...
Vadim Zeitlin [Tue, 15 Aug 2006 12:59:22 +0000 (12:59 +0000)] 
resolve IsWow64Process() dynamically; don't rely on its declaration being present in the headers

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

17 years agomaking sure the hint window does not have a (white) titlebar
Stefan Csomor [Tue, 15 Aug 2006 06:26:40 +0000 (06:26 +0000)] 
making sure the hint window does not have a (white) titlebar

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

17 years agonon-pch build fix
Paul Cornett [Tue, 15 Aug 2006 03:16:31 +0000 (03:16 +0000)] 
non-pch build fix

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

17 years agoneeds wx/string.h to compile independently
Paul Cornett [Tue, 15 Aug 2006 03:16:29 +0000 (03:16 +0000)] 
needs wx/string.h to compile independently

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

17 years agodon't execute code unnecessarily/twice (patch 1539690)
Vadim Zeitlin [Mon, 14 Aug 2006 22:34:34 +0000 (22:34 +0000)] 
don't execute code unnecessarily/twice (patch 1539690)

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

17 years agoFix unicode build on UNIX operating systems
Alex Bligh [Mon, 14 Aug 2006 21:58:38 +0000 (21:58 +0000)] 
Fix unicode build on UNIX operating systems

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

17 years agoCombine two wxImage-to-pixmap creation functions into one.
Paul Cornett [Mon, 14 Aug 2006 06:26:35 +0000 (06:26 +0000)] 
Combine two wxImage-to-pixmap creation functions into one.
Use consistent method for creating mono bitmap in wxBitmap and wxMask.

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

17 years agodisable positional printf params for now as there are problems with our vsnprintf...
Vadim Zeitlin [Mon, 14 Aug 2006 00:38:23 +0000 (00:38 +0000)] 
disable positional printf params for now as there are problems with our vsnprintf() version

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

17 years agowxGetOsVersion() compilation andl inking fixes for wxMac
Vadim Zeitlin [Sun, 13 Aug 2006 22:43:30 +0000 (22:43 +0000)] 
wxGetOsVersion() compilation andl inking fixes for wxMac

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

17 years agoremoved code for non-compositing case to fix the compilation after recent commits
Vadim Zeitlin [Sun, 13 Aug 2006 22:39:48 +0000 (22:39 +0000)] 
removed code for non-compositing case to fix the compilation after recent commits

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

17 years agocompilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR...
Vadim Zeitlin [Sun, 13 Aug 2006 22:36:50 +0000 (22:36 +0000)] 
compilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR_MACOSX == 0 case

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

17 years agocorrected signed/unsigned comparison warnings
Vadim Zeitlin [Sun, 13 Aug 2006 21:12:50 +0000 (21:12 +0000)] 
corrected signed/unsigned comparison warnings

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

17 years agoregenerated after adding platinfo.{h|cpp}
Vadim Zeitlin [Sun, 13 Aug 2006 21:10:59 +0000 (21:10 +0000)] 
regenerated after adding platinfo.{h|cpp}

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

17 years agoremove extraneous commas and semicolons (patch 1537792)
Vadim Zeitlin [Sun, 13 Aug 2006 21:04:27 +0000 (21:04 +0000)] 
remove extraneous commas and semicolons (patch 1537792)

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

17 years agowxPlatformInfo (patch 1532064)
Vadim Zeitlin [Sun, 13 Aug 2006 21:00:32 +0000 (21:00 +0000)] 
wxPlatformInfo (patch 1532064)

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

17 years agofix printf() argument type in GetOsInfo()
Vadim Zeitlin [Sun, 13 Aug 2006 20:30:17 +0000 (20:30 +0000)] 
fix printf() argument type in GetOsInfo()

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

17 years agofix borland error about string refernce
Chris Elliott [Sun, 13 Aug 2006 12:12:55 +0000 (12:12 +0000)] 
fix borland error about string refernce

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

17 years agowxBitmap does not need to use gdk_wx_draw_bitmap
Paul Cornett [Sun, 13 Aug 2006 05:56:27 +0000 (05:56 +0000)] 
wxBitmap does not need to use gdk_wx_draw_bitmap

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