2007-08-20 |
Václav Slavík | the wxFormatString hack used in wxFileTypeInfo variadic... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | fixed variadic templates in the case when char value... |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | added wxUTF8StringBuffer for writing UTF8 data into... |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Make wxDataViewItemArray more efficient |
tree | commitdiff |
2007-08-19 |
Václav Slavík | compilation fix for broken libstdc++ visibility |
tree | commitdiff |
2007-08-19 |
Václav Slavík | renamed wxImplStringBuffer to wxStringInternalBuffer |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Added EXPANDING and COLLAPSING events for the user... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Made wxGTK wxDataViewCtrl compile again |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Added ITEM_EXPANDED and ITEM_COLLAPSED |
tree | commitdiff |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
tree | commitdiff |
2007-08-18 |
Julian Smart | Don't hang in ReadLine when there's no input left |
tree | commitdiff |
2007-08-18 |
Julian Smart | A number of focus handling improvements: |
tree | commitdiff |
2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | don't assert when ExpandAll() is called on hidden root... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxConvertTo/FromIeeeExtended() synonyms for Conve... |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | added wxTaskBarIcon::Destroy() |
tree | commitdiff |
2007-08-13 |
Julian Smart | GetLabelTop should return the stripped label, for compa... |
tree | commitdiff |
2007-08-11 |
Václav Slavík | fixed wxStringTokenizer to correctly handle wxTOKEN_RET... |
tree | commitdiff |
2007-08-11 |
Julian Smart | Compile fixes |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-08-11 |
David Elliott | Use wxLogStdErr in preference to wxLogGui on wxCocoa. |
tree | commitdiff |
2007-08-08 |
Vadim Zeitlin | remove extra space which confuses some servers (at... |
tree | commitdiff |
2007-08-05 |
Francesco Montorsi | added the static function GetLabelText() to wxStaticTex... |
tree | commitdiff |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
tree | commitdiff |
2007-08-01 |
Julian Smart | Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for... |
tree | commitdiff |
2007-08-01 |
Julian Smart | Error and warning corrections |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | added support for 2 extra mouse buttons (patch 1757630) |
tree | commitdiff |
2007-07-28 |
Paul Cornett | make definitions match declarations in wxcrt.h |
tree | commitdiff |
2007-07-28 |
Paul Cornett | Fix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein... |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | blind OS/2 compilation fix in wxSetWorkingDirectory() |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | made strings used in wxIPC methods const as a temporary... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | added wxTo/FromString() overloads for wxFont (1st part... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | destroy TLW children pending for deletion from ~wxTLW... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | don't use min() macro in wxQsort() which conflicts... |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | deTABbed wxQsort() |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected |
tree | commitdiff |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
tree | commitdiff |
2007-07-24 |
Václav Slavík | optimized wxStringTokenizer: it's now slightly faster... |
tree | commitdiff |
2007-07-24 |
Vadim Zeitlin | use To/FromWChar() in single parameter wxMBConv::cMB2WC... |
tree | commitdiff |
2007-07-24 |
Vadim Zeitlin | use wxMBConvStrictUTF8 instead of wxMBConvUTF8 in Conve... |
tree | commitdiff |
2007-07-24 |
Vadim Zeitlin | add wxMBConvStrictUTF8 class implementing just UTF... |
tree | commitdiff |
2007-07-24 |
Robert Roebling | Added wxQsort() |
tree | commitdiff |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code... |
tree | commitdiff |
2007-07-24 |
Vadim Zeitlin | corrected off by 1 error in cMB2WC() call (thanks valgrind) |
tree | commitdiff |
2007-07-23 |
Vadim Zeitlin | don't add an extra empty line to the end (fixes bug... |
tree | commitdiff |
2007-07-23 |
Vadim Zeitlin | removed wxUSE_STRUTILS which was left over from the... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | correct closing comments in #endifs (patch 1756990) |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added support for user-defined types to wxConfig (patch... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxTo/FromString(wxColour) (part of patch 1753875) |
tree | commitdiff |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
tree | commitdiff |
2007-07-20 |
Paul Cornett | use the right cast to fix warning, rather than just... |
tree | commitdiff |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
tree | commitdiff |
2007-07-20 |
Vadim Zeitlin | make To/From8bit() inline for performance reasons |
tree | commitdiff |
2007-07-20 |
Vadim Zeitlin | rewrite FilterInValue() using iterators, this results... |
tree | commitdiff |
2007-07-19 |
Robert Roebling | Better sorting example and better default |
tree | commitdiff |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
tree | commitdiff |
2007-07-18 |
Vadim Zeitlin | speed up reading wxFileConfig from wxInputStream by... |
tree | commitdiff |
2007-07-18 |
Robert Roebling | Completed sorting in wxDataViewCtrl |
tree | commitdiff |
2007-07-18 |
Robert Roebling | First work at resort with header click |
tree | commitdiff |
2007-07-18 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl |
tree | commitdiff |
2007-07-18 |
Václav Slavík | use iterators instead of c_str() |
tree | commitdiff |
2007-07-16 |
Vadim Zeitlin | use wxGetLocalTimeMillis() instead of wxDateTime in... |
tree | commitdiff |
2007-07-16 |
Vadim Zeitlin | include wx/dynarray.h to fix compilation with minimal... |
tree | commitdiff |
2007-07-16 |
Vadim Zeitlin | add wxUSE_BASE64 checks around DoRead/WriteBinary(... |
tree | commitdiff |
2007-07-15 |
Paul Cornett | fix for monolithic build |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | corrected #if check which was written as #ifdef |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | create the single global IO dispatcher in wxFDIODispatc... |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | replaced wxFDIODispatcher::RunLoop() with Dispatch... |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | changed wxFDIODispatcher::UnregisterFD() to take only... |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
tree | commitdiff |
2007-07-14 |
Paul Cornett | fix HasPendingEvents() to only return true if there... |
tree | commitdiff |
2007-07-14 |
Václav Slavík | renamed wxXmlProperty to wxXmlAttribute, plus implied... |
tree | commitdiff |
2007-07-13 |
Václav Slavík | removed broken and global GetLine() function from wx... |
tree | commitdiff |
2007-07-13 |
Vadim Zeitlin | compilation fix for DoReadBinary() in STL build |
tree | commitdiff |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | use unsigned char to avoid MSVC warnings about cast... |
tree | commitdiff |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | added support for alpha channel to wxColour to/from... |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | non-PCH compilation fix after latest change |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | added support for binary data to wxConfig (slightly... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | cleanup: indentation, line length, don't include unneed... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_MSGDLG==0 |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | added missing wxUSE_XXX checks |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_LONGLONG==0 |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | Also added wxFFileStream::IsOk() and corrected IsOk... |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
tree | commitdiff |
2007-07-09 |
David Elliott | Fix compilo due to r47267. |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | use first unused colour for the mask instead of hardcod... |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | added wxFileStream::IsOk() (patch 1749587) |
tree | commitdiff |
2007-07-09 |
Vadim Zeitlin | don't bubble up the events upwards the window hierarchy... |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Add compare function to wxDataViewModel |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
next |