2005-03-27 |
Robert Roebling | Use conversion class in native GTK+ file dialog. |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | applied patch fixing problems with X server crash when... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | made Update() recursive under wxGTK2 (doesn't work... |
tree | commitdiff |
2005-03-25 |
Robin Dunn | Fixed bug [ 1166937 ] Toolbar.DeleteToolByPos |
tree | commitdiff |
2005-03-25 |
Robert Roebling | Create wxPopUpWindow hidden initially (like MSW,... |
tree | commitdiff |
2005-03-25 |
Robert Roebling | Applied wxPopWindow less flicker patch. |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | file dialog with wxMULTIPLE style still doesn't allow... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | lame temporary "fix" for file names which are not UTF... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxRendererNative::DrawDropArrow (patch 1166596) |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | use GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which... |
tree | commitdiff |
2005-03-23 |
Robin Dunn | Fix wxRTTI for wxGnomePrintDC |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed unused function warning in GTK+ 2 compilation |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | fixed bug due to missing break in GetColourFromGTKWidge... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | don't set virtual size of the window to (0, 0) if scrol... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
tree | commitdiff |
2005-03-16 |
Kevin Hock | Allow using negative angles with DrawRotatedText. ... |
tree | commitdiff |
2005-03-13 |
Robert Roebling | Query for "default_border" not "default_outside_borde... |
tree | commitdiff |
2005-03-12 |
Robert Roebling | Correct orientation of splitter sash again. |
tree | commitdiff |
2005-03-12 |
Robert Roebling | Applied patch for ArtProvider. |
tree | commitdiff |
2005-03-12 |
Robert Roebling | There shouldn't be any need to draw the backgound |
tree | commitdiff |
2005-03-11 |
Robert Roebling | GTK+ 2.0 compilation. |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Base for wxMessageDialog with common checks for style. |
tree | commitdiff |
2005-03-10 |
Robert Roebling | Reenable dead keys under GTK2. |
tree | commitdiff |
2005-03-08 |
Robert Roebling | Applied DnD patch, adding a field for setting a defau... |
tree | commitdiff |
2005-03-08 |
Robert Roebling | Override OnSize in the scrollsub sample to disable |
tree | commitdiff |
2005-03-08 |
Kevin Hock | GTK1 compilation fix from Mart R., followup to patch... |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Applied GetSystemMetric patch to suppurt GTK and... |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Readd support for prelight tree control triangles... |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Use GtkPixmap instead of GtkImage as the latter incor... |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Try to catch theme change on the fly in button in |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Trying to get default button placement and size right. |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Minimal layout change. |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Implemented wxRadioBox using a GtkTable. |
tree | commitdiff |
2005-02-28 |
Robert Roebling | This change will make the parent TLW come to |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Apply combobox patch II. |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Changed ComboDropDown button under GTK+ so that it |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | restored manual calls to gtk_glwindow_realized/map_call... |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | wxUniv compilation fix |
tree | commitdiff |
2005-02-27 |
Robert Roebling | The position (mouse pos) returned by wxKeyEvent sometimes |
tree | commitdiff |
2005-02-27 |
Robert Roebling | SetLabel() no longer invalidates the font which |
tree | commitdiff |
2005-02-27 |
Julian Smart | Added GetBitmap, GetIcon to wxImageList |
tree | commitdiff |
2005-02-23 |
Włodzimierz Skiba | Linup API of wxRadioBox::Show on all ports. Move wxRadi... |
tree | commitdiff |
2005-02-22 |
Robert Roebling | Better correction to the wxListBox misbehaviour. |
tree | commitdiff |
2005-02-21 |
Robert Roebling | Show that the GTK+ listbox doesn't deselect any item |
tree | commitdiff |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
tree | commitdiff |
2005-02-21 |
Julian Smart | Don't inherit background from parent if we're top-level |
tree | commitdiff |
2005-02-21 |
Vadim Zeitlin | call gdk_flush() in Update() (see discussion of patch... |
tree | commitdiff |
2005-02-20 |
Robert Roebling | Applied patch to allow resizing the popup window. |
tree | commitdiff |
2005-02-20 |
Robert Roebling | Added LDOWN handler for wxListBox so that it wil |
tree | commitdiff |
2005-02-20 |
Robert Roebling | Commited fix for wrong background colour in TLWs... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | removed explicit calls to gtk_glwindow_(realized/map... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | use native gtk_paint_expander() to implement DrawTreeIt... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | trying to draw transparent arrow instead of opaque... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | yet more corrections to drop down button drawing: don... |
tree | commitdiff |
2005-02-19 |
Robin Dunn | Fixed compile error |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | added more icons (for GTK only) (patch 1097684) |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | draw drop down button using native calls (patch 1144389) |
tree | commitdiff |
2005-02-19 |
Kevin Hock | ENTER and LEAVE mouse events for multi-line text contro... |
tree | commitdiff |
2005-02-19 |
Kevin Hock | wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182] |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | more tweaks to drop down arrow drawing (Andreas Pflug) |
tree | commitdiff |
2005-02-15 |
Robert Roebling | Better resizing code fro wxComboBox. |
tree | commitdiff |
2005-02-15 |
Robert Roebling | Implemented wxBitmap::HasAlpha() and ::UseAlpha(). |
tree | commitdiff |
2005-02-14 |
Vadim Zeitlin | no changes, just mention gtk_paint_expander() in comment |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | include wx/rawbmp.h |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | 1. added SetSelection() to wxItemContainer and removed... |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | removed multiple duplicate copies (with subtly differen... |
tree | commitdiff |
2005-02-13 |
Robert Roebling | Added raw bitmap access support to GTK 2.0. |
tree | commitdiff |
2005-02-12 |
Robert Roebling | Reapplied patch to change the two scrolled window... |
tree | commitdiff |
2005-02-12 |
Robert Roebling | Revert patch again, as the scrollbars are now always... |
tree | commitdiff |
2005-02-11 |
Robert Roebling | Correct rounding up vs. rounding down error in GTK+ |
tree | commitdiff |
2005-02-11 |
Robert Roebling | Make wxTLW::Raise() actually bring the window to... |
tree | commitdiff |
2005-02-11 |
Robert Roebling | Made gnome printing stuff return wxPRINT_CANCELLED if |
tree | commitdiff |
2005-02-09 |
Robert Roebling | Applied patch for more compliant wxScrolbar event |
tree | commitdiff |
2005-02-08 |
Robin Dunn | Check accelerators before sending EVT_CHAR |
tree | commitdiff |
2005-02-08 |
Robin Dunn | Allow EVT_CHAR events in a wxGTK2 build for F-keys... |
tree | commitdiff |
2005-02-06 |
Robert Roebling | GTK 1.2 compilo/link error. |
tree | commitdiff |
2005-02-06 |
Robert Roebling | GTK 1.2 compilation. |
tree | commitdiff |
2005-02-06 |
Robert Roebling | I think I found out how GTK+ want popup windows |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Reorganized char and keydown event code, hoping |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Second try to add "support" for deriving from |
tree | commitdiff |
2005-02-05 |
Robert Roebling | Make wxBitmap inherit from wxBitmapBase |
tree | commitdiff |
2005-02-05 |
Robert Roebling | _conncect_after() should be used for controls emitting |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Fix for listbox problem, when created on invisible |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Fixed missing key down events (probably introduced |
tree | commitdiff |
2005-02-03 |
Robert Roebling | Committed Raise()Lower() fix. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | I changed something, but I forgot what. |
tree | commitdiff |
2005-01-30 |
Robert Roebling | Applied IM patch. |
tree | commitdiff |
2005-01-29 |
Robert Roebling | One more place where we need to use connect_after |
tree | commitdiff |
2005-01-29 |
Robert Roebling | Tried to restore wxPopupTransientWindow functionality |
tree | commitdiff |
2005-01-26 |
Kevin Hock | Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu... |
tree | commitdiff |
2005-01-24 |
Kevin Hock | For consistency between WMs and with MSW, TOOL_WINDOW... |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Enable UpdateUI events in wxTaskBarIcon. |
tree | commitdiff |
2005-01-23 |
Robert Roebling | Fixed compilation for GTK 1.2 |
tree | commitdiff |
2005-01-22 |
Kevin Hock | gtk_range_set_inverted only available on GTK2 |
tree | commitdiff |
next |