2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddProcessC...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | don't pass unnecessary arguments to FindOrCreateBrush...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | add default parameters for width and style parameters...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | add compatible FindOrCreateBrush(wxColour, int) (also...
|
commit | commitdiff | tree |
2008-03-21 |
Vadim Zeitlin | kill the process launched by wxExecute(ASYNC) to avoid...
|
commit | commitdiff | tree |
2008-03-21 |
Vadim Zeitlin | uncomment wxExecute(ASYNC) test now that it's supposed...
|
commit | commitdiff | tree |
2008-03-21 |
Vadim Zeitlin | also use wx/private/*.h
|
commit | commitdiff | tree |
2008-03-21 |
Vadim Zeitlin | compilation fixes after pen/brush styles changes
|
commit | commitdiff | tree |
2008-03-21 |
Vadim Zeitlin | restore setting m_appName broken by recent change ...
|
commit | commitdiff | tree |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864)
|
commit | commitdiff | tree |
2008-03-18 |
Vadim Zeitlin | provide stubs for Get/SetStippled() to fix the build
|
commit | commitdiff | tree |
2008-03-17 |
Vadim Zeitlin | use static functions instead of static variables for...
|
commit | commitdiff | tree |
2008-03-17 |
Vadim Zeitlin | don't provide unnecessary (as default) arguments to...
|
commit | commitdiff | tree |
2008-03-17 |
Vadim Zeitlin | don't provide unnecessary (as default) arguments to...
|
commit | commitdiff | tree |
2008-03-16 |
Vadim Zeitlin | don't use generic process callback for wxGTK/Motif...
|
commit | commitdiff | tree |
2008-03-16 |
Vadim Zeitlin | ignore WinCE projects and build directories
|
commit | commitdiff | tree |
2008-03-16 |
Vadim Zeitlin | ignore WinCE build directories
|
commit | commitdiff | tree |
2008-03-16 |
Vadim Zeitlin | added test of focusing/selecting another item
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | correct typo in wxDIR_STOP
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h}
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | add support for asynchronous execution in wxBase (patch...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | use quotes around SRCROOT to handle the case when it...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | protect access to ms_aTraceMasks with a critical section...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | call OnNativeDestroyed() if the native window is destroyed...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | fix crash in DoGetBestSize() if default widths are...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | don't assign the returned value in wxMDIParentFrame...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | use less expensive GetLastPosition() instead of GetValue...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | don't call GetLastPosition() unnecessarily in SelectAll...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEntry...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEntry...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | initialize m_nCurLine in wxTextBuffer ctor (part of...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | added support for double arguments to wxCmdLineParser...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceEditor...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | don't generate duplicate resume events for PBT_APMRESUMEAUTO...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | call OnNativeDestroyed() if the native window is destroyed...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | initialize m_initial{Recv,Send}BufferSize in wxSocketClient...
|
commit | commitdiff | tree |
2008-03-15 |
Vadim Zeitlin | remove/replace redundant SetAutoLayout() and Fit()...
|
commit | commitdiff | tree |
2008-03-14 |
Vadim Zeitlin | don't delete the context in ~wxGLCanvas(), the base...
|
commit | commitdiff | tree |
2008-03-14 |
Vadim Zeitlin | changed eol-style to native for all .h files
|
commit | commitdiff | tree |
2008-03-14 |
Vadim Zeitlin | rename Doxyfile.* to Doxyfile_* to avoid inappropriate...
|
commit | commitdiff | tree |
2008-03-14 |
Vadim Zeitlin | make wxCmdLineParser:Usage() const
|
commit | commitdiff | tree |
2008-03-14 |
Vadim Zeitlin | no changes, just fix a few typos and wrap long lines
|
commit | commitdiff | tree |
2008-03-11 |
Vadim Zeitlin | delete wxNativeContainerWindow when the native window...
|
commit | commitdiff | tree |
2008-03-10 |
Vadim Zeitlin | fix handling of native toolkit command line options...
|
commit | commitdiff | tree |
2008-03-10 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2008-03-10 |
Vadim Zeitlin | added wxNativeContainerWindow and implemented it for...
|
commit | commitdiff | tree |
2008-03-10 |
Vadim Zeitlin | further simplifiy USE_NATIVE_HEADER_WINDOW checks
|
commit | commitdiff | tree |
2008-03-09 |
Vadim Zeitlin | remove wxTextAttr::CreateFont(); return wxNullFont...
|
commit | commitdiff | tree |
2008-03-09 |
Vadim Zeitlin | don't use native headers in wxUniv build (this doesn...
|
commit | commitdiff | tree |
2008-03-09 |
Vadim Zeitlin | document "wrap" attribute for wxStaticText
|
commit | commitdiff | tree |
2008-03-08 |
Vadim Zeitlin | wxUniv compilation fix for gs_windowHandles assignment
|
commit | commitdiff | tree |
2008-03-06 |
Vadim Zeitlin | use %p for printing out a pointer
|
commit | commitdiff | tree |
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 |
next |