2008-03-31 |
Vadim Zeitlin | throw away the now invalid items in wxSelectionStore...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | give an error message when ran from a wrong location...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | fix unused parameter warning
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | store selected indices as unsigned int, not size_t...
|
commit | commitdiff | tree |
2008-03-31 |
Vadim Zeitlin | don't leave empty listboxes with tiny best size
|
commit | commitdiff | tree |
2008-03-28 |
Vadim Zeitlin | compilation fix for ANSI build: use reinterptre_, not...
|
commit | commitdiff | tree |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ...
|
commit | commitdiff | tree |
2008-03-28 |
Vadim Zeitlin | fix gcc warning about assigning -1 to a guint
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | lock wxPendingEventsLocker when deleting the handler...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | compilation fix for PCH-less compilation (thanks buildbot)
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | fixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLE...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | added convenient wxON_BLOCK_EXIT_SET() macro
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | added convenient wxON_BLOCK_EXIT_THISn() macros wrapping...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | don't blit too much when copying static box border...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | MSW fixes for the last change: call Realize() after...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | don't use gtk_notebook_insert_page() return value as...
|
commit | commitdiff | tree |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the...
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | several g++ 4 warning fixes
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | document On{Open,Save}Document()
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | call OnReadWaiting(), not OnExceptionWaiting(), when...
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | implement wxListItem::operator=()
|
commit | commitdiff | tree |
2008-03-25 |
Vadim Zeitlin | ANSI mode compilation fix
|
commit | commitdiff | tree |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build
|
commit | commitdiff | tree |
2008-03-24 |
Vadim Zeitlin | fix (one off, so not really important) memory leak...
|
commit | commitdiff | tree |
2008-03-24 |
Vadim Zeitlin | document wxSizerItem::SetMinSize()
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | fix crash when pressing Up key in empty combobox
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | suppress warnings about hiding virtual functions in...
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | yet more compilation fixes after brush/pen style changes...
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecute...
|
commit | commitdiff | tree |
2008-03-23 |
Vadim Zeitlin | correct hhp2cached path
|
commit | commitdiff | tree |
2008-03-22 |
Vadim Zeitlin | no changes, just removed unnecessary forward declaration
|
commit | commitdiff | tree |
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 |
next |