Vadim Zeitlin
|
c4c6ada953
|
remove the unneeded +1 from wxGauge::SetValue() call in Update()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-06 12:11:08 +00:00 |
|
David Elliott
|
4799f3baab
|
Make wxCocoa compile in 64-bit mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-06 00:18:28 +00:00 |
|
David Elliott
|
f762ea32ed
|
Fix wxCocoa compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-06 00:14:17 +00:00 |
|
Vadim Zeitlin
|
6b06a7271f
|
reset selection when sorting the items as they don't make sense after items change order any more and not doing this could also result in having more than one selected item in a single selection control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 22:50:21 +00:00 |
|
Vadim Zeitlin
|
a9aead31d6
|
don't allow selecting multiple items in single selection control by changing the focused item with Ctrl-arrows and then pressing Space
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 22:44:33 +00:00 |
|
Robert Roebling
|
fc5eacdb48
|
wxDataViewCtrl can show tree/list music sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 19:55:00 +00:00 |
|
Robert Roebling
|
d2505ba254
|
Getting closer to working tree/list wxDataViewCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 19:15:03 +00:00 |
|
Robert Roebling
|
e0062c047e
|
New API for wxdataViewCtrl (doesn't run yet).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 00:13:28 +00:00 |
|
Vadim Zeitlin
|
2f6aa043a6
|
simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 22:31:56 +00:00 |
|
Vadim Zeitlin
|
60edcf4535
|
added support for broadcasting to UDP sockets (patch 1740266)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 21:33:11 +00:00 |
|
Vadim Zeitlin
|
bf511d579f
|
fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 21:20:32 +00:00 |
|
Paul Cornett
|
cedd7b22f4
|
indentation cleanup, unused variables, constant expressions, etc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 20:54:36 +00:00 |
|
Benjamin Williams
|
479574aab2
|
fix for bug #1686328
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 16:42:55 +00:00 |
|
Václav Slavík
|
68fb51cd1d
|
always assert if char<->wxUniChar conversion fails, not only if wxUSE_UTF8_LOCALE_ONLY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 08:04:31 +00:00 |
|
Paul Cornett
|
2eaf6433f2
|
get color count from ComputeHistogram, use sprintf for hex conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-03 17:17:20 +00:00 |
|
Robert Roebling
|
0cc0ce0688
|
Upport GNOME print GetTextExtent fix,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-03 13:07:01 +00:00 |
|
Robert Roebling
|
a70598d58e
|
upport wxListCtrl label edit changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-03 12:10:04 +00:00 |
|
Robert Roebling
|
602e33659e
|
Let GtkScrolledWindow handle scroll wheel events.
Reset visible range in wxListCtrl after scrolling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-03 11:17:40 +00:00 |
|
Paul Cornett
|
0200fb2788
|
fix XPM SaveFile for more than 92 colors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-03 03:08:26 +00:00 |
|
Julian Smart
|
f49fd6d0cd
|
Added SetBitmap, GetBitmap to wxWizard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-02 08:00:48 +00:00 |
|
Benjamin Williams
|
d16619f8d0
|
in wxAuiNotebook, prevent unwanted page selection changes during tab drags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-01 15:39:22 +00:00 |
|
Vadim Zeitlin
|
a989a329db
|
changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-30 12:13:58 +00:00 |
|
Václav Slavík
|
ee90e2641d
|
XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-30 09:06:35 +00:00 |
|
Václav Slavík
|
ec873c943d
|
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-29 19:28:54 +00:00 |
|
Vadim Zeitlin
|
e16916eae4
|
strip the leading dot from extension if present in GetFileTypeFromExtension()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-29 17:33:22 +00:00 |
|
Julian Smart
|
dee059c469
|
Prevent seg fault for older GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-29 16:58:58 +00:00 |
|
Benjamin Williams
|
f244aef282
|
applied patch 1737156 to wxAuiManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-29 11:53:57 +00:00 |
|
Benjamin Williams
|
c2291b1f80
|
in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-29 11:37:45 +00:00 |
|
Václav Slavík
|
0081dd7246
|
fixed FromAscii to work with NULL argument (broken after recent changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 20:01:11 +00:00 |
|
Václav Slavík
|
602a857b25
|
fixed FromAscii() changes to correctly handle embedded NULs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 19:07:00 +00:00 |
|
Václav Slavík
|
75ce4cb180
|
return const wxString& from wxFontMapper::GetDefaultConfigPath()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 18:57:36 +00:00 |
|
Václav Slavík
|
cfa3d7ba83
|
ANSI+Unicode compatibility fixes to wxArrayString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 18:56:00 +00:00 |
|
Václav Slavík
|
d7640339e9
|
dont use wxChar* arguments in wxHTML API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 17:33:59 +00:00 |
|
Václav Slavík
|
330e8ab901
|
dont use wxChar* arguments in wxDatePickerCtrlGeneric API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 17:03:42 +00:00 |
|
Václav Slavík
|
46ff9bd5dd
|
don't use wxChar* arguments in wxLogWindow API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 16:59:06 +00:00 |
|
Benjamin Williams
|
9b36293596
|
fix for wxAuiNotebook middle-click close (was closing wrong page)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 13:11:19 +00:00 |
|
Václav Slavík
|
fd2be5df8d
|
fixes to handling of focus changes for toplevel windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 12:57:17 +00:00 |
|
Václav Slavík
|
e6310bbc5a
|
added wxString::FromAscii(char*,size_t) for consistency with FromUTF8()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 12:36:54 +00:00 |
|
Vadim Zeitlin
|
edc0987174
|
CanAcceptFocus() now returns true if either the window itself or one of its children accepts focus; added new IsFocusable() to test whether the window itself accepts focus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 12:04:06 +00:00 |
|
Benjamin Williams
|
69f5e42053
|
added middle-click close to wxAuiNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 17:38:29 +00:00 |
|
Paul Cornett
|
9826452012
|
block signal handlers, instead of disconnecting, to temporarily disable them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 17:38:13 +00:00 |
|
Vadim Zeitlin
|
ab29bb87b2
|
don't invalidate the font in SetNativeFontInfo[Desc]() to conform to the documented behaviour (patch 1743548)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 15:55:48 +00:00 |
|
Vadim Zeitlin
|
53a118d6fe
|
fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch 1744277)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 15:44:06 +00:00 |
|
Benjamin Williams
|
fd749f4a70
|
in wxAuiNotebook, code to reduce flicker on page close
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 12:36:47 +00:00 |
|
Benjamin Williams
|
13aaa50f48
|
wxAuiNotebook::RemovePage() rewritten; fixes bugs #1737293 and #1737433
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 11:29:18 +00:00 |
|
Vadim Zeitlin
|
a15107c002
|
fix bug in WX_GL_DOUBLEBUFFER handling introduced during the last great refactoring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-26 22:53:15 +00:00 |
|
Vadim Zeitlin
|
db23ced867
|
remove .cvsignore files, they're useless with svn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-26 22:41:53 +00:00 |
|
Václav Slavík
|
7e1df0e638
|
compilation fixes for --with-regex=sys
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-26 10:57:49 +00:00 |
|
Václav Slavík
|
bcbb02480b
|
compilation fixes for some cases
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-26 10:24:09 +00:00 |
|
Václav Slavík
|
bdcb213757
|
compilation fix if wxLongLong_t is not available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-25 17:53:30 +00:00 |
|