2007-10-12 |
Robert Roebling | Implemented HasContainerColumns() for GTK+ |
tree | commitdiff |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
tree | commitdiff |
2007-10-09 |
Jouk Jansen | Give NULL explicit type to make interface recognizeable |
tree | commitdiff |
2007-10-09 |
Jouk Jansen | Update OpenVMS Build |
tree | commitdiff |
2007-10-07 |
Václav Slavík | compilation fixes for x86_64; use wxLogDebug instead... |
tree | commitdiff |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
tree | commitdiff |
2007-09-27 |
Robert Roebling | [ 1803350 ] Wrong top-level window positioning on scrol... |
tree | commitdiff |
2007-09-26 |
Robert Roebling | Compilo for non-PCH |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Reduce width and height of drawing ops by one in all... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Use line width code from GTK+ print in GNOME print |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | include vms_jackets.h directly from wx/platform.h inste... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | fix icc warnings about shadowed variables and mismatchi... |
tree | commitdiff |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
tree | commitdiff |
2007-09-19 |
Robert Roebling | GTK+ selects the first item initially, II |
tree | commitdiff |
2007-09-19 |
Robert Roebling | GTK+ selects the first item initially |
tree | commitdiff |
2007-09-18 |
Robert Roebling | Rearrange code to fix some problems |
tree | commitdiff |
2007-09-18 |
Robert Roebling | Correct setting of line width |
tree | commitdiff |
2007-09-18 |
Paul Cornett | return type for "grab-broken-event" is not void; remove... |
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 | Don't compile with < GTK 2.4 |
tree | commitdiff |
2007-09-17 |
Robert Roebling | Always make wxWindow::SetFocus() focus the window,... |
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-15 |
Robert Roebling | Implement wxWindow::SetFocusIgnoringChildren for GTK+ |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Remove redundant test later in keypress handling |
tree | commitdiff |
2007-09-15 |
Robert Roebling | Only send keypress events to focus widget, not its... |
tree | commitdiff |
2007-09-15 |
Paul Cornett | let GtkRange clamp scroll position |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test _HEADER_RIGHT_CLICK event for GTK+ |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
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 |
Paul Cornett | build fix |
tree | commitdiff |
2007-09-14 |
Paul Cornett | more value updating fixes |
tree | commitdiff |
2007-09-13 |
Paul Cornett | fix SetValue |
tree | commitdiff |
2007-09-13 |
Paul Cornett | non-pch build fix, indentation and whitespace cleanup |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Use GTK_SPIN_BUTTON() not (GtkSpinButton*) |
tree | commitdiff |
2007-09-13 |
Robert Roebling | [ 1793012 ] wxSpinCtrl::SetValue() doesn't update inter... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Third update patch for GTK+ print (correcting my device... |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Second update patch for GTK+ print (DrawBitmap fix) |
tree | commitdiff |
2007-09-13 |
Robert Roebling | First update patch for GTK+ print |
tree | commitdiff |
2007-09-13 |
Paul Cornett | get more accurate TLW sizing by using a window decorati... |
tree | commitdiff |
2007-09-12 |
Paul Cornett | add wxUSE_TASKBARICON wrapper |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Rewrote scaling for GTK+ print |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Compilation |
tree | commitdiff |
2007-09-10 |
Robert Roebling | corrected some of 200 compile errors introduced by... |
tree | commitdiff |
2007-09-10 |
Robert Roebling | Rewrote scaling code for GNOME print backend. The inver... |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | wxDL_XXX macros and dynamic loading cleanup: |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | add wxSYS_DCLICK_TIME system metric constant; use it... |
tree | commitdiff |
2007-09-07 |
Robert Roebling | Patch to use high printer resolution instead of Cairo... |
tree | commitdiff |
2007-09-07 |
Robert Roebling | prevent double deletion of cairo lib |
tree | commitdiff |
2007-09-06 |
Robert Roebling | wxDC::Clear() shouldn't do anything in printing DCs... |
tree | commitdiff |
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 | 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-05 |
Robert Roebling | upport wxFileDataObject change for UTF8 handling |
tree | commitdiff |
2007-09-04 |
Robert Roebling | correct scrolling of various GTK+ widgets such as GtkFr... |
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-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
tree | commitdiff |
2007-08-30 |
Paul Cornett | X property data is long for format 32 |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
tree | commitdiff |
2007-08-27 |
Paul Cornett | fix getting frame extents on 64-bit platforms, cleanup... |
tree | commitdiff |
2007-08-26 |
Paul Cornett | remove gtk_window_set_type_hint from GetTooltipColors... |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Move column organizing code to ports, away from common... |
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 | Set/GetExpanderColumn() should use wxDataViewColumn... |
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-22 |
Robert Roebling | Added logic, API and docs for wxDataViewModel::HasDefau... |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Don't always sort array containing item, just upon... |
tree | commitdiff |
2007-08-21 |
Robert Roebling | Remove redundant line |
tree | commitdiff |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implement selection API and events |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implement ...COLUMN_SORTED event |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implemented and tested EXPANDED etc events for wxGTK... |
tree | commitdiff |
2007-08-19 |
Vadim Zeitlin | fix generation of events from SetValue() broken in... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
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-16 |
Robert Roebling | compile with GTK < 2.8 |
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 | make wxChoice and wxListBox inherit from wxControlWithI... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added wxToolTip::SetAutoPop() and SetReshow() (patch... |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | fix wrong clear selection (modified patch 1763916) |
tree | commitdiff |
2007-08-13 |
Julian Smart | Add accelerator back to label in GetItemLabel |
tree | commitdiff |
next |