Vadim Zeitlin
|
98fa068e79
|
compilation fix for Watcom (see #10576)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 23:26:39 +00:00 |
|
Kevin Ollivier
|
533e2ae1ac
|
implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView-derived text controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 19:39:30 +00:00 |
|
Francesco Montorsi
|
6547c6bad7
|
include all events categories in wxEVT_CATEGORY_ALL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 19:20:03 +00:00 |
|
Stefan Neis
|
c6a9c07cda
|
Sorry, needed to fix typo in previous commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 18:41:18 +00:00 |
|
Stefan Neis
|
d9a40f7b86
|
Update m_nSize when shrinking wxArrayString (fixes #10591).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 18:34:46 +00:00 |
|
Francesco Montorsi
|
bce3699ff6
|
more links to native docs for wxGTK; some typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 14:26:00 +00:00 |
|
Francesco Montorsi
|
aff647c1ea
|
more specs for wxDC::DrawRotatedText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 14:02:37 +00:00 |
|
Francesco Montorsi
|
732d8c74f8
|
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 13:57:51 +00:00 |
|
Francesco Montorsi
|
72a9034bd4
|
add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 13:28:28 +00:00 |
|
Francesco Montorsi
|
5a0a15cf56
|
fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 01:24:45 +00:00 |
|
Francesco Montorsi
|
49e3b82c03
|
revise the sample, simplifying and cleaning it where possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 01:01:12 +00:00 |
|
Francesco Montorsi
|
76e2b5703a
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 00:49:24 +00:00 |
|
Francesco Montorsi
|
92f9888cec
|
avoid GDK warnings about invalid windows when creating wxTopLevel::Refresh too early
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 23:07:53 +00:00 |
|
Kevin Ollivier
|
e2c33b5595
|
Only MSW supports loading sounds from data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 21:02:13 +00:00 |
|
Kevin Ollivier
|
ab9df4fb45
|
Another place we need an autorelease pool.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 20:54:02 +00:00 |
|
Stefan Csomor
|
8e88e9846a
|
solving inversion problem, because SetShape is redefined on toplevel.h level
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 18:43:46 +00:00 |
|
Stefan Csomor
|
b99c746cad
|
making sure toplevel default width/sizes are used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 18:23:04 +00:00 |
|
Stefan Csomor
|
92a942606f
|
supporting AA font flags on wxGCDC, fixes #10579
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 17:53:58 +00:00 |
|
Kevin Ollivier
|
5f05e51454
|
Mac -> OSX header change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 17:22:31 +00:00 |
|
Jaakko Salli
|
48f0334de5
|
Allow disabled properties to be expanded/collapsed via keyboard events (they could anyway be expanded/collapsed via the expander button)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 15:42:28 +00:00 |
|
Václav Slavík
|
8e63b7b8ea
|
return URLs, not filenames, from wxFileSystem::FindFirst/FindNext() for the file: protocol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 15:04:05 +00:00 |
|
Václav Slavík
|
2bb9a404fb
|
added wxXmlResource::LoadAllFiles()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 13:26:46 +00:00 |
|
Julian Smart
|
95835bc453
|
Made DoSize and GetPageRect virtual for easier derivation without duplicating a lot of code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 09:22:23 +00:00 |
|
Kevin Ollivier
|
0f425df617
|
Rebake after Mac bundle change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 05:27:13 +00:00 |
|
Kevin Ollivier
|
8588ab380b
|
Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 05:23:07 +00:00 |
|
Kevin Ollivier
|
3fe02baaea
|
Removing more CodeWarrior samples.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 19:37:41 +00:00 |
|
Kevin Ollivier
|
b5fe7ca67b
|
Removing more CodeWarrior project files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 19:32:13 +00:00 |
|
Kevin Ollivier
|
6492413bbb
|
Remove docs for the removed CodeWarrior projects.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 19:30:50 +00:00 |
|
Kevin Ollivier
|
fe56965b7f
|
Remove instructions for Mac OS Classic.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 19:29:27 +00:00 |
|
Kevin Ollivier
|
31a147b424
|
Removing Classic MacOS / CodeWarrior instructions as neither are supported any longer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 19:14:14 +00:00 |
|
Jaakko Salli
|
48a32cf671
|
Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 18:17:55 +00:00 |
|
Kevin Ollivier
|
69cf69be93
|
Removing pch header files for CodeWarrior and also the wx_pb.h which is no longer used.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 17:26:48 +00:00 |
|
Kevin Ollivier
|
e9b686c595
|
Fix reference ids and update Mac requirements in the introduction page.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 17:06:00 +00:00 |
|
Kevin Ollivier
|
9fad307de6
|
Remove CodeWarrior portion of the Mac installation instructions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 16:24:41 +00:00 |
|
Kevin Ollivier
|
fc5e8e07f7
|
CodeWarrior has been discontinued on Mac for years, and none of the (manually maintained) project files have been updated in at least 3 years, so remove CodeWarrior support from the tree.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 16:23:22 +00:00 |
|
Vadim Zeitlin
|
ec592d7f3e
|
compilation fix for ANSI build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 12:14:14 +00:00 |
|
Jouk Jansen
|
a5729efb13
|
update OpenVMS makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 11:11:28 +00:00 |
|
Vadim Zeitlin
|
e33e36ed08
|
corrections to Dutch translation from Gideon van Melle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 10:30:11 +00:00 |
|
Kevin Ollivier
|
2b8471fbb9
|
Update wxMac docs to reflect new wxOSX/Carbon and wxOSX/Cocoa split, keep a note about the original Cocoa port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 01:31:20 +00:00 |
|
Kevin Ollivier
|
38f9fde8ca
|
Add a note about the flag for compiling OSX/Cocoa.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 01:21:31 +00:00 |
|
Vadim Zeitlin
|
b7341fe06f
|
reset the associated view frame pointer when the frame is deleted directly instead of being closed gracefully
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 16:11:54 +00:00 |
|
Robert Roebling
|
5b276ac1db
|
Commit third algorithm for sorting and preserving old positions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 14:33:00 +00:00 |
|
Vadim Zeitlin
|
8793514e03
|
work around some (harmless) g++ warnings about possibly uninitalized variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 13:57:05 +00:00 |
|
Vadim Zeitlin
|
5aac6f3f95
|
remove MSVC warnings about DLL-exported class inheriting from non DLL-exported one by not exporting private classes at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 13:16:45 +00:00 |
|
Vadim Zeitlin
|
3a3b0bc2ea
|
disable IPC test completely as it prevents the test program from running to completion when it hangs (for still unknown reason)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 13:15:45 +00:00 |
|
Václav Slavík
|
862bb5c73a
|
renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to avoid naming conflicts (e.g. with latest libxml2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 07:51:38 +00:00 |
|
Kevin Ollivier
|
a4e3249255
|
Get SetLabel working again for wxStaticText by overriding SetLabel so that we can respect alignment. Also add a couple more sizing tweaks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 04:50:51 +00:00 |
|
Stefan Csomor
|
d866bea43d
|
adding pure CoreText Impl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-10 21:27:20 +00:00 |
|
Robert Roebling
|
ea11aeeef0
|
Mention wxQsort()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-10 18:41:02 +00:00 |
|
Robert Roebling
|
e4a8d29c50
|
Make a single for loop out of two
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-10 18:31:00 +00:00 |
|