2008-02-11 |
Vadim Zeitlin | simplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | remove half a dozen #ifndef __WXWINCE__ as they dont...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | add wxLanguageInfo::GetLocaleName(), this simplifies...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | avoid duplication in the code by refactoring LCID creation...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | initialize m_backgroundBrush to an invalid brush instead...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | use #ifdef __WXMAC__, not #if
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | document that wxTLW::SetSize() is affected by SetSizeHints()
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_FWD_...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | update m_lastcount correctly in wxBufferedInputStream...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | set selection anchor to the focused item in SetItemState()
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | implement wxListBox::EnsureVisible() in wxGTK; add...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | make wxGenericCollapsiblePane a wxControlContainer...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | docs for wxXLocale (should have been part of r51632)
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | use CanAcceptFocus() instead of CanAcceptFocusFromKeyboard...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | no changes, just do the case of m_winLastFocused to...
|
commit | commitdiff | tree |
2008-02-11 |
Vadim Zeitlin | don't use parent window of a TLW in HandleOnNavigationKey...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | log Unicode data correctly, extract the logging code...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | pass correct data size to DdeClientTransaction() in...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | mention wxXLocale
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | cast char values to unsigned char before passing them...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | fixed wxXLocale(wxLanguage) ctor under Windows, use...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | fix compilation with VC7
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | return int, not wxUniChar, from wxTo{upp,low}er_l(...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | compilation fix for wxUSE_XLOCALE == 0
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | add check for wxUSE_XLOCALE (and also wxUSE_INTL which...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | update the samples to use new (non-deprecated) wxGLCanvas...
|
commit | commitdiff | tree |
2008-02-10 |
Vadim Zeitlin | use correct locale in GetInfo() under Mac (slightly...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | added wxDebugContext::SetShutdownNotifyFunction() ...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | don't close UDP socket if it receives an empty datagram...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | add GetMDIParent() and use it to reduce the number...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | get wxSYS_COLOUR_MENU from a menu bar and not from...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | use generic file picker in wxFLP_SAVE case as the native...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | fix signed/unsigned comparison warning
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | remove extraneous IncRef() from wxRichTextFontTable...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | added alpha support to wxImage::Paste() (patch 1883497...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | don't lose the contents of the combobox if it was set...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | don't hardcode grey/white colours for non-MSW/Mac in...
|
commit | commitdiff | tree |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch...
|
commit | commitdiff | tree |
2008-02-08 |
Vadim Zeitlin | don't redeclare wxYield() if it had been already declared...
|
commit | commitdiff | tree |
2008-02-06 |
Vadim Zeitlin | correction after the previous commit which introduced...
|
commit | commitdiff | tree |
2008-02-06 |
Vadim Zeitlin | fix GetTLWParentIfNotBeingDeleted() to work correctly...
|
commit | commitdiff | tree |
2008-02-06 |
Vadim Zeitlin | implement (trivially) wxGLApp ctor
|
commit | commitdiff | tree |
2008-02-05 |
Vadim Zeitlin | fix typo in warning message
|
commit | commitdiff | tree |
2008-02-05 |
Vadim Zeitlin | length passed to WideCharToMultiByte() was off by one...
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | set eol-style LF on even more Unix-only files
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | upgrade m4 files to bakefile 0.2.3
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | added links to wxWindowCreate/DestroyEvents
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | use BSTR length to also deal with NULs inside BSTRs...
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | use WideCharToMultiByte() instead of wcstombs() to...
|
commit | commitdiff | tree |
2008-02-04 |
Vadim Zeitlin | added console IPC sample (part of patch 1833150)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | undid change to GSocket::Select() done in r50831, do...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | use wxSOCKET_REUSEADDR for IPC sockets (part of patch...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | another correction to indices used in StringToLines()
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | wxFontData doesn't need to be static in wxGenericFontButton...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | correct indices used in StringToLines() (modified patch...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | initialize m_sharedContext and m_sharedContextOf to...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | no real changes, just added 2 virtual keywords to ...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | compilation fix for wchar_t-based builds after ParseISOXXX...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | build fix for wxUSE_INTL==0 (patch 1878908)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | don't use negative sizes for row/column labels subwindows...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | make wxIdleEventHandler available in console applications...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | document AddAt() and IndexForItem() (patch 1877610)
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | added wxDateTime::FormatISOCombined() and ParseISODate...
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1
|
commit | commitdiff | tree |
2008-02-03 |
Vadim Zeitlin | generate include/wx/univ/setup0.h from setup_inc.h too
|
commit | commitdiff | tree |
2008-01-31 |
Vadim Zeitlin | avoid implicitly converting a wxWindow* to wxGLCanvas
|
commit | commitdiff | tree |
2008-01-31 |
Vadim Zeitlin | no changes, just fix a typo in comment
|
commit | commitdiff | tree |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return...
|
commit | commitdiff | tree |
2008-01-30 |
Vadim Zeitlin | added missing wx/ prefix to the header file name
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | more VC6 fixes: nested value must be real classes,...
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | corrected comment: wxSingleInstance is not for Win32...
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | fix compilation with VC6
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8...
|
commit | commitdiff | tree |
2008-01-29 |
Vadim Zeitlin | significantly simplify this file by using token pasting...
|
commit | commitdiff | tree |
2008-01-28 |
Vadim Zeitlin | fix compilation error for wxUSE_DC_CACHEING==0; use...
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | add wxCONCAT[345]() helper macros
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing people...
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | define (empty) SetIcon() method in wxGenericMDIChildFrame...
|
commit | commitdiff | tree |
2008-01-27 |
Vadim Zeitlin | don't reference non-existent doc.xmb file
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | don't append anything back in DoDeleteOneItem() if...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | fix the code to not use dangling pointers resulting...
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | fix a typo
|
commit | commitdiff | tree |
2008-01-26 |
Vadim Zeitlin | fix assert when using owner-drawn menu items with the...
|
commit | commitdiff | tree |
2008-01-25 |
Vadim Zeitlin | include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalT...
|
commit | commitdiff | tree |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl...
|
commit | commitdiff | tree |
2008-01-23 |
Vadim Zeitlin | compilation fix after r51188: only define operator...
|
commit | commitdiff | tree |
2008-01-23 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8...
|
commit | commitdiff | tree |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead...
|
commit | commitdiff | tree |
2008-01-22 |
Vadim Zeitlin | remove the unnecessary non-const GetPage() overload
|
commit | commitdiff | tree |
2008-01-21 |
Vadim Zeitlin | temporary fix for shared build linking problems after...
|
commit | commitdiff | tree |
2008-01-21 |
Vadim Zeitlin | document GetTemplates() instead of m_templates
|
commit | commitdiff | tree |
2008-01-20 |
Vadim Zeitlin | no changes, just come cleanup and more comments
|
commit | commitdiff | tree |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator...
|
commit | commitdiff | tree |
next |