2009-05-31 |
Vadim Zeitlin | improve wxTreeCtrl::ScrollTo() behaviour in the generic...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | remove duplicate wxUSE_GSTREAMER definition
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | added wxTempFile::Flush() (dedicated to Theodore Ts...
|
commit | commitdiff | tree |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | define HAVE_LARGEFILE_SUPPORT in setup.h when large...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846)
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | added power, svg, taborder and xrc samples (closes...
|
commit | commitdiff | tree |
2009-05-30 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1
|
commit | commitdiff | tree |
2009-05-28 |
Vadim Zeitlin | remove redundant extern keywords from wxEmptyString...
|
commit | commitdiff | tree |
2009-05-28 |
Vadim Zeitlin | avoid g++ 4.3 warnings about conflict between parameter...
|
commit | commitdiff | tree |
2009-05-28 |
Vadim Zeitlin | compilation fix for STL/!UNICODE case (closes #10846)
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | no changes, simply mention a possible misuse of API...
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | ensure that Excel is visible and has an opened workbook...
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | correct a typo in wxSplitterWindow gravity parameter...
|
commit | commitdiff | tree |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | added a timer updating a counter in the background...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | remove wxMSW-specific (but copied into wxPalm too)...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | always dispatch messages for the hidden window which...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | fill in the fields of wxListItem in a wxListEvent before...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | correct the inversed assert check in LVN_DELETEITEM...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG...
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too
|
commit | commitdiff | tree |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common...
|
commit | commitdiff | tree |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all windows...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | mark the document as modified when its text control...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | initialize wxDocChildFrameAnyBase before creating the...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringTable...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | fix unused parameter warning after r60715
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | don't clear the status bar help text if the wxEVT_MENU_HIGHL...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | implement wxGetActiveWindow() which is now used by...
|
commit | commitdiff | tree |
2009-05-22 |
Vadim Zeitlin | allow 2 step creation of wxDocChildFrameAnyBase and...
|
commit | commitdiff | tree |
2009-05-20 |
Vadim Zeitlin | don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ...
|
commit | commitdiff | tree |
2009-05-20 |
Vadim Zeitlin | compilation fix in FindPaperType() after latest change
|
commit | commitdiff | tree |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is...
|
commit | commitdiff | tree |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808)
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | disable a test failing under wxGTK because of what...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | use a different known good face name under non-MSW
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | deal with fonts with empty face name correctly in wxNativeFo...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | deal with the fonts without any specified face name...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | fix errors in EvtHandlerTestCase::BindFunctor() in...
|
commit | commitdiff | tree |
2009-05-17 |
Vadim Zeitlin | do not overwrite ms_{hwnd,className} in wxTimerHiddenWindowM...
|
commit | commitdiff | tree |
2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to...
|
commit | commitdiff | tree |
2009-05-13 |
Vadim Zeitlin | don't use empty attribute name in wxIconXmlHandler...
|
commit | commitdiff | tree |
2009-05-13 |
Vadim Zeitlin | fix handling of wxBitmap nodes broken by previous changes...
|
commit | commitdiff | tree |
2009-05-13 |
Vadim Zeitlin | remove misleaing mentions of wxEXEC_ASYNC from wxExecute...
|
commit | commitdiff | tree |
2009-05-13 |
Vadim Zeitlin | compare wxMessageDialog::ShowModal() return value with...
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | Cygwin doesn't have std::wstring nor std::wostream
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | VC6 compilation fix (thanks buildbot)
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | add missing wxUSE_DEFERRED_SIZING tests (closes #10766)
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | ignore MSVC workspace/solution files in these directories too
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | add MSVC project files to svn for consistency
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | don't update stc.h when not building the library, it...
|
commit | commitdiff | tree |
2009-05-12 |
Vadim Zeitlin | wxActiveX files are low level as there is no wxUniv...
|
commit | commitdiff | tree |
2009-05-11 |
Vadim Zeitlin | fixed wxRadioBox positioning to take the client area...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | don't assume that we use timer proc with WM_TIMER as...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | don't check for connected state of UDP sockets which...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | compilation fix for Windows after the last change ...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | added UDP test (see #10717)
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | don't call Disconnect() if the connection had been...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | initialize the local address before calling getsockname...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | add tests for GetLocal() and GetPeer() (see #10779)
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | remove unneeded wxFindSuitableParent()
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | remove another occurrence of FindSuitableParent
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use...
|
commit | commitdiff | tree |
2009-05-09 |
Vadim Zeitlin | set wxWS_EX_TRANSIENT flag for splash screen to prevent...
|
commit | commitdiff | tree |
2009-05-08 |
Vadim Zeitlin | check for Python and disable automatic STC files updating...
|
commit | commitdiff | tree |
2009-05-08 |
Vadim Zeitlin | corrections to setting the height of the visible part...
|
commit | commitdiff | tree |
2009-05-08 |
Vadim Zeitlin | remove error message from wxCSConv initialization:...
|
commit | commitdiff | tree |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLists...
|
commit | commitdiff | tree |
2009-05-07 |
Vadim Zeitlin | generate the click event from the button with correct...
|
commit | commitdiff | tree |
2009-05-07 |
Vadim Zeitlin | add SetEscapeId() test (see #10746)
|
commit | commitdiff | tree |
2009-05-07 |
Vadim Zeitlin | document that setting an empty clipping region destroys...
|
commit | commitdiff | tree |
2009-05-06 |
Vadim Zeitlin | enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later
|
commit | commitdiff | tree |
2009-05-04 |
Vadim Zeitlin | don't duplicate wxGetTopLevelParent() code in wxHtmlHelpCont...
|
commit | commitdiff | tree |
2009-05-04 |
Vadim Zeitlin | don't use deprecated EVT_GRID_CELL_CHANGED synonym
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_INT...
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | allow comparison of int with 64 bit integer type (see...
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | VC6 compilation fixes
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | correct a typo in a comment in the example (see #10637)
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE...
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | std::streamoff is just a (32 bit) long under Win32...
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | test whether wxHAS_EVENT_BIND is supported in wx/features...
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | check for wxHAS_EVENT_BIND instead of its converse...
|
commit | commitdiff | tree |
2009-05-03 |
Vadim Zeitlin | remove mentions of wxEVENTS_COMPATIBILITY_2_8
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | fix typo (see #10637)
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637)
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | update for bakefile 0.2.6
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | don't use dialog size gripper under CE (should close...
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | use correct Windows CE version number in strnlen()...
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | don't use access declarations with Watcom which doesn...
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes...
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | WinCE doesn't provide strnlen/wcsnlen() until version...
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | keep {Left,Middle,Right}Down() methods of wxMouseState...
|
commit | commitdiff | tree |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND...
|
commit | commitdiff | tree |
next |