2004-10-28 |
Václav Slavík | fixed wxTextCtrl::EmulateKeyPress to work in Unicode... |
blob | commitdiff | raw |
2004-10-17 |
Robert Roebling | Forgot to commit. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Vadim Zeitlin | always let GTK process focus_out events itself |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Robert Roebling | Fixed missing focus problem. |
blob | commitdiff | raw | diff to current |
2004-10-03 |
Robert Roebling | Reworked TLW and app activation event code, also |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Robert Roebling | GTK1 compilo. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Robert Roebling | Small fix for tabbing into wxListBox. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Václav Slavík | MBCS and IM fixes (patch 1016292) |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Julian Smart | Don't draw flat box unless background style is system |
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-08-16 |
Václav Slavík | fixed handlers registration in DoPopupMenu (patch 1009949) |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | invalidate best size cache when GTK style changes |
blob | commitdiff | raw | diff to current |
2004-08-14 |
Václav Slavík | reverted accidentally committed changes in previous... |
blob | commitdiff | raw | diff to current |
2004-08-14 |
Václav Slavík | attributes inheritance fix; apply style to both m_wxwin... |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Vadim Zeitlin | generate EVT_CONTEXT_MENU when right mouse button is... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Robin Dunn | Set m_wheelDelta for wheel events |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Václav Slavík | unified Pango GetTextExtent implementations |
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-01 |
Václav Slavík | set descent in GetTextExtend; use PANGO_PIXELS instead... |
blob | commitdiff | raw | diff to current |
2004-06-27 |
Václav Slavík | warning fix |
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 | inform the IM context about focus changes |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | GtkIMContext must be the first to process keypress... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | fixed keypresses handling to correctly translate Unicod... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | fixed memory leak and removed duplicated code |
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-23 |
Václav Slavík | gtk_widget_get_display is documented to be GTK >= 2... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Václav Slavík | interpret m_has..Col, m_hasFont correctly |
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-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Robin Dunn | Give wxWindowGTK::ApplyWidgetStyle an implementation... |
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-17 |
Robin Dunn | Set/Reset ThemeEnabled when changing the fore/backgroun... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Václav Slavík | it's OK to set background,foreground colour even with... |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | Typo correction |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | Navigate corrections |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | Tests for wxTE_PROCESS_TAB again in line with other... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-06-13 |
Václav Slavík | fixed background rendering if GetThemeEnabled()=true... |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Václav Slavík | use simple template instead of macro, it's easier to... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWin... |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Václav Slavík | don't use global variables if GTK provides mechanism... |
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 |
2004-05-13 |
Robin Dunn | Patch [ 952969 ] Parentless windows forced to center... |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Vadim Zeitlin | fixed assert failure for a window which doesn't have... |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Robin Dunn | Reverted last change |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Robin Dunn | In wxGTK2 the wxMessageDialog is not a real wxDialog... |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Robin Dunn | SetFont may temporarily rset the background to wxNullCo... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | wxGTK became a little too eager in using the best size... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | use GetFont() instead of (possibly not initialized... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | show window from PostCreation() (which is called for... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | only use font/colours in SetWidgetStyle() if they're set |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | really show the window after creation (calling Show... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Vadim Zeitlin | use best size instead of hard coded 80*26 in SetSize... |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Robert Roebling | Fix conversion error in tooltips. |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Robert Roebling | Applied wheel mouse patch. |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robin Dunn | Changed WidthDefault() and HeightDefault() to use 400... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Julian Smart | Fix for compilation under GTK+ 2.0 |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Vadim Zeitlin | suppress triple clicks generation completely for GTK2... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | restored defaults in switchs removed in the last commit |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Vadim Zeitlin | don't just drop click events resulting from triple... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 829367 ] Correctly handle mouse wheel... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Aplied patch [ 816113 ] Inconsistent GetCharWidth over... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 816021 ] SetFont without m_widget |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Robin Dunn | Check wxSIZE_ALLOW_MINUS_ONE for x and y too. |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Robert Roebling | Left in some debug code. |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | call RemoveChild() in ~wxWindowBase instead of doing... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Robert Roebling | Filter out triple click events entirely. |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Robert Roebling | Upported a number of patches to HEAD. |
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 |
2003-07-30 |
Vadim Zeitlin | reverted GTK 1.x part of the last patch, it breaks... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Robert Roebling | Applied pop menu patch. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | corrected bug with alignment of static labels with... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Robert Roebling | Added Theme patch. |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | don't east 100% of CPU when showing popup menu (patch... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Vadim Zeitlin | init more (all?) member variables |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Robert Roebling | Font crash and timer fix as per 2_4. |
blob | commitdiff | raw | diff to current |
2003-06-09 |
Stefan Neis | Fixed Refresh to clip update rectangles to the visible... |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 739063 ] window.cpp (gtk) - mouse event... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Robin Dunn | Changes allowing for proper KEY_DOWN and CHAR events... |
blob | commitdiff | raw | diff to current |
2003-05-05 |
Robert Roebling | Upported fix to mouse capture event handling. |
blob | commitdiff | raw | diff to current |
2003-04-24 |
Robert Roebling | Another attempt to fix the freeze while mouse capturing. |
blob | commitdiff | raw | diff to current |
2003-04-23 |
Robert Roebling | Typo in mouse event code. |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Robin Dunn | Send the wxWindowDestroyEvent for all ports |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Robert Roebling | Typo. |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Robert Roebling | Corrected GTK2 creation of default font. |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Robert Roebling | Font work. |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Robert Roebling | Removed usage of GetInternalFont() from GTK 2.0.... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Julian Smart | Applied [ 654253 ] wxGTK: fix to wxGetMousePosition() |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Robert Roebling | Catching dclick event from a spinbutton or spin control |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
next |