2011-08-13 |
Paul Cornett | simplify global cursor setting |
tree | commitdiff |
2011-08-12 |
Paul Cornett | remove unneeded gdk_window_get_pointer() call |
tree | commitdiff |
2011-08-12 |
Paul Cornett | pass proper window to gdk_window_get_pointer(), NULL... |
tree | commitdiff |
2011-08-10 |
Václav Slavík | Make the wxDataViewItem(void*) constructor explicit. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog. |
tree | commitdiff |
2011-07-29 |
Vadim Zeitlin | Add wxTextCtrl::PositionToCoords() functions for wxMSW... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK... |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix double deletion bug in wxGTK wxDVC dnd code. |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Fix the alignment used by custom wxDVC renderers in... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting. |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Fix crash in wxDataViewProgressRenderer in non-Unicode... |
tree | commitdiff |
2011-07-01 |
Paul Cornett | Don't cause scroll events for position changes from... |
tree | commitdiff |
2011-06-19 |
Vadim Zeitlin | Implement wxCalendarCtrl::SetDateRange() in the native... |
tree | commitdiff |
2011-06-19 |
Paul Cornett | fix GTKGetLabel() and DoApplyWidgetStyle(): children... |
tree | commitdiff |
2011-06-16 |
Jouk Jansen | add src/gtk/anybutton.cpp to OpenVMS makefile |
tree | commitdiff |
2011-06-15 |
Vadim Zeitlin | Fix crash when creating and quickly destroying a wxTLW... |
tree | commitdiff |
2011-06-14 |
Vadim Zeitlin | Refactor wxButton and wxToggleButton to derive from... |
tree | commitdiff |
2011-06-11 |
Vadim Zeitlin | Implement wxDataViewCtrl::SetRowHeight() for wxGTK. |
tree | commitdiff |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
tree | commitdiff |
2011-05-31 |
Paul Cornett | fix memory leak in wxScreenDC, fixes #13249 |
tree | commitdiff |
2011-05-27 |
Vadim Zeitlin | Use #ifdef, not #if, to check for __WXGTK26__ symbol. |
tree | commitdiff |
2011-05-17 |
Vadim Zeitlin | Don't construct invalid wxDateTime in GTK calendar... |
tree | commitdiff |
2011-05-10 |
Vadim Zeitlin | Fix inserting radio menu items in wxGTK too. |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | Fix assert when destroying wxDataViewCtrl being edited... |
tree | commitdiff |
2011-04-26 |
Vadim Zeitlin | No changes, just get rid of wxDataViewColumn::GetConstG... |
tree | commitdiff |
2011-04-19 |
Paul Cornett | fix conversion of gdk_input_add() to g_io_add_watch... |
tree | commitdiff |
2011-04-18 |
Vadim Zeitlin | Don't assert when destroying a never created window... |
tree | commitdiff |
2011-04-16 |
Vadim Zeitlin | Refactor wxTextEntry::AutoComplete() to simply call... |
tree | commitdiff |
2011-04-15 |
Paul Cornett | workaround for broken window managers which claim to... |
tree | commitdiff |
2011-04-11 |
Jouk Jansen | Update Makefile for OpenVMS |
tree | commitdiff |
2011-04-11 |
Jouk Jansen | revoke OpenVMS dependend part of r67326 |
tree | commitdiff |
2011-04-06 |
Paul Cornett | avoid GCC warning "suggest braces around empty body... |
tree | commitdiff |
2011-04-06 |
Paul Cornett | fix typo from r67326 |
tree | commitdiff |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
tree | commitdiff |
2011-04-02 |
Paul Cornett | make sure value label updates even if handle position... |
tree | commitdiff |
2011-04-02 |
Paul Cornett | need to override DoGetBestClientSize() to get correct... |
tree | commitdiff |
2011-04-02 |
Paul Cornett | fix overwrite of upper left part of parent window with... |
tree | commitdiff |
2011-03-30 |
Paul Cornett | build fix for older GTK2 |
tree | commitdiff |
2011-03-30 |
Paul Cornett | convert assertdlg_gtk to C++ |
tree | commitdiff |
2011-03-30 |
Paul Cornett | prepare to convert file to C++ |
tree | commitdiff |
2011-03-29 |
Paul Cornett | must use deprecated function for gtk2 |
tree | commitdiff |
2011-03-29 |
Paul Cornett | don't crash on error |
tree | commitdiff |
2011-03-29 |
Paul Cornett | build fix |
tree | commitdiff |
2011-03-29 |
Paul Cornett | GTK_WIDGET_SENSITIVE should have been converted to... |
tree | commitdiff |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
tree | commitdiff |
2011-03-27 |
Paul Cornett | yet more avoiding direct struct access |
tree | commitdiff |
2011-03-27 |
Paul Cornett | more avoiding direct struct access |
tree | commitdiff |
2011-03-27 |
Paul Cornett | remove unused mouse event and redundant checks |
tree | commitdiff |
2011-03-27 |
Paul Cornett | a few changes for gtk3, avoiding direct struct access |
tree | commitdiff |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
tree | commitdiff |
2011-03-25 |
Václav Slavík | Don't use deprecated gtk_widget_ref(). |
tree | commitdiff |
2011-03-24 |
Paul Cornett | fix tool item enter/leave notify, fixes #13083 |
tree | commitdiff |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
tree | commitdiff |
2011-03-23 |
Vadim Zeitlin | Prevent event generation in wxGtkCalendarCtrl::SetDate(). |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-18 |
Vadim Zeitlin | Fix exporting clipboard data to primary selection in... |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Don't generate wxEVT_CHAR_HOOK events while the mouse... |
tree | commitdiff |
2011-03-09 |
Paul Cornett | add wxEVT_MAXIMIZE support to wxGTK |
tree | commitdiff |
2011-03-09 |
Vadim Zeitlin | Make brush hatches in wxGTK consistent with wxMSW. |
tree | commitdiff |
2011-03-09 |
Vadim Zeitlin | Correct the name of the header for GTK+ < 2.14. |
tree | commitdiff |
2011-03-08 |
Vadim Zeitlin | Add another missing #if wxUSE_MARKUP check. |
tree | commitdiff |
2011-03-07 |
Václav Slavík | gtk/gtkunixprint.h only exists since GTK+ 2.14. |
tree | commitdiff |
2011-03-06 |
Václav Slavík | Don't directly include GTK+ semi-public headers. |
tree | commitdiff |
2011-03-06 |
Václav Slavík | Include gdk/gdkkeysyms-compat.h. |
tree | commitdiff |
2011-03-03 |
Paul Cornett | fix Activate signature after r67099 |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Implement support for markup labels for wxGTK wxButton. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxUSE_MARKUP and wrap SetLabelMarkup() in it. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Don't call base class SetLabel() from GTKSetLabelForLab... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Use wxMarkupParser in wxStaticText for dealing with... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
tree | commitdiff |
2011-02-09 |
Jaakko Salli | Added missing wxBitmapComboBox::Insert() implementation |
tree | commitdiff |
2011-01-25 |
Robin Dunn | Save the mode in SetMode |
tree | commitdiff |
2011-01-10 |
Vadim Zeitlin | Check index in wxItemContainer methods working with... |
tree | commitdiff |
2011-01-08 |
Paul Cornett | remove unneeded #includes |
tree | commitdiff |
2011-01-08 |
Paul Cornett | Move SendIdleEvents() from wxApp to wxWindow. |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | common rtti in nbkbase.cpp |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | common rtti in fontcmn.cpp |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | having menu classinfo at one place |
tree | commitdiff |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase |
tree | commitdiff |
2011-01-07 |
Paul Cornett | Move wxColourData and wxFontData into separate files. |
tree | commitdiff |
2011-01-04 |
Vadim Zeitlin | Remove duplicate IMPLEMENT_DYNAMIC_CLASS() for wxGtkCal... |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | fixing duplicate rti info for gtk |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | fixing duplicate rti info |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
tree | commitdiff |
2011-01-03 |
Paul Cornett | build fix for wxUSE_CONSOLE_EVENTLOOP==0 |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add go to first/last and plus/minus art provider icons. |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Switch to GtkTooltip from deprecated GtkTooltips in... |
tree | commitdiff |
2010-12-22 |
Vadim Zeitlin | Compute print preview scale using real DPI values in... |
tree | commitdiff |
2010-12-21 |
Robert Roebling | model column and index of column in the dataview can... |
tree | commitdiff |
2010-12-20 |
Robert Roebling | Correction to: Support diabling items in GTK+, see... |
tree | commitdiff |
2010-12-19 |
Robert Roebling | Support diabling items in GTK+, see #12686: Allow disab... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Don't use implicit wxBitmapRefData copy ctor in wxGTK... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Fail instead of crashing in wxGTK wxCursor::CloneGDIRef... |
tree | commitdiff |
2010-11-17 |
Paul Cornett | remove const from by-value return type, it's useless |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct form of mnemonics returned by wxGTK wxMenu... |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Initialize scrollbar positions in wxGTK correctly. |
tree | commitdiff |
next |