]>
git.saurik.com Git - wxWidgets.git/log
Dimitri Schoolwerth [Wed, 16 Feb 2005 20:09:35 +0000 (20:09 +0000)]
fixed Mach-O compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32099
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Wed, 16 Feb 2005 19:25:35 +0000 (19:25 +0000)]
minor typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 16 Feb 2005 18:02:48 +0000 (18:02 +0000)]
'Compatibility' fix for connecting events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32097
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 16 Feb 2005 16:38:49 +0000 (16:38 +0000)]
tiny script to generate tags for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32096
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 16 Feb 2005 15:37:09 +0000 (15:37 +0000)]
Standard dialogs becoming useable on WinCE.
Make standard button sizer horizontal on WinCE since
vertically it looks atrocious (app will need to reduce
number of buttons if they don't fit)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32095
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 16 Feb 2005 14:44:15 +0000 (14:44 +0000)]
Added assert (WinCE doesn't report checked status correctly)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32094
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 16 Feb 2005 10:14:42 +0000 (10:14 +0000)]
use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY to suppress warnings about operator->()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32093
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 16 Feb 2005 09:35:31 +0000 (09:35 +0000)]
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32092
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 16 Feb 2005 00:08:28 +0000 (00:08 +0000)]
WinCE doesn't have _set_se_translator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32091
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 23:19:32 +0000 (23:19 +0000)]
Better resizing code fro wxComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32090
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 15 Feb 2005 22:54:38 +0000 (22:54 +0000)]
Absolutely no idea what DisableAutomaticSETranslator is but
WinCE doesn't like it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32089
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 15 Feb 2005 22:52:27 +0000 (22:52 +0000)]
Ignorant WinCE fixes for compile breakage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 21:56:07 +0000 (21:56 +0000)]
Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 20:27:46 +0000 (20:27 +0000)]
Implemented wxBitmap::HasAlpha() and ::UseAlpha().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32086
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 20:00:52 +0000 (20:00 +0000)]
guard against errors like in wxStringBase::AllocBeforeWrite code (
1123226 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32085
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 19:55:39 +0000 (19:55 +0000)]
Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32084
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 19:50:27 +0000 (19:50 +0000)]
Committed currently disabled code that implements
the wxStopWatch based on QueryPerformanceCounter()
I'll do more testing if I can, but here is the code
for other to look at.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32083
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 15 Feb 2005 19:19:51 +0000 (19:19 +0000)]
fixup for missing variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32082
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 15 Feb 2005 19:12:36 +0000 (19:12 +0000)]
[
1123256 ] wxString operator+ pre-allocates buffer then throws it away ---- and ---- [
1123195 ] Avoid double-copy in two wxStringBase functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32081
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 18:43:33 +0000 (18:43 +0000)]
Fixed mem leak in wxColour::Set()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32080
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 18:31:10 +0000 (18:31 +0000)]
Applied pango font patch for X11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32079
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 17:32:49 +0000 (17:32 +0000)]
!USE_PCH compilation fix after last check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32078
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 14:02:25 +0000 (14:02 +0000)]
removed m_isCaretAtEnd optimization added in rev 1.232 as we don't always detect when the carets position changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32077
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 13:57:52 +0000 (13:57 +0000)]
corrected EVT_TEXT_URL() definition, its handler takes wxTextUrlEvent and not wxCommandEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32076
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 15 Feb 2005 13:34:11 +0000 (13:34 +0000)]
Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32075
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 15 Feb 2005 13:17:10 +0000 (13:17 +0000)]
Small doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32074
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 12:22:07 +0000 (12:22 +0000)]
reuse code from wxDC::GetMultiLineTextExtent() instead of duplicating it here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32073
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 12:16:33 +0000 (12:16 +0000)]
(blind) fix for virtual function hiding warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32072
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 12:05:21 +0000 (12:05 +0000)]
merged new strings into updated translation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32071
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 12:04:53 +0000 (12:04 +0000)]
(blind) fix for ambiguity between Disconnect() overloads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32070
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 11:59:55 +0000 (11:59 +0000)]
use type-safe Connect()s
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32069
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 11:58:41 +0000 (11:58 +0000)]
update from Martin Srebotnjak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32068
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 11:42:36 +0000 (11:42 +0000)]
documented new overloaded Connect() and wxFooEventHandler macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32067
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 15 Feb 2005 09:56:44 +0000 (09:56 +0000)]
fix CFDictionary/Number/String combo memory leak in wxChoice - also gets rid of all the memory leaks in the display sample that i thought were mine...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32066
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 15 Feb 2005 09:28:00 +0000 (09:28 +0000)]
Added EVT_COMMAND_CONTEXT_MENU with id arg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32065
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 15 Feb 2005 07:24:37 +0000 (07:24 +0000)]
wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32064
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:29:14 +0000 (06:29 +0000)]
theme brush erasing and cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32063
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:15:22 +0000 (06:15 +0000)]
moving focus and border handling at one place, adding HITheme implementations, grow-box painting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32062
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:11:29 +0000 (06:11 +0000)]
clipping to client area
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32061
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:08:17 +0000 (06:08 +0000)]
slowly approaching dcscreen...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32060
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:05:52 +0000 (06:05 +0000)]
icon - bitmap conversions corrections (size is not always the 'standard' 32 pixels)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32059
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:03:59 +0000 (06:03 +0000)]
getting rid of redundant redraws
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32058
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:02:05 +0000 (06:02 +0000)]
toplevel background behaviour changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32057
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 06:00:32 +0000 (06:00 +0000)]
compile warnings, M_BITMAPDATA privatized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32056
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 15 Feb 2005 05:50:48 +0000 (05:50 +0000)]
drawing fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32055
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 15 Feb 2005 01:40:50 +0000 (01:40 +0000)]
Note the media lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32054
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 15 Feb 2005 01:20:27 +0000 (01:20 +0000)]
Use the new event handler macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32053
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Tue, 15 Feb 2005 00:56:51 +0000 (00:56 +0000)]
include mondorian xpmm on cocoa too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32052
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 00:37:12 +0000 (00:37 +0000)]
use wxDC::GetMultiLineTextExtent() instead of duplicating its code in wxButton::DoGetBestSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32051
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 00:27:10 +0000 (00:27 +0000)]
updated all .po files for 2.5.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32050
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Feb 2005 00:02:09 +0000 (00:02 +0000)]
remove INSTANCE declaration which uses wrong dll export convention and is unneeded anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32049
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 14 Feb 2005 23:53:48 +0000 (23:53 +0000)]
define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32048
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 23:00:27 +0000 (23:00 +0000)]
fix null-pointer crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32047
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 22:27:07 +0000 (22:27 +0000)]
Needs to inherit from wxSliderBase for new ValueInvertOrNot Change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32046
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 20:12:11 +0000 (20:12 +0000)]
Finalize wxJoystick on mac. Note change. Pretty up joystick sample a bit. Don't logsyserror when wxSound can't find a file - its annoying.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32045
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 14 Feb 2005 19:29:37 +0000 (19:29 +0000)]
Common code for the same handling of wxSL_INVERSE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32044
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 14 Feb 2005 19:29:09 +0000 (19:29 +0000)]
added alpha channel support to ShrinkBy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32043
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 14 Feb 2005 18:28:56 +0000 (18:28 +0000)]
Minor editing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32042
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 14 Feb 2005 18:08:24 +0000 (18:08 +0000)]
Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32041
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 14 Feb 2005 18:05:38 +0000 (18:05 +0000)]
Oups...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32040
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 14 Feb 2005 15:40:06 +0000 (15:40 +0000)]
Added wxContextMenuEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32039
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Mon, 14 Feb 2005 14:59:57 +0000 (14:59 +0000)]
fixed MSVC6's "C4702: unreachable code" warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32038
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Mon, 14 Feb 2005 14:53:28 +0000 (14:53 +0000)]
fixed Cygwin compilation (can't use extern "C" in C compilation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32037
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Mon, 14 Feb 2005 14:48:35 +0000 (14:48 +0000)]
fixed Cygwin compilation (there's no _get_osfhandle)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32036
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 14 Feb 2005 13:17:00 +0000 (13:17 +0000)]
bakefile-0.1.7 changes affect wx,too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32035
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Mon, 14 Feb 2005 12:02:16 +0000 (12:02 +0000)]
Committing in .
OpenVMS setup file update
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32034
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Mon, 14 Feb 2005 11:11:56 +0000 (11:11 +0000)]
Committing in .
Some more ; fixes
Modified Files:
wxWidgets/include/wx/motif/tglbtn.h
wxWidgets/src/motif/evtloop.cpp wxWidgets/src/x11/bitmap.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32033
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 14 Feb 2005 10:49:02 +0000 (10:49 +0000)]
Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32032
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 14 Feb 2005 10:18:31 +0000 (10:18 +0000)]
no changes, just mention gtk_paint_expander() in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32031
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 09:38:42 +0000 (09:38 +0000)]
Move HID stuff into both OSX builds. Add preliminary joystick for OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32030
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 14 Feb 2005 08:41:52 +0000 (08:41 +0000)]
Force OMF mode for DLL builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32029
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 14 Feb 2005 05:51:52 +0000 (05:51 +0000)]
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32028
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 14 Feb 2005 05:50:02 +0000 (05:50 +0000)]
ssize_t is always defined in OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32027
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 04:18:53 +0000 (04:18 +0000)]
warnin - move pict to where it belongs :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32026
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 04:06:10 +0000 (04:06 +0000)]
warnins!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32025
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 03:57:18 +0000 (03:57 +0000)]
warning and compilos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32024
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Mon, 14 Feb 2005 03:46:28 +0000 (03:46 +0000)]
10.2 fix for CG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32023
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Mon, 14 Feb 2005 00:10:01 +0000 (00:10 +0000)]
Now needs wxBitmap as a concrete type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32022
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 23:17:12 +0000 (23:17 +0000)]
added support for background bitmap specified in background attribute of the HTML body tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32021
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 13 Feb 2005 23:09:33 +0000 (23:09 +0000)]
Added support for current version of "emxomf".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32020
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 23:08:09 +0000 (23:08 +0000)]
removed trailing CRs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 23:06:42 +0000 (23:06 +0000)]
corrected link to the list test page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 13 Feb 2005 21:22:19 +0000 (21:22 +0000)]
compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 13 Feb 2005 21:09:46 +0000 (21:09 +0000)]
moved GNOME printing code back to wxCore and fixed for --enable-plugins case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 13 Feb 2005 21:06:55 +0000 (21:06 +0000)]
moved GNOME printing code back to wxCore and fixed for --enable-plugins case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 13 Feb 2005 21:00:00 +0000 (21:00 +0000)]
Simplified and extended compiler detection for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 13 Feb 2005 20:28:32 +0000 (20:28 +0000)]
Add some information for HP-UX 11i
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 13 Feb 2005 19:58:07 +0000 (19:58 +0000)]
compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32012
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 13 Feb 2005 19:57:11 +0000 (19:57 +0000)]
compile fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 13 Feb 2005 19:40:03 +0000 (19:40 +0000)]
don't crash on unterminated CDATA elements (patch #
1117629 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32010
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 19:30:21 +0000 (19:30 +0000)]
replaced wxLogDebugs() with wxLogTrace()S
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32009
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 19:01:17 +0000 (19:01 +0000)]
don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32008
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 17:17:12 +0000 (17:17 +0000)]
include wx/rawbmp.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32007
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 17:16:33 +0000 (17:16 +0000)]
another compilation fix: added dummy UseAlpha(0 and HasAlpha()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 17:14:19 +0000 (17:14 +0000)]
compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the former includes the latter!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32005
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 17:08:27 +0000 (17:08 +0000)]
1. added SetSelection() to wxItemContainer and removed its declarations
from derived classes
2. made wxItemContainer::Select() non virtual: it simply calls SetSelection()
3. renamed wxListBox::SetSelection(n, select) to DoSetSelection() for all
ports and defined non virtual SetSelection() overloads in the base class
to avoid virtual functions hiding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32004
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 13 Feb 2005 17:00:48 +0000 (17:00 +0000)]
Improved support for OS/2's ancient version of "ash" - since it is about
20% faster on configure than up-to-date (pd)ksh ports it's worth
this small change, IMHO.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32003
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 13 Feb 2005 16:48:00 +0000 (16:48 +0000)]
source compatible way to solve the background problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 13 Feb 2005 16:45:34 +0000 (16:45 +0000)]
changed back, as I found a source compatible way to solve the background problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32001
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Feb 2005 16:29:31 +0000 (16:29 +0000)]
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775