2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-10 |
Vadim Zeitlin | fix harmless warnings about uninitialized (not really... |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | guarding for scrollbar use |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | supporting SetFont(wxNullFont), fixes #10980 |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | remove scope-resolution operator from wxLogError()... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-09 |
Robert Roebling | Reduce size of virtual list before sending out delete... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_8 build |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-06 |
Vadim Zeitlin | correct writing direction for Farsi |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | we need to reset m_connected flag as well as setting... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | don't call wxSocketImpl::ReenableEvents() if the socket... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | suppress harmless warning about possibly uninitialized... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | reset m_establishing flag and last error when asynchron... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | set socket state to connected when it receives a connec... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | ignore bCase parameter of wxSortedArrayString::Index... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | interpret ~ specially only when it is the first charact... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | fix compilation without wxUSE_STREAMS (closes #10900) |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | use the directory of the most recently opened file... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Fixed printf-related warnings |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Correct wxDataViewListModel::RowPrepended |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
tree | commitdiff |
2009-06-13 |
Jaakko Salli | Converted wxVariant to use wxObject's reference countin... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | fix compilation after wxRefCounter changes |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
tree | commitdiff |
2009-06-12 |
Michael Wetherell | Forward port r56500. |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
tree | commitdiff |
2009-06-11 |
Robert Roebling | In virtual list mode, map first row to 1, not to 0... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | remove inline from IosSeekDirToWxSeekMode() to work... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | correct bug with using uninitialized end variable ... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | correct the fix for avoiding the integer multiplication... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | postpone the call to CopyAttributes() until the DC... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | removed assert checking that bit depth is 8 or 16 as... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | fix wxIconBundle creation from multiimage files broken... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | check for integer overflow which could result in buffer... |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | don't free() the same pointer twice if an error occurs... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
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 | 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 | don't redefine HAVE_STRFTIME as it can already be defin... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | set focus to the window when the mouse is clicked in... |
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-28 |
Vadim Zeitlin | remove redundant extern keywords from wxEmptyString... |
tree | commitdiff |
2009-05-28 |
Stefan Csomor | fixing length param, see #10846 |
tree | commitdiff |
2009-05-28 |
Vadim Zeitlin | compilation fix for STL/!UNICODE case (closes #10846) |
tree | commitdiff |
2009-05-23 |
Vadim Zeitlin | make wxWindow::SetAutoLayout() now works for all window... |
tree | commitdiff |
2009-05-21 |
Julian Smart | COrrected my misapplied fix, sorry |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ... |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | compilation fix in FindPaperType() after latest change |
tree | commitdiff |
2009-05-20 |
Julian Smart | Avoid resetting size if paper id not found |
tree | commitdiff |
2009-05-20 |
Julian Smart | Fixed a problem with unrecognised paper id conversions |
tree | commitdiff |
2009-05-19 |
Vadim Zeitlin | added Asturian language entry (see #10808) |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | deal with the fonts without any specified face name... |
tree | commitdiff |
2009-05-15 |
Vadim Zeitlin | move virtual GetPath() implementation out of line to... |
tree | commitdiff |
2009-05-13 |
Stefan Csomor | missing classinfo |
tree | commitdiff |
2009-05-13 |
Stefan Csomor | add window-modal dialog calls and fallback implementation |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | VC6 compilation fix (thanks buildbot) |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | don't check for connected state of UDP sockets which... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | don't call Disconnect() if the connection had been... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | initialize the local address before calling getsockname... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | remove unneeded wxFindSuitableParent() |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | add new predefined colour (and relative brush/pen)... |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | build fix for gcc4.3.3 (different types for arguments... |
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-08 |
Vadim Zeitlin | remove error message from wxCSConv initialization:... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | generate the click event from the button with correct... |
tree | commitdiff |
2009-05-06 |
Paul Cornett | build fixes for wxUSE_CONFIG==0 |
tree | commitdiff |
2009-05-03 |
Francesco Montorsi | fix placement of wxStaticBox contents also under wxMSW... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | VC6 compilation fixes |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added missing headers for PCH-less compilation |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
tree | commitdiff |
2009-05-01 |
Francesco Montorsi | fix for placement of wxStaticBox childrens (which doesn... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
tree | commitdiff |
next |