2008-03-05 |
Vadim Zeitlin | remove wxFindFocusedChild() declaration too as g++...
|
commit | commitdiff | tree |
2008-03-05 |
Vadim Zeitlin | ignore more build files
|
commit | commitdiff | tree |
2008-03-05 |
Vadim Zeitlin | check that parent is non-NULL in CreateWindowFromHWND...
|
commit | commitdiff | tree |
2008-03-05 |
Vadim Zeitlin | call SetHWND(hWnd) from SubclassWin(), this is consistent...
|
commit | commitdiff | tree |
2008-03-05 |
Vadim Zeitlin | disable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostream...
|
commit | commitdiff | tree |
2008-03-05 |
Vadim Zeitlin | include wx/artprov.h to define wxArtID used in this...
|
commit | commitdiff | tree |
2008-03-04 |
Vadim Zeitlin | set wxUSE_IOSTREAMH to 0 by default, we're in 2008...
|
commit | commitdiff | tree |
2008-03-04 |
Vadim Zeitlin | remove leading dots from .ini/.conf in AddConfFileExtIfNeede...
|
commit | commitdiff | tree |
2008-03-04 |
Vadim Zeitlin | remove duplicate end iterator declaration from Destroy()
|
commit | commitdiff | tree |
2008-03-04 |
Vadim Zeitlin | VC6 doesn't have wostream when using old iostream.h
|
commit | commitdiff | tree |
2008-03-03 |
Vadim Zeitlin | use the selection background colour set using SetSelectionBa...
|
commit | commitdiff | tree |
2008-03-03 |
Vadim Zeitlin | position help windows shown when Shift-F1 is pressed...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | always draw toolbar background ourselves under XP as...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | add test for setting toolbar background colour
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | reverted the last 2 changes to this file, the border...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | use custom selection colours in wxHtmlListBox again...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | decouple item index from string value (patch 1905702)
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | don't post WM_NULL if there is already a WM_NULL in...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | fix WPARAM typo
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | use generic dialogs under Palm (generic.diff part of...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | workarounds for Palm compiler errors (pacc-error.diff...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | define wxConfig where the header implementing it is...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | add platform info for Palm (add-wxpalm-info.diff part...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | update the makefiles to take care of new files and...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | declare file-related APIs missing under Palm (pflib...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | compilation fixes for PalmOS and implementations of...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of...
|
commit | commitdiff | tree |
2008-03-02 |
Vadim Zeitlin | add menu item to jump to DST start date
|
commit | commitdiff | tree |
2008-03-01 |
Vadim Zeitlin | no real changes, just refactor/simplify the code to...
|
commit | commitdiff | tree |
2008-02-29 |
Vadim Zeitlin | really use the position passed to ShowHelpAtPoint(...
|
commit | commitdiff | tree |
2008-02-28 |
Vadim Zeitlin | correct WinCE compilation after last change: can't...
|
commit | commitdiff | tree |
2008-02-28 |
Vadim Zeitlin | added DFCS_CHECKED to DrawCheckMark() (part of patch...
|
commit | commitdiff | tree |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead...
|
commit | commitdiff | tree |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing...
|
commit | commitdiff | tree |
2008-02-28 |
Vadim Zeitlin | compilation fix after last change
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | fix wxWeakRef<> for Borland C++ (slightly modified...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | don't attempt to create 0*0 bitmaps in GetBuffer()...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | clip the text in report mode to prevent it from overflowing...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | don't track handlers connected to this object itself...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553)
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | translate "Copy URL" string in the popup menu (feature...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | fixes for __WINCE_NET__ build (slightly modified patch...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | only define wxAuiFloatingFrameBaseClass as wxMiniFrame...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | forward WM_HELP from the buddy control to the main...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | don't hide the TLW being deleted unless there any other...
|
commit | commitdiff | tree |
2008-02-27 |
Vadim Zeitlin | no changes, just a couple of typo fixes in comments
|
commit | commitdiff | tree |
2008-02-26 |
Vadim Zeitlin | /Wp64 warnings fixes (mostly simply use wxUIntToPtr...
|
commit | commitdiff | tree |
2008-02-26 |
Vadim Zeitlin | fixes for MSVC compilation with /Wp64 (used by new...
|
commit | commitdiff | tree |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh...
|
commit | commitdiff | tree |
2008-02-25 |
Vadim Zeitlin | check that we have a non-empty keyword in KeywordSearch...
|
commit | commitdiff | tree |
2008-02-25 |
Vadim Zeitlin | reset s_bInAssert in wxDoOnAssert() in an exception...
|
commit | commitdiff | tree |
2008-02-25 |
Vadim Zeitlin | better wording for the last change
|
commit | commitdiff | tree |
2008-02-25 |
Vadim Zeitlin | implement support for display enumeration under WinCE...
|
commit | commitdiff | tree |
2008-02-25 |
Vadim Zeitlin | check for wxDF_UNICODETEXT and not only wxDF_TEXT in...
|
commit | commitdiff | tree |
2008-02-25 |
Vadim Zeitlin | correct radio button best size calculation under CE...
|
commit | commitdiff | tree |
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 |
next |