2007-10-09 |
Vadim Zeitlin | define insertion operator in std::wostream in Unicode... |
tree | commitdiff |
2007-10-09 |
Vadim Zeitlin | fixed operator<<(ostream&, wxString) to output string... |
tree | commitdiff |
2007-10-09 |
Vadim Zeitlin | don't define operator<<(ostream&, wxString) at all... |
tree | commitdiff |
2007-10-08 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 build |
tree | commitdiff |
2007-10-08 |
Vadim Zeitlin | added wxBase64Decode() overload taking wxString, otherw... |
tree | commitdiff |
2007-10-08 |
Vadim Zeitlin | removed extra const in DoGetFilenames() declaration |
tree | commitdiff |
2007-10-08 |
Chris Elliott | set minimum bcc32 version to turbo explorer |
tree | commitdiff |
2007-10-07 |
Robert Roebling | Update from Hartwig for OS X implementation |
tree | commitdiff |
2007-10-07 |
Václav Slavík | globally disable VC++'s warning 4251 (non-exported... |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | made Blur() methods const (bug 180914) |
tree | commitdiff |
2007-10-07 |
Vadim Zeitlin | fixed several problems due to use of GetEditHWND()... |
tree | commitdiff |
2007-10-06 |
Vadim Zeitlin | always return wxString from wxGetUserHome() instead... |
tree | commitdiff |
2007-10-05 |
Vadim Zeitlin | fix wxGenericFileDialog::Get{Path,Directory,Filename... |
tree | commitdiff |
2007-10-05 |
Václav Slavík | use typed containers in wxHtmlParser instead of type... |
tree | commitdiff |
2007-10-05 |
Václav Slavík | fixed WX_CLEAR_HASH_SET to compile |
tree | commitdiff |
2007-10-05 |
David Elliott | Duplicate wxTextCtrl code to wxComboBox because we... |
tree | commitdiff |
2007-10-05 |
Chris Elliott | add DMC to misbehaving compilers |
tree | commitdiff |
2007-10-02 |
Michael Wetherell | Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefin... |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | fix several mingw32 warnings (patch from Tim Stahlhut) |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
tree | commitdiff |
2007-10-01 |
Vadim Zeitlin | define WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too... |
tree | commitdiff |
2007-10-01 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT |
tree | commitdiff |
2007-10-01 |
Jouk Jansen | OpenVMS : removing dependency on obsolete Porting-libra... |
tree | commitdiff |
2007-10-01 |
Robert Roebling | Added API for adding/deleting/changing multiple items |
tree | commitdiff |
2007-09-30 |
Václav Slavík | include line number information in wxXmlNode (based... |
tree | commitdiff |
2007-09-30 |
Václav Slavík | _WX_DECLARE_OBJARRAY was missing reserve() declaration |
tree | commitdiff |
2007-09-30 |
Václav Slavík | use reserve() instead of Alloc() in WX_APPEND_ARRAY... |
tree | commitdiff |
2007-09-27 |
Václav Slavík | copy the list in wxList::operator=(), for consistency... |
tree | commitdiff |
2007-09-27 |
Vadim Zeitlin | added disambiguation for Clear() too |
tree | commitdiff |
2007-09-27 |
Vadim Zeitlin | don't declare HasSelection() in this class and especial... |
tree | commitdiff |
2007-09-27 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
tree | commitdiff |
2007-09-26 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | part of wxComboBox to wxEntry refactoring (should have... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCt... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | remove wxComboBox-specific hack, override DoSetToolTip... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | compilation fixes for wxGTK1 after wxTextEntry changes... |
tree | commitdiff |
2007-09-26 |
Julian Smart | Added forward declaration for wxWindow |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-25 |
Vadim Zeitlin | fix operator<<() for wxString |
tree | commitdiff |
2007-09-25 |
Vadim Zeitlin | define wxUSE_GADGETS as 0 as it's not defined in config... |
tree | commitdiff |
2007-09-25 |
Vadim Zeitlin | fix warning about visibility attribute ignored on non... |
tree | commitdiff |
2007-09-25 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | reorganized wxSVGFileDC code |
tree | commitdiff |
2007-09-23 |
Vadim Zeitlin | added wxWindow::GetPopupMenuSelectionFromUser() (modifi... |
tree | commitdiff |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
tree | commitdiff |
2007-09-23 |
Vadim Zeitlin | don't define wxCRT_xxprintfW function if the correspond... |
tree | commitdiff |
2007-09-22 |
Vadim Zeitlin | include wx/log.h to fix PCH-less compilation |
tree | commitdiff |
2007-09-22 |
Robert Roebling | Removed last bits of DrawScaledBitmap (was removed... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | added more convenient wxDL_INIT_FUNC[_AW] macros and... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | predefine _WIN32_IE before including shellapi.h too... |
tree | commitdiff |
2007-09-21 |
Paul Cornett | allow copying wxFormatString for compiler-generated... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | removed extra semicolon |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | put __attribute__((deprecated)) before declaration... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | added wxDEPRECATED_INLINE, use it for wxPixelData<wxBit... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | make wxScopeGuardImplBase copy ctor public to avoid... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | include vms_jackets.h directly from wx/platform.h inste... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | functions not taking argument must be declared as ... |
tree | commitdiff |
2007-09-21 |
Robert Roebling | more work on wxDC reorganizing |
tree | commitdiff |
2007-09-21 |
Paul Cornett | wcstod seems to be more widely available than wcstof |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | allow the user to press Esc to close preview frame... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | apply XRCID() automatically to XRCSIZERITEM() argument... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | remove extra colons and semicolons |
tree | commitdiff |
2007-09-19 |
Robin Dunn | Give wxPowerEvent wxRTTI |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use update UI handler for the up and new directory... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | fix warning about int->bool conversion; wrap long lines... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | allow using wxSizerFlags with wxSizer methods adding... |
tree | commitdiff |
2007-09-18 |
Michael Wetherell | template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour... |
tree | commitdiff |
2007-09-18 |
Robert Roebling | Rearrange code to fix some problems |
tree | commitdiff |
2007-09-18 |
Julian Smart | wxBORDER_THEME now means 'use an appropriate themed... |
tree | commitdiff |
2007-09-17 |
Paul Cornett | various small cleanups |
tree | commitdiff |
2007-09-17 |
Robert Roebling | compilation |
tree | commitdiff |
2007-09-17 |
Robert Roebling | Always make wxWindow::SetFocus() focus the window,... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | rename wxFileList to wxFileListCtrl |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | declare wxVector<wxXmlResourceHandler *> as DLL-exporte... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | define wxUSE_CAIRO as 0 for non-GTK builds to avoid... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | fix access to client data of wxComboBox in wxUniv by... |
tree | commitdiff |
2007-09-16 |
Chris Elliott | fix for VC6 sorry |
tree | commitdiff |
2007-09-16 |
Chris Elliott | fix for VC6 |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Implement wxWindow::SetFocusIgnoringChildren for GTK+ |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | get rid of the built-in drop target in rich text contro... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | use wxSafeConvertWX2MB() instead of mb_str() in operato... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | reverted the change of wxCmdLineEntryDesc fields to... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | added WXDLLIMPEXP_BASE for a couple of template classes... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | API change: a single SELECTION_CHANGED not lots of... |
tree | commitdiff |
2007-09-14 |
Paul Cornett | remove m_blockScrollEvent from wxWindowGTK |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | use wxBORDER_NONE as border default for wxStatusBar... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | wxDataViewCtrl patch from Hartwig |
tree | commitdiff |
next |