2008-03-22 |
Vadim Zeitlin | add timing of synchronous execution
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separate...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | no real changes, just added a default value for the...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | no real changes, just small cleanup after last few...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | refactored common code from XXX_EndProcessDetect in...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | don't show more than 20 lines of redirected IO, just...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | get rid of traits functions unnecessary now that wxExecute...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | fixed IO redirection to work in wxExecute() in console...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | use wxGUIAppTraits::WaitForChild() in wxMac too
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | fix warnings about unused parameters/variables in release...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | make wxSelectDispatcher ctor public, it can be useful...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | correct the REDIRECT_COMMAND definition for Unix
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | extracted GUI-specific part of utilsunx.cpp to a new...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | unused any more (should have been part of r52667)
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | rename classes use by generic wxSpinCtrl implementation...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | add comparison operators for wxPen/BrushStyle and wxSOLID...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling...
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | more compilation fixes after pen/brush styles changes
|
commit | commitdiff | tree |
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 |
next |