Kevin Hock
|
2c7219fea0
|
Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-07 14:36:24 +00:00 |
|
Vadim Zeitlin
|
b45f79ecbf
|
give an error if wxMotif is built in Unicode mode (to prevent bug reports like 1177193); moved wxMotif-specific checks in its own wx/motif/chkconf.h; moved wxMac stuff remaining in wx/chkconf.h to wx/mac/chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 20:54:56 +00:00 |
|
Robert Roebling
|
668d55c925
|
Added switch and define for wxUSE_STD_STRING
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-05 20:16:58 +00:00 |
|
Dimitri Schoolwerth
|
6d8edd32b5
|
fixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__, and __WXMAC_OSX__ were being treated as 0/1 value instead of (un)defined symbol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-04 10:34:56 +00:00 |
|
Stefan Csomor
|
823c4e96f9
|
always forcing a relayout when position changes, making mlte a system option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-03 16:38:14 +00:00 |
|
Stefan Csomor
|
dc7ccb9c5d
|
moving wxMac to new printing architecture
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-01 16:36:36 +00:00 |
|
Stefan Csomor
|
78df41df75
|
adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc
adding another cached clip rect for the real client area
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-01 07:05:52 +00:00 |
|
Stefan Csomor
|
a45ff29798
|
calculating vis regions as rects (faster for Quartz) and caching the results for all implementations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-31 17:21:43 +00:00 |
|
Stefan Csomor
|
8adc196b0e
|
content clipping becomes a runtime attribute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-31 05:12:46 +00:00 |
|
Julian Smart
|
4b524c27cc
|
Applied patch [ 1161769 ] reference to temp object in carbon/palette.cpp
Potentially unsafe (and obsolete) constructor removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-30 15:47:29 +00:00 |
|
Stefan Csomor
|
9234615181
|
unifying redraw and scrolling calls between compositing and non-compositing modes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-30 05:42:49 +00:00 |
|
Stefan Csomor
|
32c19f25fc
|
we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-29 11:39:46 +00:00 |
|
Kevin Hock
|
ec8565f3c5
|
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on CFM [ followup on Patch 1160346 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-29 04:08:51 +00:00 |
|
Kevin Hock
|
413baa20a1
|
Separate includes needed for Darwin and classic [ followup on Patch 1160346 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-28 23:00:05 +00:00 |
|
Kevin Hock
|
95e568ee3e
|
Create RunLoop that can be used to process pending events so that events will still be processed while the user is using a menu or scrollbar [ Patch 1160346 ] - this really needs to be in 2.5.5 so it can be widely tested before 2.6.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-28 18:47:46 +00:00 |
|
Vadim Zeitlin
|
0d97c09023
|
added orient parameter to wxMDIParentFrame::Tile()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 12:27:49 +00:00 |
|
Vadim Zeitlin
|
0978fcb3d6
|
set wxUSE_DEBUGREPORT to 1 by default again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-21 00:51:20 +00:00 |
|
Vadim Zeitlin
|
294ea16de3
|
implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-17 23:45:24 +00:00 |
|
Vadim Zeitlin
|
88783bc499
|
set wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-15 23:20:47 +00:00 |
|
Kevin Hock
|
4845680170
|
Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-14 14:38:48 +00:00 |
|
Włodzimierz Skiba
|
e5b5075810
|
Base for wxMessageDialog with common checks for style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-11 15:34:42 +00:00 |
|
Vadim Zeitlin
|
1de1196ab3
|
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-11 02:13:30 +00:00 |
|
Vadim Zeitlin
|
36b6448cc3
|
added wxUSE_DEBUGREPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-11 00:19:17 +00:00 |
|
Ryan Norton
|
b14ba1f117
|
cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 18:54:52 +00:00 |
|
Vadim Zeitlin
|
ed6dd18ae8
|
set wxDIALOG_UNIT_COMPATIBILITY to 0 by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-08 10:56:46 +00:00 |
|
Vadim Zeitlin
|
5dd070c25b
|
extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-07 23:37:15 +00:00 |
|
Vadim Zeitlin
|
07158944d8
|
added wxUSE_STDPATHS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-07 22:37:58 +00:00 |
|
Stefan Csomor
|
2d17efa94e
|
unicode character events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-02 17:45:49 +00:00 |
|
Stefan Csomor
|
30e77b5c9f
|
have CGImage Support in all OSX builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-01 05:31:37 +00:00 |
|
Michael Wetherell
|
e6bdaaad1d
|
Move wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the common section in
setup_inc.h to tackle the problem raised by patch 1152046.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 20:31:24 +00:00 |
|
Stefan Csomor
|
285b5ce090
|
cleanup, adding common methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 11:41:01 +00:00 |
|
Ryan Norton
|
9075301655
|
fix compilation - Stefan see my last commit bundle :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 10:02:20 +00:00 |
|
Stefan Csomor
|
9b89f11ad8
|
reintroducing non-composited functionality due to DataBrowser Bugs under 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-27 08:54:16 +00:00 |
|
Ryan Norton
|
6cbe14ba98
|
guess it wasn't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-26 11:30:55 +00:00 |
|
Ryan Norton
|
a4567ae7fe
|
I'm assuming this was meant to be included
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-26 10:23:39 +00:00 |
|
Ryan Norton
|
dccd9b0cca
|
setup.h regeration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-26 10:19:54 +00:00 |
|
Stefan Csomor
|
89a66f111b
|
forwarding position changed events to peer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-24 14:06:15 +00:00 |
|
Włodzimierz Skiba
|
6cb0bfdf9d
|
Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 17:04:16 +00:00 |
|
Stefan Csomor
|
b905d6cc08
|
adding a peer pointing back to wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 15:46:03 +00:00 |
|
Stefan Csomor
|
e2f865d857
|
moving all border invalidations into one area, also opening peer access for all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-23 15:39:15 +00:00 |
|
Włodzimierz Skiba
|
1a87edf286
|
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 21:02:41 +00:00 |
|
Stefan Csomor
|
6d2c830a3c
|
moving native format generation into bitmap ref data because of the owner semantics (we don't know when to release a PicHandle otherwise
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 13:42:35 +00:00 |
|
Vadim Zeitlin
|
a0573e8eb0
|
removed ambiguity from wxGLCanvas ctors (bug 1102544)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-21 01:52:23 +00:00 |
|
Vadim Zeitlin
|
b39c4812ca
|
mention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-20 19:13:23 +00:00 |
|
Stefan Csomor
|
880f536912
|
reintroducing direct access, cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-18 16:47:07 +00:00 |
|
Ryan Norton
|
179e085f05
|
wxUSE_XXX related fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-18 04:43:47 +00:00 |
|
Stefan Csomor
|
ddb08e02c4
|
drawing fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-15 05:50:48 +00:00 |
|
Ryan Norton
|
da9d044c68
|
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
|
2005-02-14 22:27:07 +00:00 |
|
Ryan Norton
|
65442ab650
|
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
|
2005-02-14 20:12:11 +00:00 |
|
Włodzimierz Skiba
|
01526d4f6c
|
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
|
2005-02-14 19:29:37 +00:00 |
|