2006-11-01 |
Robert Roebling | Fix warning. |
tree | commitdiff |
2006-10-31 |
Robert Roebling | Fix crash when intersecting with NULL region. |
tree | commitdiff |
2006-10-31 |
Robert Roebling | Commited region iterator fix. |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT... |
tree | commitdiff |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | renamed IsRefTo() to IsSameAs() (do complain if this... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Various wxCollapsiblePane enhancements (re-patch 1577412): |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-30 |
Paul Cornett | don't try to add emission hook if GtkWidget type is... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | handle XOpenDisplay() failure in GetSM(); reformatted... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | [ 1587248 ] Segfault w/o Session Manager (e.g. KDE... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Make SetMinSize() and SetMaxSize() virtual so they |
tree | commitdiff |
2006-10-29 |
Robert Roebling | Remove left-over code. |
tree | commitdiff |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | added wxTB_RIGHT style for right-aligned toolbars ... |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | don't set translation credits if they're empty (part... |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | don't call gtk_image_set_from_pixbuf() if no animation... |
tree | commitdiff |
2006-10-27 |
Julian Smart | Robert Lang's patch [ 1583183 ] Fixes printing/print... |
tree | commitdiff |
2006-10-27 |
Julian Smart | Fixed caret droppings left when scrolling |
tree | commitdiff |
2006-10-27 |
Robert Roebling | Add EnableCloseButton() as wxMSW does. Use it in |
tree | commitdiff |
2006-10-26 |
Robert Roebling | Rewrite selection event code for wxListBox. |
tree | commitdiff |
2006-10-26 |
Vadim Zeitlin | fixed reversed return value of IsEmpty() (closes 1585004) |
tree | commitdiff |
2006-10-25 |
Robert Roebling | Prevent accession of to-be-deleted mdi |
tree | commitdiff |
2006-10-25 |
Robert Roebling | Add m_fsStyle next to m_windowStyle |
tree | commitdiff |
2006-10-24 |
Julian Smart | Compile fixes |
tree | commitdiff |
2006-10-24 |
Julian Smart | Added creation of printer DC to printer factory. |
tree | commitdiff |
2006-10-24 |
Vadim Zeitlin | reset the internal flags at the end of DoSetValue(... |
tree | commitdiff |
2006-10-23 |
Robin Dunn | Use wxGTK_CONV to fix compile error when building in... |
tree | commitdiff |
2006-10-23 |
Robert Roebling | [ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | avoid code duplication between the generic and GTK... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | 1. We don't need GetTopLevelParent() here, we already... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | use gtk_expander_new_with_mnemonic() instead of just... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | cleanup (mainly wrapping lines to be < 80 chars); added... |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | initial draft of wxCollapsiblePane (patch 1577412 by... |
tree | commitdiff |
2006-10-21 |
Robert Roebling | [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap |
tree | commitdiff |
2006-10-20 |
Paul Cornett | Remove unnecessary size members from GtkPizzaChild. |
tree | commitdiff |
2006-10-19 |
Paul Cornett | fix memory leak in Freeze |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Test for KDE and GNOME using session manager vendor. |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOSTATUSBAR |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Support wxFULLSCREEN_NOMENUBAR |
tree | commitdiff |
2006-10-18 |
Robin Dunn | If an empty string is passed, remove the tooltip instea... |
tree | commitdiff |
2006-10-18 |
Paul Cornett | use generic wxAnimationCtrl in wxGTK-universal |
tree | commitdiff |
2006-10-17 |
Robin Dunn | Need to subtract the m_miniTitle to get client size... |
tree | commitdiff |
2006-10-17 |
Paul Cornett | remove assert from PurgeOtherRepresentations,we'll... |
tree | commitdiff |
2006-10-17 |
Paul Cornett | use common AllocExclusive, rather than custom code |
tree | commitdiff |
2006-10-17 |
Paul Cornett | implement {Create,Clone}RefData for gtk wxBitmap |
tree | commitdiff |
2006-10-16 |
Robert Roebling | Correct wxComboBox height in wxToolbar for old |
tree | commitdiff |
2006-10-16 |
Robert Roebling | Fix wxMiniFrame caption height. |
tree | commitdiff |
2006-10-15 |
Robert Roebling | Readd gtk_widget_set_size_request() to prevent |
tree | commitdiff |
2006-10-15 |
Robert Roebling | Implement mnemnic support for wxToggleButton. |
tree | commitdiff |
2006-10-15 |
Paul Cornett | remove gtk_pizza_expose, its purpose is easily accompli... |
tree | commitdiff |
2006-10-15 |
Robert Roebling | Left unused variable around. |
tree | commitdiff |
2006-10-15 |
Robert Roebling | Use widget->allocation instead of querying the |
tree | commitdiff |
2006-10-15 |
Robert Roebling | Do not remove GDK events for native GTK+ controls. |
tree | commitdiff |
2006-10-15 |
Robert Roebling | [ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemo... |
tree | commitdiff |
2006-10-15 |
Robert Roebling | Correct window placement only once. |
tree | commitdiff |
2006-10-15 |
Paul Cornett | store GtkPizza border width in GtkContainer.border_widt... |
tree | commitdiff |
2006-10-15 |
Paul Cornett | put back obviously-not-redundant resize |
tree | commitdiff |
2006-10-15 |
Paul Cornett | remove redundant resize |
tree | commitdiff |
2006-10-15 |
Paul Cornett | replace use of deprecated GtkPixmap, gtk_container_bord... |
tree | commitdiff |
2006-10-15 |
Paul Cornett | deprecation fixes, plus some code size reduction and... |
tree | commitdiff |
2006-10-14 |
Paul Cornett | replace use of deprecated GtkPixmap |
tree | commitdiff |
2006-10-14 |
Paul Cornett | remove obsolete checks, minor cleanup |
tree | commitdiff |
2006-10-14 |
Paul Cornett | replace use of deprecated GtkPixmap |
tree | commitdiff |
2006-10-14 |
Robert Roebling | Forgot border when reversing coordinates for RTL. |
tree | commitdiff |
2006-10-14 |
Robert Roebling | Left in debug printf. |
tree | commitdiff |
2006-10-14 |
Robert Roebling | Better place for coordinate mirroring and removal |
tree | commitdiff |
2006-10-14 |
Paul Cornett | remove unused XIM code, minor cleanup |
tree | commitdiff |
2006-10-13 |
Robin Dunn | wxMemoryDC constructor now optionally accepts a wxBitma... |
tree | commitdiff |
2006-10-13 |
Robert Roebling | Prevent bogus event which GTK 2.4 sends after |
tree | commitdiff |
2006-10-12 |
Robin Dunn | Fixup Blit so it can be used with a source that is... |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv... |
tree | commitdiff |
2006-10-11 |
Mart Raudsepp | Implement left indentation and tab stops support in... |
tree | commitdiff |
2006-10-10 |
Paul Cornett | wxAnimationCtrl cleanup |
tree | commitdiff |
2006-10-09 |
Robert Roebling | IsExposed() needs to reverse the direction in RTL. |
tree | commitdiff |
2006-10-09 |
Robert Roebling | Compilation. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | no changes, just replaced C comment with a C++ one |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | small code simplification in DoSetValue() after the... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | New magic number for positioning the tree triangle. |
tree | commitdiff |
2006-10-08 |
Julian Smart | Strip menu codes out from notebook page labels |
tree | commitdiff |
2006-10-08 |
Julian Smart | It's valid to pass wxNOT_FOUND to SetSelection in order... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | close the dialog when close button is pressed, this... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | we need to set URL hook for the link to appear as a... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use translators if explicitely specified, fall back... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fixed double free crash introduced by last commit |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added GTK+ 2.6 implementation of wxAboutBox |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-07 |
Paul Cornett | small cleanup |
tree | commitdiff |
next |