2009-06-07 |
Vadim Zeitlin | disable MSVC warning 4275 which is harmless and can... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable warning about _set_se_translator() requiring... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | define _SCL_SECURE_NO_WARNINGS to avoid warnings about... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | work around (harmless) warnings in VC7 release build |
tree | commitdiff |
2009-06-06 |
Jaakko Salli | Added wxPGProperty::Set/GetValuePlain() for direct... |
tree | commitdiff |
2009-06-06 |
Jaakko Salli | Added better asserts, helps with debugging strange... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland... |
tree | commitdiff |
2009-06-05 |
Vadim Zeitlin | compilation fixes for g++ 3.2 (closes #10875) |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | postpone the call to CopyAttributes() until the DC... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | don't fix the columns number to 1 by default in ctors... |
tree | commitdiff |
2009-06-02 |
Jaakko Salli | Make this header SWIG-safe |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxProgressDialog::SetRange() function |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | no change: fix a couple typos |
tree | commitdiff |
2009-06-01 |
Robert Roebling | non-PCH compilo |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Compilo. |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix loading ICO from socket stream: override OnSysTell... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix PCH-less build |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | use enhanced metafiles for wxMSW print preview: this... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | add ability to create wxEnhMetaFileDC based on a refere... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added default ctor to wxMouseEventsManager, this is... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | don't add client area origin when positioning the child... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxTempFile::Flush() (dedicated to Theodore Ts... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by... |
tree | commitdiff |
2009-05-31 |
Jaakko Salli | Added wxPGProperty::SetDefaultValue(v), as a shortcut... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | define HAVE_LARGEFILE_SUPPORT in setup.h when large... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | More forward-ported wxPython-bindings related cleanup... |
tree | commitdiff |
2009-05-30 |
Jaakko Salli | Forward-ported wxPython-bindings related cleanup from... |
tree | commitdiff |
2009-05-28 |
Vadim Zeitlin | avoid g++ 4.3 warnings about conflict between parameter... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | remove wxMSW-specific (but copied into wxPalm too)... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | fill in the fields of wxListItem in a wxListEvent befor... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common... |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | initialize wxDocChildFrameAnyBase before creating the... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | no real changes, just remove unneeded empty dtor |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | return the correct number of columns from wxGridStringT... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | allow 2 step creation of wxDocChildFrameAnyBase and... |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ... |
tree | commitdiff |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808) |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
tree | commitdiff |
2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to... |
tree | commitdiff |
2009-05-15 |
Julian Smart | Added background colour control |
tree | commitdiff |
2009-05-13 |
Stefan Csomor | add window-modal dialog calls and fallback implementation |
tree | commitdiff |
2009-05-12 |
Stefan Csomor | files are replaced by dataview implementations |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | Cygwin doesn't have std::wstring nor std::wostream |
tree | commitdiff |
2009-05-11 |
Vadim Zeitlin | fixed wxRadioBox positioning to take the client area... |
tree | commitdiff |
2009-05-11 |
Robert Roebling | Forgot to commit header as part of r60586, Reapplied... |
tree | commitdiff |
2009-05-10 |
Stefan Csomor | exporting methods properly |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | compilation fix for Windows after the last change ... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | initialize the local address before calling getsockname... |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | add a few comments about wxDEPRECATED stuff to ease... |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | add new predefined colour (and relative brush/pen)... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use... |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-07 |
Stefan Csomor | explicitly export symbols |
tree | commitdiff |
2009-05-06 |
Vadim Zeitlin | enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later |
tree | commitdiff |
2009-05-06 |
Paul Cornett | build fixes for wxUSE_CONFIG==0 |
tree | commitdiff |
2009-05-05 |
Václav Slavík | use <bitmapsize> to load bitmaps at the specified size... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | allow comparison of int with 64 bit integer type (see... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | test whether wxHAS_EVENT_BIND is supported in wx/featur... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | check for wxHAS_EVENT_BIND instead of its converse... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | remove mentions of wxEVENTS_COMPATIBILITY_2_8 |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | don't use dialog size gripper under CE (should close... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | use correct Windows CE version number in strnlen()... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | don't use access declarations with Watcom which doesn... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | WinCE doesn't provide strnlen/wcsnlen() until version... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | keep {Left,Middle,Right}Down() methods of wxMouseState... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-05-02 |
Jaakko Salli | Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | rename wxGrid::SendSizeEvent() to SendGridSizeEvent... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | implement changing wxChoice and wxComboBox height |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
tree | commitdiff |
2009-04-28 |
Jouk Jansen | Do not use Tooltips if they are disabled |
tree | commitdiff |
2009-04-28 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-04-27 |
Vadim Zeitlin | make it possible to forward declare the class defined... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | wxHashSet::count() method should be const |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | typo fix (strangely VC9 doesn't consider it an error) |
tree | commitdiff |
next |