2007-09-06 |
Robert Roebling | Make use of wxCairoLibrary from within wxGtkPrint |
tree | commitdiff |
2007-09-06 |
David Elliott | Make a slider control created with a particular size... |
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-06 |
Václav Slavík | fixed wxString::FromAscii signature |
tree | commitdiff |
2007-09-05 |
Vadim Zeitlin | fixed off by 1 bug in converting premultiplied DIB... |
tree | commitdiff |
2007-09-05 |
Robin Dunn | Pass length including the null-terminator to cWC2MB |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Add support for GTK print, modified from patch 1782055 |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Add force link for GtkPrint modeule (still commented... |
tree | commitdiff |
2007-09-05 |
Robert Roebling | Make wxGnomePrintModule public so that wxGtkPrintModule... |
tree | commitdiff |
2007-09-05 |
Robert Roebling | upport wxFileDataObject change for UTF8 handling |
tree | commitdiff |
2007-09-04 |
Julian Smart | Corrected default background and text colours |
tree | commitdiff |
2007-09-04 |
Julian Smart | Fixed URL saving/loading |
tree | commitdiff |
2007-09-04 |
Julian Smart | Always set the background colour for XP, for consistent... |
tree | commitdiff |
2007-09-04 |
Julian Smart | Corrected a typo |
tree | commitdiff |
2007-09-04 |
Robert Roebling | correct scrolling of various GTK+ widgets such as GtkFr... |
tree | commitdiff |
2007-09-04 |
Julian Smart | Apply the background fix only if the toolbar has controls |
tree | commitdiff |
2007-09-04 |
Paul Cornett | use client size to avoid gdk_window_get_frame_extents... |
tree | commitdiff |
2007-09-03 |
Vadim Zeitlin | fix translation of wx priority values to the standard... |
tree | commitdiff |
2007-09-03 |
Vadim Zeitlin | fix WX_GL_STEREO attribute handling: value for it was... |
tree | commitdiff |
2007-09-03 |
Vadim Zeitlin | don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT... |
tree | commitdiff |
2007-09-03 |
Paul Cornett | call SetLegacyWMProperties last, it calls gtk_widget_re... |
tree | commitdiff |
2007-09-03 |
Paul Cornett | fix IsProtocolSupported in unicode build |
tree | commitdiff |
2007-09-03 |
Robert Roebling | Update to recent eggtrayicon version. Should be convert... |
tree | commitdiff |
2007-09-03 |
Robin Dunn | include private.h |
tree | commitdiff |
2007-09-03 |
Robin Dunn | wrap the code in #if wxUSE_DATAVIEWCTRL |
tree | commitdiff |
2007-09-02 |
Julian Smart | Standard SDK fixes |
tree | commitdiff |
2007-09-01 |
Robert Roebling | Patch from Bo for new API, various fixes, live update... |
tree | commitdiff |
2007-08-31 |
Julian Smart | Added native focus rectangle drawing for wxMac (CG... |
tree | commitdiff |
2007-08-31 |
Václav Slavík | fixed badly named wxHtmlTag::GetParam() argument: with_... |
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-31 |
Julian Smart | Use new menu item function |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | don't use use UTF-8 to PUA mapping hack, it's not neces... |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | use fallback encoding in wxConvAuto when input is not... |
tree | commitdiff |
2007-08-30 |
Paul Cornett | X property data is long for format 32 |
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 |
Paul Cornett | add missing static |
tree | commitdiff |
2007-08-29 |
Julian Smart | Avoid crash if user aborts the print |
tree | commitdiff |
2007-08-29 |
Julian Smart | The toolbar background for some colour schemes cannot... |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconText |
tree | commitdiff |
2007-08-28 |
David Elliott | wxTextCtrl: Implement alignment flags, editable (read... |
tree | commitdiff |
2007-08-28 |
Václav Slavík | fixed memory leak in RestoreState |
tree | commitdiff |
2007-08-28 |
Václav Slavík | optimized wxMBConvStringUTF8::ToWchar() for ASCII chara... |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Minor correction, use wxCHECK |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Fix from Bo |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
tree | commitdiff |
2007-08-27 |
Paul Cornett | fix getting frame extents on 64-bit platforms, cleanup... |
tree | commitdiff |
2007-08-27 |
Robert Roebling | restored expanders |
tree | commitdiff |
2007-08-27 |
Julian Smart | Only show the context menu if the event belongs to... |
tree | commitdiff |
2007-08-26 |
Vadim Zeitlin | don't overwrite the existing local file if we failed... |
tree | commitdiff |
2007-08-26 |
Paul Cornett | remove gtk_window_set_type_hint from GetTooltipColors... |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Minor correction |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
tree | commitdiff |
2007-08-26 |
Julian Smart | Don't assert in update handler if read-only |
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-26 |
Robert Roebling | compile fix |
tree | commitdiff |
2007-08-26 |
Paul Cornett | fix getting tooltip colors for GTK 2.11 |
tree | commitdiff |
2007-08-25 |
Robert Roebling | added Collapse() and Expand() |
tree | commitdiff |
2007-08-25 |
Robert Roebling | implement editing_started and _done events for GTK... |
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-24 |
Robert Roebling | don't use <listimpl.cpp> (problems under Mac? |
tree | commitdiff |
2007-08-22 |
Vadim Zeitlin | added ISO-2022-JP encoding |
tree | commitdiff |
2007-08-22 |
Robert Roebling | correct copyright |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Added logic, API and docs for wxDataViewModel::HasDefau... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | replace wxStringToIntType<T> with a macro to make Watco... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | compilation fixes after introduction of wxprintf.h |
tree | commitdiff |
2007-08-22 |
Václav Slavík | use wxVector<T> instead of OBJARRAY macros for wxHtmlTe... |
tree | commitdiff |
2007-08-22 |
Julian Smart | Corrected wxAccess arg |
tree | commitdiff |
2007-08-22 |
Václav Slavík | added wxUSE_REGKEY checks |
tree | commitdiff |
2007-08-22 |
Julian Smart | Blind fix |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Let various AppendXXXColumn helplers return the column... |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Don't always sort array containing item, just upon... |
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-22 |
Václav Slavík | rewrote wxHtmlEntitiesParser::Parse() using iterators... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | slight optimization for wxHtmlEntitiesParser::GetEntity... |
tree | commitdiff |
2007-08-22 |
Václav Slavík | fixed wxHtmlParser::SkipCommentTag() to run the initial... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Avoid selecting/updating in destructor |
tree | commitdiff |
2007-08-21 |
Julian Smart | Test to avoid crashes in some circumstances |
tree | commitdiff |
2007-08-21 |
Vadim Zeitlin | Fix bug with assigning a part of the string to the... |
tree | commitdiff |
2007-08-21 |
Vadim Zeitlin | don't limit the multiple choice dialog size to 300x200... |
tree | commitdiff |
2007-08-21 |
Václav Slavík | use wxVector<T> instead of homegrown growing array... |
tree | commitdiff |
2007-08-21 |
Julian Smart | _get_timezone not available on Pocket PC 2003 |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1776951 ] wxSizer::GetContainingWindow... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Revised timezone fix |
tree | commitdiff |
2007-08-21 |
Julian Smart | APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS... |
tree | commitdiff |
2007-08-21 |
Robert Roebling | use live header button update when resizing, no XOR... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1736135 ] AUI: Clicking caption ignored... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied [ 1708971 ] Make a virtual function to enable... |
tree | commitdiff |
next |