2007-10-29 |
Vadim Zeitlin | fix more unused parameters warnings |
tree | commitdiff |
2007-10-28 |
Chris Elliott | 2.4 GTK fix as at http://thread.gmane.org/gmane.comp... |
tree | commitdiff |
2007-10-28 |
Vadim Zeitlin | use the same #if wxUSE_XXX checks in platform-specific... |
tree | commitdiff |
2007-10-27 |
Julian Smart | Implementation of wxSysColourChangedEvent on wxGTK |
tree | commitdiff |
2007-10-27 |
Julian Smart | wxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK |
tree | commitdiff |
2007-10-26 |
Julian Smart | Workaround for gtk-qt display bug |
tree | commitdiff |
2007-10-25 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-10-25 |
Paul Cornett | fix for scrolling wxSpinCtrl, broken by fix for scrolli... |
tree | commitdiff |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
tree | commitdiff |
2007-10-24 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | don't compare initial slider position with uninitialize... |
tree | commitdiff |
2007-10-23 |
Paul Cornett | remove extraneous semicolons |
tree | commitdiff |
2007-10-22 |
Robert Roebling | Use a private GtkCellRendererText for rendering text... |
tree | commitdiff |
2007-10-22 |
Robert Roebling | Correctly set item in wxDataViewRenderer::Activate() |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | define wxUTF8Buf as the type returned by wxString:... |
tree | commitdiff |
2007-10-20 |
Paul Cornett | don't force size_allocate in gtk_pizza_put, it shouldn... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-20 |
Paul Cornett | don't need to paint tlw background, GTK does it |
tree | commitdiff |
2007-10-20 |
Robert Roebling | [ 1816882 ] wxListBox::SetSelection() doesn't update... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | [ 1816944 ] GTK - wxMenuBar bug |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Support hover over effect for DrawHeaderButton for... |
tree | commitdiff |
2007-10-20 |
Paul Cornett | use a GtkAlignment to set size of toolbar controls... |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-18 |
Paul Cornett | simplify toolbar and statusbar create/set code |
tree | commitdiff |
2007-10-17 |
Robert Roebling | Make wxRenderer::DrawItemSelectionRect() draw a focus... |
tree | commitdiff |
2007-10-17 |
Paul Cornett | Fix declaration-after-statement compile error, remove... |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
tree | commitdiff |
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 |
next |