2007-11-09 |
Robert Roebling | More attempts to better support theme borders |
tree | commitdiff |
2007-11-09 |
Vadim Zeitlin | don't show more than one about dialog (slightly modifie... |
tree | commitdiff |
2007-11-09 |
Robert Roebling | little fix |
tree | commitdiff |
2007-11-09 |
Robert Roebling | Trying to get these drawing right (little success) |
tree | commitdiff |
2007-11-09 |
Julian Smart | Removed redundant iostream inclusion |
tree | commitdiff |
2007-11-09 |
Robert Roebling | We don't use the old GtkCombo widget any more |
tree | commitdiff |
2007-11-09 |
Robert Roebling | We don't use the old GtkCombo widget any more |
tree | commitdiff |
2007-11-09 |
Paul Cornett | modified fix for empty client area, first one broke... |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-08 |
Paul Cornett | fix for blank client area after restoring a "rolled... |
tree | commitdiff |
2007-11-08 |
Julian Smart | Menubar accelerators are now preserved |
tree | commitdiff |
2007-11-07 |
Robert Roebling | Upport hint window improvement using custom GTK+ code |
tree | commitdiff |
2007-11-07 |
Robert Roebling | Upport wxMiniFrame corrections |
tree | commitdiff |
2007-11-06 |
Julian Smart | Removed no longer needed desktop size hack |
tree | commitdiff |
2007-11-06 |
Vadim Zeitlin | implement wxGetCientDisplayRect() correctly for X11... |
tree | commitdiff |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation (should have been... |
tree | commitdiff |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
tree | commitdiff |
2007-11-06 |
Julian Smart | Moved desktop margin options to a more sensible place |
tree | commitdiff |
2007-11-06 |
Mart Raudsepp | Fix compilation of gnome-vfs module after dynlib.h... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
tree | commitdiff |
2007-11-05 |
Robert Roebling | Minimum is now GTK+ 2.4 |
tree | commitdiff |
2007-11-05 |
Robert Roebling | Minimum is now GTK+ 2.4 |
tree | commitdiff |
2007-11-05 |
Robert Roebling | Minimum is now GTK+ 2.4 |
tree | commitdiff |
2007-11-05 |
Robert Roebling | Minimum is now GTK+ 2.4 |
tree | commitdiff |
2007-11-05 |
Robert Roebling | [ 1823588 ] gtk filedlg - droping support for gtk 2.2 |
tree | commitdiff |
2007-11-04 |
Paul Cornett | build fix: return type for AutoComplete is bool |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | added wxTextEntry::AutoComplete() and implemented it... |
tree | commitdiff |
2007-11-04 |
Paul Cornett | build fixes for universal |
tree | commitdiff |
2007-11-04 |
Paul Cornett | remove unused file |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | use gtk_entry_set_activates_default() instead of redoin... |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | only generate wxEVT_COMMAND_TEXT_ENTER if the combobox... |
tree | commitdiff |
2007-11-03 |
Vadim Zeitlin | set the event object of the menu events to the frame... |
tree | commitdiff |
2007-11-03 |
Vadim Zeitlin | handle failure of gtk_drag_begin() (which can happen... |
tree | commitdiff |
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 |
next |