2007-09-06 |
Robert Roebling | Removed run-time dependency on libpangocairo |
tree | commitdiff |
2007-09-06 |
Robert Roebling | Make use of wxCairoLibrary from within wxGtkPrint |
tree | commitdiff |
2007-09-06 |
Robert Roebling | Add wxCairoLibrary (not yet built) |
tree | commitdiff |
2007-09-06 |
Robert Roebling | Move the wxDL_ macros to wxDynLibrary |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Add support for GTK print, modified from patch 1782055 |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Make wxGnomePrintModule public so that wxGtkPrintModule... |
tree | commitdiff |
2007-09-03 |
Robin Dunn | more exports |
tree | commitdiff |
2007-09-03 |
Robin Dunn | Update wxStack class macro for the new wxVector |
tree | commitdiff |
2007-09-03 |
Robin Dunn | export wxGetNativeFontEncoding and wxTestFontEncoding |
tree | commitdiff |
2007-09-03 |
Robin Dunn | fix events and eventTypes for wxPython |
tree | commitdiff |
2007-08-31 |
Václav Slavík | fixed badly named wxHtmlTag::GetParam() argument: with_... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added const and virtual in various places |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewCtrl::AppendIconTextColumn |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | fix resize() when it's used for truncating a string... |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | use fallback encoding in wxConvAuto when input is not... |
tree | commitdiff |
2007-08-30 |
Robert Roebling | Patch from Hartwig for wxMac implementation |
tree | commitdiff |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconText |
tree | commitdiff |
2007-08-28 |
Julian Smart | Compile fix for old W32API headers |
tree | commitdiff |
2007-08-28 |
Václav Slavík | added some clarifying comments |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Move column organizing code to ports, away from common... |
tree | commitdiff |
2007-08-26 |
Václav Slavík | fixed wxHTML parsing to run in O(n) even in UTF8 build |
tree | commitdiff |
2007-08-25 |
Robert Roebling | added Collapse() and Expand() |
tree | commitdiff |
2007-08-25 |
Robert Roebling | add editing_started and _done events |
tree | commitdiff |
2007-08-25 |
Robert Roebling | Set/GetExpanderColumn() should use wxDataViewColumn... |
tree | commitdiff |
2007-08-25 |
Robert Roebling | Hartwig's patch for OS X implementation of wxDataViewCtrl |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Correct signature of HitTest() |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Minor API changes |
tree | commitdiff |
2007-08-23 |
Václav Slavík | VC6 compilation fix |
tree | commitdiff |
2007-08-22 |
Vadim Zeitlin | added ISO-2022-JP encoding |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Added logic, API and docs for wxDataViewModel::HasDefau... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | VC6 compilation fix for _WX_VARARG_FORMAT_STRING macro |
tree | commitdiff |
2007-08-22 |
Václav Slavík | another Watcom compilation fix |
tree | commitdiff |
2007-08-22 |
Václav Slavík | Watcom compilation fix |
tree | commitdiff |
2007-08-22 |
Václav Slavík | added wxUSE_REGKEY checks |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Let various AppendXXXColumn helplers return the column... |
tree | commitdiff |
2007-08-22 |
Robert Roebling | minor change |
tree | commitdiff |
2007-08-22 |
Václav Slavík | compilation fix for UTF8+STL |
tree | commitdiff |
2007-08-22 |
Julian Smart | Applied [ 1767537 ] [wxOS2]Watcom build - filefn |
tree | commitdiff |
2007-08-22 |
Václav Slavík | made UTF-8 tables const |
tree | commitdiff |
2007-08-22 |
Václav Slavík | optimize wxStringOperationsUtf8::DecodeChar() for the... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | don't derive wxHtmlTag and wxHtmlTagsCache from wxObjec... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Compile fix |
tree | commitdiff |
2007-08-21 |
Julian Smart | Compile fix on Mac (at least) |
tree | commitdiff |
2007-08-21 |
Vadim Zeitlin | Fix bug with assigning a part of the string to the... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | use wxVector<T> instead of homegrown growing array... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | 1. fixed wxVector<T> iterators to actually point to... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1764987 ] fix localtime link error... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied [ 1708971 ] Make a virtual function to enable... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | re-added wxVector<T>::erase(size_t) for backward compat... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | use wxString's UTF8 methods in wxCocoa, it's slightly... |
tree | commitdiff |
2007-08-20 |
Kevin Ollivier | Fix for wxMemoryDC::GetAsBitmap() not working on Windows. |
tree | commitdiff |
2007-08-20 |
Václav Slavík | the wxFormatString hack used in wxFileTypeInfo variadic... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | don't recompute nonbreakable space character every... |
tree | commitdiff |
2007-08-20 |
Václav Slavík | marked const wxHtmlEntitiesParser methods as such |
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 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
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 |
Vadim Zeitlin | fix generation of events from SetValue() broken in... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Forgot a line |
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-19 |
David Elliott | Fix a number of problems with tracking rectangles by... |
tree | commitdiff |
2007-08-18 |
Kevin Ollivier | Add the unified style on OS X 10.4, and default to... |
tree | commitdiff |
2007-08-18 |
Julian Smart | Avoid clash with control container event handlers |
tree | commitdiff |
2007-08-18 |
Julian Smart | Compile fix |
tree | commitdiff |
2007-08-18 |
Julian Smart | A number of focus handling improvements: |
tree | commitdiff |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
tree | commitdiff |
2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and... |
tree | commitdiff |
2007-08-16 |
David Elliott | Use one run-loop observer for all synthesis of mouse... |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added AdvanceSelection, ShowWindowMenu and keyboard... |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added missing argument |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added DrawFocusRect to wxRenderer |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | relinquish the mouse capture when a dialog is about... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added ReadType convenience functions (patch 1764160) |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | include wx/msw/winundef.g instead of writing just a... |
tree | commitdiff |
2007-08-15 |
David Elliott | Add support for uniquifying to all wxCocoa Objective... |
tree | commitdiff |
2007-08-15 |
Václav Slavík | removed outdated comment |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | no changes, just fix typos in comments |
tree | commitdiff |
2007-08-15 |
Václav Slavík | wxCocoa compilation fixes for visibility (missing DLL... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | use correct WXDLLIMPEXP macro for forward declaration |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | fix wrong clear selection (modified patch 1763916) |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | include wx/datetime.h, it's not always included from... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | set the correct properties for the source files |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxConvertTo/FromIeeeExtended() synonyms for Conve... |
tree | commitdiff |
2007-08-15 |
David Elliott | Further simplificiation of the NSSlider/wxSlider interf... |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | no real changes, just some cleanup |
tree | commitdiff |
2007-08-14 |
Vadim Zeitlin | added wxTaskBarIcon::Destroy() |
tree | commitdiff |
next |