Vadim Zeitlin
|
e328b97245
|
extract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMETRICS) in a header so that it could be reused from elsewhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 13:26:45 +00:00 |
|
Robert Roebling
|
9657c19785
|
Fix #9940: wxDataViewCtrl left/right arrow press crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 11:15:43 +00:00 |
|
Vadim Zeitlin
|
ae3ac32d72
|
removed unnceessary gtk_window_set_transient_for() call already done by gtk_message_dialog_new() itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 10:24:39 +00:00 |
|
Robert Roebling
|
424c9ce771
|
Made wxMSW wxMutex non-recursive by checking reentrance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 08:54:09 +00:00 |
|
Robert Roebling
|
9c5313d170
|
Formating corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 08:26:28 +00:00 |
|
Robert Roebling
|
0eb949e11f
|
Compilo for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 08:21:08 +00:00 |
|
Robert Roebling
|
0dd8898753
|
More wxMutex doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 08:16:36 +00:00 |
|
Robert Roebling
|
3ad41c280f
|
Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and related docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 08:06:07 +00:00 |
|
Robert Roebling
|
aeab14d443
|
Enable graphics context by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 08:03:35 +00:00 |
|
Paul Cornett
|
df8d50a0a1
|
fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-05 05:57:03 +00:00 |
|
Vadim Zeitlin
|
2e9e197cf2
|
emphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 23:02:44 +00:00 |
|
Vadim Zeitlin
|
ecc63060e7
|
show the "Window" menu only when we have any MDI children, it's unnecessary otherwise; some minor formatting/comments changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 12:47:53 +00:00 |
|
Kevin Ollivier
|
509f339a81
|
rebake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 07:57:32 +00:00 |
|
Kevin Ollivier
|
fa2b309e78
|
Update files.bkl to match the changes Stefan made to Makefile.in earlier, to update the OS X Carbon port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 07:44:06 +00:00 |
|
Kevin Ollivier
|
d6f9392257
|
Renames to avoid object files with duplicate filenames. (Should we just make everything in this dir _osx for consistency?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 07:19:28 +00:00 |
|
Kevin Ollivier
|
b276795186
|
Split utility functions into base (in utilsexc_base.cpp) and gui (src/osx/carbon/utils.cpp for Carbon-specific ones) to ensure proper builds under multi-lib config.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 07:16:18 +00:00 |
|
Stefan Csomor
|
ca9e2173a6
|
gcc is too aggressively hiding these inlines on wxCriticialSection on osx, expose them for wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 06:26:24 +00:00 |
|
Vadim Zeitlin
|
c7639882c1
|
copy alpha presence flag when copying bitmaps using DIBs (#9883)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 20:45:52 +00:00 |
|
Vadim Zeitlin
|
fac938f8fd
|
fix some typos and other minor problems (#9886)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 20:36:54 +00:00 |
|
Vadim Zeitlin
|
63408203cd
|
better documentation of DeviceToLogicalXXX() (#9896)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 20:28:38 +00:00 |
|
Vadim Zeitlin
|
278f584fed
|
add wxSP_THIN_SASH for completeness (#9902)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 20:26:47 +00:00 |
|
Vadim Zeitlin
|
0c6afdbf4c
|
test showing parent/sibling items too (#9903)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 20:16:56 +00:00 |
|
Benjamin Williams
|
23511cdb77
|
fix small logic error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 17:50:28 +00:00 |
|
Benjamin Williams
|
9578058d4e
|
fixed a problem in the aui toolbar flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 14:45:47 +00:00 |
|
Benjamin Williams
|
e42f2c165f
|
make members private in various wxAuiToolBar helper classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 14:06:26 +00:00 |
|
Vadim Zeitlin
|
6502dc6823
|
add more wxUSE_XXX checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 07:29:31 +00:00 |
|
Vadim Zeitlin
|
9da38912d3
|
include wx/control.h for the base class declaration (part of #9931)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-03 07:28:03 +00:00 |
|
Stefan Csomor
|
de24bdf2d4
|
warning fixes and fix for non precomp builtbot
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 18:54:03 +00:00 |
|
Stefan Csomor
|
a2dd520dac
|
fixing constant name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 18:24:50 +00:00 |
|
Stefan Csomor
|
365d14427c
|
fixing merge bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 18:16:48 +00:00 |
|
Stefan Csomor
|
03a1341e5e
|
forgotten commit for osx new file layout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 18:00:30 +00:00 |
|
Vadim Zeitlin
|
c5397b42e3
|
reverted accidentally committed change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 17:03:59 +00:00 |
|
Vadim Zeitlin
|
9e10f5d416
|
use {short,long}_help_string parameters of AddTool() (part of #9931)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 17:01:40 +00:00 |
|
Stefan Csomor
|
530a427a4c
|
adaptions to new osx ouside the main trees
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 17:00:30 +00:00 |
|
Stefan Csomor
|
524c47aa3a
|
osx new layout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 16:53:23 +00:00 |
|
Vadim Zeitlin
|
70231bce2d
|
don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a warning from older doxygen versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 13:00:41 +00:00 |
|
Stefan Csomor
|
5712a1f5fb
|
listctrl generic is used outside of osx-carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 11:52:20 +00:00 |
|
Stefan Csomor
|
973b546e8e
|
forward to generic implementations where the corresponding osx variant doesn't have an implementation yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 11:50:44 +00:00 |
|
Jouk Jansen
|
42dad27937
|
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-02 10:44:06 +00:00 |
|
Robert Roebling
|
98d45c55a1
|
Readded wxTreeCtrl event docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 19:45:06 +00:00 |
|
Robert Roebling
|
2e2b4d24bb
|
Readded event docs for wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:35:36 +00:00 |
|
Stefan Csomor
|
0f9b48d1e1
|
osx-cocoa updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:32:40 +00:00 |
|
Robert Roebling
|
d23914f898
|
Mention wxEditableLisBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:22:54 +00:00 |
|
Robert Roebling
|
32ace3892c
|
Mention that wxEditableListBox emit events from wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:18:32 +00:00 |
|
Robert Roebling
|
7d01d660c1
|
Readded event documentation for wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:14:52 +00:00 |
|
Robert Roebling
|
23ae751e16
|
Minor doc update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 13:48:57 +00:00 |
|
Robert Roebling
|
c71ab7c15c
|
use gtk_block_event instead of m_block event field
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 08:27:56 +00:00 |
|
Stefan Csomor
|
f4ef4722ac
|
more common osx types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 07:17:20 +00:00 |
|
Stefan Csomor
|
ca91917e19
|
fixing paths for xcode proj
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 07:15:52 +00:00 |
|
Vadim Zeitlin
|
eea2be6ca3
|
define wxStringSortAscneding/Descending() even in non-STL build for compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 00:50:40 +00:00 |
|