2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | set focus to the window when the mouse is clicked in... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Václav Slavík | use enhanced metafiles for wxMSW print preview: this... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Václav Slavík | add ability to create wxEnhMetaFileDC based on a refere... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Francesco Montorsi | group wxPlatformInfo functions for easier browsing... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | added default ctor to wxMouseEventsManager, this is... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | don't add client area origin when positioning the child... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | improve wxTreeCtrl::ScrollTo() behaviour in the generic... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | remove duplicate wxUSE_GSTREAMER definition |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | added wxTempFile::Flush() (dedicated to Theodore Ts... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by... |
commit | commitdiff | tree | snapshot |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Vadim Zeitlin | define HAVE_LARGEFILE_SUPPORT in setup.h when large... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846) |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Vadim Zeitlin | added power, svg, taborder and xrc samples (closes... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Francesco Montorsi | refactor printf benchmarks to fit the new wxWidgets... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Julian Smart | Ensure the tooltip has been created before enabling... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Francesco Montorsi | avoid leaking allocated tooltips |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Vadim Zeitlin | remove redundant extern keywords from wxEmptyString... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Stefan Csomor | fixing length param, see #10846 |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Vadim Zeitlin | avoid g++ 4.3 warnings about conflict between parameter... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Vadim Zeitlin | compilation fix for STL/!UNICODE case (closes #10846) |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Stefan Csomor | fixing non-unicode build |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Jouk Jansen | update setup for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Stefan Csomor | moving common code up |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Stefan Csomor | updating cursor code from Dave's newer version, fixes... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Stefan Csomor | make sure NSScrollers are always having the desired... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Michael Wetherell | Send mail notifications to wx-buildbot@googlegroups.com |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Vadim Zeitlin | no changes, simply mention a possible misuse of API... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Vadim Zeitlin | ensure that Excel is visible and has an opened workbook... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Vadim Zeitlin | correct a typo in wxSplitterWindow gravity parameter... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | added a timer updating a counter in the background... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | remove wxMSW-specific (but copied into wxPalm too)... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | always dispatch messages for the hidden window which... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | fill in the fields of wxListItem in a wxListEvent befor... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | correct the inversed assert check in LVN_DELETEITEM... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | mark the document as modified when its text control... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | initialize wxDocChildFrameAnyBase before creating the... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringT... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | fix unused parameter warning after r60715 |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | don't clear the status bar help text if the wxEVT_MENU_... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | implement wxGetActiveWindow() which is now used by... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Vadim Zeitlin | allow 2 step creation of wxDocChildFrameAnyBase and... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Julian Smart | COrrected my misapplied fix, sorry |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Vadim Zeitlin | don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Vadim Zeitlin | compilation fix in FindPaperType() after latest change |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Julian Smart | Avoid resetting size if paper id not found |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Julian Smart | Fixed invisible CHM tooltip text bug when window text... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Julian Smart | Added a comment about DMPAPER_USER not always working |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Julian Smart | Fixed a problem with unrecognised paper id conversions |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808) |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | disable a test failing under wxGTK because of what... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | use a different known good face name under non-MSW |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | deal with fonts with empty face name correctly in wxNat... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | deal with the fonts without any specified face name... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | fix errors in EvtHandlerTestCase::BindFunctor() in... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Vadim Zeitlin | do not overwrite ms_{hwnd,className} in wxTimerHiddenWi... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Francesco Montorsi | fix typo from previous commit |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Francesco Montorsi | (dirty) fix rendering upon startup of the surface |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Václav Slavík | fixed typo in error message |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Václav Slavík | simplified code now that utf8_str() always returns... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Julian Smart | Added background colour control |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Václav Slavík | set icons bundle instead of single icon for wxHtmlHelpFrame |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Stefan Csomor | applying, closes #9012 |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Julian Smart | Corrected event routing/id change bug |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Benjamin Williams | in wxAuiToolBar, make certain that IsChecked() returns... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Vadim Zeitlin | don't use empty attribute name in wxIconXmlHandler... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Vadim Zeitlin | fix handling of wxBitmap nodes broken by previous chang... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Bryan Petty | Small build and run fixes made to screenshotgen util... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Bryan Petty | Replaced dir control screenshot in the manual with... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Bryan Petty | Updated wxMSW screenshots in the manual generated with... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Bryan Petty | Removed dependancy on wx/bitmap.h from autocapture.h. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Vadim Zeitlin | remove misleaing mentions of wxEXEC_ASYNC from wxExecut... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Vadim Zeitlin | compare wxMessageDialog::ShowModal() return value with... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Stefan Csomor | missing classinfo |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Stefan Csomor | add window-modal dialog calls and fallback implementation |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Stefan Csomor | files are replaced by dataview implementations |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Vadim Zeitlin | Cygwin doesn't have std::wstring nor std::wostream |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Vadim Zeitlin | VC6 compilation fix (thanks buildbot) |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Vadim Zeitlin | add missing wxUSE_DEFERRED_SIZING tests (closes #10766) |
commit | commitdiff | tree | snapshot |
next |