2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
blob | commitdiff | raw |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Vadim Zeitlin | remove wxFindFocusedChild() declaration too as g++... |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Paul Cornett | Remove unnecessary IsRadioButton(). |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Paul Cornett | compute scrollbar widths in a more standard way, get... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Robert Roebling | Always make wxWindow::SetFocus() focus the window,... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Robert Roebling | Implement wxWindow::SetFocusIgnoringChildren for GTK+ |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Paul Cornett | remove m_blockScrollEvent from wxWindowGTK |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Vadim Zeitlin | relinquish the mouse capture when a dialog is about... |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Robert Roebling | Upport scrolling changes and mouse wheel changes. |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Paul Cornett | move m_sizeSet out of wxWindow |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Robert Roebling | Added IsOfStandardClass() as per wxMSW. |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robert Roebling | Implement dc mirroring for RTL. |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Robert Roebling | The usual missing commit. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Vadim Zeitlin | added GTKProcessEvent() to allow controlling whether... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Vadim Zeitlin | call GTKUpdateCursor() from SetCursor() |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Robert Roebling | Implement wxSetCusorEvent better than before. |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | changed GTKCallbackCommonPrologue() to return -1 in... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | Many changes: |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Robert Roebling | Add the new showOnIdle code to various other |
blob | commitdiff | raw | diff to current |
2006-08-22 |
Robert Roebling | Added intermediate state (m_showOnIdle) indicating... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | refactoring/simplification of code dealing with scrollb... |
blob | commitdiff | raw | diff to current |
2006-06-03 |
Paul Cornett | don't generate a scroll event when setting scroll posit... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added SetDoubleBuffered() (patch 1491093) |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Paul Cornett | spinbutton code simplification |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Paul Cornett | scrollbar handling simplification |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Paul Cornett | correct access for virtuals |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | centralized the handling of border styles; added border... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | implemented ScrollLines/Pages() for all classes in... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Nuke GTK1 from include/gtk |
blob | commitdiff | raw | diff to current |
2005-12-13 |
Mart Raudsepp | Remove my binary compatibility stuff from HEAD. Patch... |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Vadim Zeitlin | fix unused parameter warning |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Mart Raudsepp | [wxGTK] Support changing the wxSTAY_ON_TOP style value... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Source cleaning. |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxGTK part). |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | added GtkUpdateScrollbar; folded some code duplicated... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Vadim Zeitlin | fix for -Wundef warning for HAVE_XIM under GTK1 |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Mart Raudsepp | [wxGTK2] gtk+-2.8.0 compatibility. Removed the usage... |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Julian Smart | SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used... |
blob | commitdiff | raw | diff to current |
2004-07-18 |
Václav Slavík | HAVE_XIM is disabled in GTK2 build, don't include usele... |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Václav Slavík | implemented tab order in wxGTK2 |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Václav Slavík | m_queuedFullRedraw is not used anymore |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Václav Slavík | more fixes to keypress handling in wxGTK: |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | use GtkIMContext variable, not GtkIMMulticontext, we... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Václav Slavík | moved DoApplyWidgetStyle to wxWindowGTK |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Václav Slavík | reset fg/bg colour and font to default if set to wxNull... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() for... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | New code for Update() under GTK 2.0. Added |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | removed unused wxWindowGTK::m_isFrame |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced m_isRadioButton with a virtual function |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isListBox with a virtual function |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isStaticBox with a virtual... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isListBox with a virtual function |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vadim Zeitlin | fixes for the focus handling: don't set back to back... |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Robert Roebling | Fix wxListCtrl background colour bug Part I |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Now updating and clearing are done in a delayed fashion. |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Václav Slavík | wxMouseEvent's coordinates are now relative to client... |
blob | commitdiff | raw | diff to current |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
blob | commitdiff | raw | diff to current |
2001-08-04 |
Václav Slavík | reverted my Set/getTitle change |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
blob | commitdiff | raw | diff to current |
next |