Vadim Zeitlin
|
e9ef27252d
|
allow having children of status bar in XRC (patch 1704125) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-21 23:24:42 +00:00 |
|
Vadim Zeitlin
|
8e295ee217
|
fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-21 15:10:56 +00:00 |
|
Václav Slavík
|
6a0da7e4b9
|
added wxMBConv argument to char_str()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-16 11:04:35 +00:00 |
|
Vadim Zeitlin
|
0a3c4e03f4
|
even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-14 01:17:28 +00:00 |
|
Vadim Zeitlin
|
127e4f1caf
|
fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-13 23:41:59 +00:00 |
|
Vadim Zeitlin
|
c8c1e854b1
|
implement support for right-aligned/centered items owner-drawn items (patch 1699415) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-13 23:38:28 +00:00 |
|
Vadim Zeitlin
|
492d813979
|
remove documentation of (protected) AutoSizeColumnOrRow()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-11 19:53:45 +00:00 |
|
Vadim Zeitlin
|
62ea29db7d
|
removing the files recently added to HEAD from 2.8 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-10 15:43:11 +00:00 |
|
Vadim Zeitlin
|
d5d363321c
|
don't return the next line text from GetLineText() for empty lines (patch 1697208) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-09 21:19:59 +00:00 |
|
Vadim Zeitlin
|
62274eb11e
|
updated version to 2.8.4 after addition of wxString::[w]char_str()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-03 13:58:31 +00:00 |
|
Václav Slavík
|
89b6915f14
|
added wxString::[w]char_str() to 2.8 for forward compatibility with wx3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-02 12:25:40 +00:00 |
|
Vadim Zeitlin
|
5f814f27d9
|
don't handle orderly socket shutdown by the peer as an error (patch 1688222) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-30 19:04:25 +00:00 |
|
Vadim Zeitlin
|
993ad8f9b4
|
don't call gtk_label_set_line_wrap() from DoGetBestSize() as this results in an infinite resizing loop when the control is inside a GTK+ widget doing its own layout (such as wxToolBar) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-30 12:16:10 +00:00 |
|
Vadim Zeitlin
|
6e165a8d49
|
backported clarifications to Wait() semantics from HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-30 11:53:20 +00:00 |
|
Vadim Zeitlin
|
1059208429
|
fixed bug in wxThread::Wait() in console applications introduced in 2.8.3 (bug 1690777)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-29 17:28:21 +00:00 |
|
Robin Dunn
|
eb7885ccf0
|
revert last change, it wasn't intended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-28 00:09:19 +00:00 |
|
Julian Smart
|
e99dd1156f
|
Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-26 09:42:43 +00:00 |
|
Vadim Zeitlin
|
9ce84d105d
|
make wxNO_BORDER work with wxRadioBox (patch 1525406) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-25 02:03:27 +00:00 |
|
Vadim Zeitlin
|
7a6043ae7c
|
don't use TPM_RECURSE under NT4, it results in TrackPopupMenu() not showing the menu at all (bug 1663216) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-23 16:23:12 +00:00 |
|
Vadim Zeitlin
|
c0459b5cfa
|
correct the checked flag in the event generated by checkable menu items (fixes bug introduced in 1.143.2.1, patch 1685634)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-22 03:04:09 +00:00 |
|
Vadim Zeitlin
|
5d511d9b6e
|
don't lose the combobox text when it's opened and closed (patch 1684252, closes bug 1612994) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-22 02:46:21 +00:00 |
|
Vadim Zeitlin
|
0f97497fcf
|
corrected static box label appearance when its foreground colour was set and either background colour was set too (it was ignored) or font of non default was used (label wasn't drawn correctly) (backport of patch 1683573 from HEAD)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-22 02:31:35 +00:00 |
|
Vadim Zeitlin
|
4b4faab50c
|
fixed handling of accelerators using PageUp/Down keys (bug 1683613) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-19 20:20:22 +00:00 |
|
Vadim Zeitlin
|
574a10327f
|
fix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-17 16:41:37 +00:00 |
|
Vadim Zeitlin
|
a3e7853b08
|
shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-17 02:15:31 +00:00 |
|
Chris Elliott
|
9d467ea93d
|
add readme.txt to files to change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-15 14:55:02 +00:00 |
|
Chris Elliott
|
561e395420
|
update to 2.8.3 (configure and version.bkl to follow)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-15 09:54:05 +00:00 |
|
Julian Smart
|
f4c858ac7b
|
Change log and readme/manual contents update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-15 09:45:17 +00:00 |
|
Vadim Zeitlin
|
a1ac47b927
|
fix GetSize() for large files (patch 1680876) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-15 00:21:59 +00:00 |
|
Vadim Zeitlin
|
3a5c9d1005
|
don't add extra GetCharHeight() pixels to the top border if our label is empty (patch 1581459) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-14 00:29:43 +00:00 |
|
Vadim Zeitlin
|
788cc3ac41
|
added wxSafeConvertMB2WX/WX2MB() and use them when interfacing with C functions which crash if we pass them NULL pointers [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-11 23:40:32 +00:00 |
|
Vadim Zeitlin
|
8ff7d4b06d
|
fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-07 23:21:48 +00:00 |
|
Vadim Zeitlin
|
bebb6b2f05
|
fix base64 computation for strings whose length modulo 3 is 2 (patch 1665520; bug 1661616) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-07 23:07:17 +00:00 |
|
Vadim Zeitlin
|
8059fb2713
|
fix hang on startup in Unicode build if any standard GTK+ command line arguments were passed (patch 1665203; bug 1663597) [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-07 22:45:32 +00:00 |
|
Vadim Zeitlin
|
7568c3a29c
|
fixed detection of number of processors under Linux 2.6 [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-07 22:25:17 +00:00 |
|
Vadim Zeitlin
|
0c2aec0e8f
|
return correct client area for at least the primary display, fixes the problems with incorrect positioning of the Center()d windows [backport from HEAD]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-07 19:51:00 +00:00 |
|
Julian Smart
|
a5ef3ff1d9
|
Updated change log, date
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-03-05 17:21:08 +00:00 |
|
Julian Smart
|
f699514631
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-19 18:30:26 +00:00 |
|
Robin Dunn
|
01ffc0fba2
|
rebaked makefiles with new version numbers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-13 16:52:00 +00:00 |
|
Chris Elliott
|
3c7b955411
|
add docs/msw/install.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 10:54:52 +00:00 |
|
Julian Smart
|
24ef688ebe
|
Added some change logs, updated version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-12 10:05:49 +00:00 |
|
Robin Dunn
|
0408709133
|
Docs about wxToolBar::SetToolDisabledBitmap and SetToolNormalBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-09 23:41:32 +00:00 |
|
Julian Smart
|
09e161721b
|
Reverted renderer changes and just use window variant within renderer functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-09 14:05:11 +00:00 |
|
Julian Smart
|
8dfd2d0aad
|
Added control size constants to renderer to allow component drawing to match the
window variant, initially on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-08 17:18:43 +00:00 |
|
Vadim Zeitlin
|
484f1362b2
|
update wxChoice value when SetSelection() is called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 17:43:03 +00:00 |
|
Julian Smart
|
bacea03059
|
Added flag for removing attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-07 12:24:17 +00:00 |
|
Włodzimierz Skiba
|
53ab8e0d5f
|
Fixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic.php?p=53661)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-06 12:26:33 +00:00 |
|
Julian Smart
|
3e470db324
|
Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-02-05 11:46:52 +00:00 |
|
Julian Smart
|
87c2199ea3
|
COrrected style doc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-31 14:27:31 +00:00 |
|
Vadim Zeitlin
|
5520cb30af
|
Added wxSizerFlags::Top() and Bottom()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-31 03:34:00 +00:00 |
|