2008-02-25 |
Vadim Zeitlin | added more includes of wx/msw/dc.h needed since r52054...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | use wxLogLastError() to show the last error value when...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | always return 471 from wxApp::GetComCtl32Version()...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | don't forcefully disable regex and tiff, they build...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | don't define, nor use, LVS_EX_LABELTIP under WinCE
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | set TOOLKIT to WINCE for VC8 builds targeting pocketpc2003
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | compilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | WinCE adjustments
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | don't use hook code for positioning message box under...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | restore checks for SM_SWAPBUTTON, it is not defined...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this...
|
commit | commitdiff | tree |
2008-02-24 |
Vadim Zeitlin | revert r51647 change as it broke the code overriding...
|
commit | commitdiff | tree |
2008-02-23 |
Vadim Zeitlin | remove MacIsReallyShown() as we now have public IsShownOnScr...
|
commit | commitdiff | tree |
2008-02-21 |
Vadim Zeitlin | fix harmless unused variable warning under CE
|
commit | commitdiff | tree |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which...
|
commit | commitdiff | tree |
2008-02-21 |
Vadim Zeitlin | VC8 doesn't have xlocale support under CE
|
commit | commitdiff | tree |
2008-02-20 |
Vadim Zeitlin | revert not encoding the colons in FileNameToURL() under...
|
commit | commitdiff | tree |
2008-02-19 |
Vadim Zeitlin | implement wxRadioBox::Reparent(): it didn't reparent...
|
commit | commitdiff | tree |
2008-02-19 |
Vadim Zeitlin | don't encode collons in file:// URLs under Windows...
|
commit | commitdiff | tree |
2008-02-18 |
Vadim Zeitlin | make IsOk() virtual to allow it to be overridden in...
|
commit | commitdiff | tree |
2008-02-18 |
Vadim Zeitlin | reverted r51340: don't use wxWeakRef in the library...
|
commit | commitdiff | tree |
2008-02-18 |
Vadim Zeitlin | honour locale modifiers such a @valencia in system...
|
commit | commitdiff | tree |
2008-02-18 |
Vadim Zeitlin | tell user to define _USE_OLD_RW_STL for BC5.6 instead...
|
commit | commitdiff | tree |
2008-02-17 |
Vadim Zeitlin | add ka_GE, ku_TR and ne_NP; some cleanup and better...
|
commit | commitdiff | tree |
2008-02-17 |
Vadim Zeitlin | fix wxNotebook::GetPage{Text,Image}() when they were...
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | turn wxUSE_STD_IOSTREAM on by default (except for the...
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | turn wxUSE_STD_IOSTREAM on by default (except for the...
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | fix redundant storage of current date both in wxCalendarCtrl...
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | remove duplicated create/destroyevt.tex inclusion,...
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | mention wxLogBuffer
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | correct wxUSE_MSGDLG description (it's for wxMessageDialog...
|
commit | commitdiff | tree |
2008-02-16 |
Vadim Zeitlin | document wxLogBuffer
|
commit | commitdiff | tree |
2008-02-15 |
Vadim Zeitlin | don't clutter the code with (apparently) unnecessary...
|
commit | commitdiff | tree |
2008-02-15 |
Vadim Zeitlin | compilation fix for bcc 5.82: don't use enum for value...
|
commit | commitdiff | tree |
2008-02-14 |
Vadim Zeitlin | more unused parameter warnings
|
commit | commitdiff | tree |
2008-02-14 |
Vadim Zeitlin | I got too tired of seeing these unused parameters warnings...
|
commit | commitdiff | tree |
2008-02-13 |
Vadim Zeitlin | use listctrl coordinates for the wxEVT_COMMAND_LIST_COL_RIGH...
|
commit | commitdiff | tree |
2008-02-13 |
Vadim Zeitlin | don't define HAVE_FSYNC if it's already defined (as...
|
commit | commitdiff | tree |
2008-02-12 |
Vadim Zeitlin | use platform-specific styles in xTR_DEFAULT_STYLE but...
|
commit | commitdiff | tree |
2008-02-12 |
Vadim Zeitlin | use const char*, not char*, for string literals to...
|
commit | commitdiff | tree |
2008-02-12 |
Vadim Zeitlin | add forgotten file needed by the last change to the...
|
commit | commitdiff | tree |
2008-02-12 |
Vadim Zeitlin | use wxLanguageInfo::GetLocaleName() instead of Desscription...
|
commit | commitdiff | tree |
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 |
next |