2006-09-20 |
Robert Roebling | [ 1505048 ] wxHtml rendering of underlined text |
tree | commitdiff |
2006-09-20 |
Robert Roebling | Fixed [ 1556843 ] wxGTK FindFocus returns NULL when... |
tree | commitdiff |
2006-09-19 |
Robert Roebling | Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed... |
tree | commitdiff |
2006-09-19 |
Mart Raudsepp | Fix a few warnings that appear with -Wextra (unused... |
tree | commitdiff |
2006-09-19 |
Robert Roebling | Fix scrolling bug where client size was reported... |
tree | commitdiff |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
tree | commitdiff |
2006-09-18 |
Robert Roebling | Draw 2-pixel width rectangle ourselves, the |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1550698 ] Bottom aligned toolbar |
tree | commitdiff |
2006-09-17 |
Robert Roebling | Commit patch [ 1559950 ] fix mem leaks in wx{Dir... |
tree | commitdiff |
2006-09-16 |
Robert Roebling | Next round of RTL fixes. This change greatly simplifes |
tree | commitdiff |
2006-09-14 |
Robin Dunn | As per wx-dev, split the sort arrow options out to... |
tree | commitdiff |
2006-09-14 |
Robert Roebling | More RTL fixes. |
tree | commitdiff |
2006-09-13 |
Robert Roebling | More RTL work. |
tree | commitdiff |
2006-09-13 |
Robin Dunn | More support for drawing native column headers, adds... |
tree | commitdiff |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
tree | commitdiff |
2006-09-13 |
Paul Cornett | minimize code duplication |
tree | commitdiff |
2006-09-13 |
Robert Roebling | Make wxGTK's wxScrolledWindow set m_x/xScrollLines... |
tree | commitdiff |
2006-09-12 |
Paul Cornett | gtk_pizza_set_external is redundant |
tree | commitdiff |
2006-09-12 |
Paul Cornett | calling GtkPizza base class method on non-GtkPizza... |
tree | commitdiff |
2006-09-12 |
Julian Smart | Sometimes, m_x and m_y don't reflect the true position... |
tree | commitdiff |
2006-09-12 |
Julian Smart | Added pango_context_get_language to speed up pango_cont... |
tree | commitdiff |
2006-09-12 |
Robert Roebling | More RTL fixes. |
tree | commitdiff |
2006-09-12 |
Robert Roebling | RD forgot to add "Do" |
tree | commitdiff |
2006-09-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
tree | commitdiff |
2006-09-11 |
Robert Roebling | Further RTL fixes. |
tree | commitdiff |
2006-09-11 |
Robert Roebling | Implement dc mirroring for RTL. |
tree | commitdiff |
2006-09-10 |
Paul Cornett | avoid null pointer dereference in DoGetClientSize |
tree | commitdiff |
2006-09-10 |
Robert Roebling | Implemented window coord mirroring for RTL. This |
tree | commitdiff |
2006-09-10 |
Robert Roebling | Also set GTK text direction to m_wxwindow. |
tree | commitdiff |
2006-09-10 |
Robert Roebling | Remove direct access to GtlPizza's offset |
tree | commitdiff |
2006-09-10 |
Mart Raudsepp | Restore ability to have a much lower runtime GTK versio... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | removed overloaded virtual InitWith() methods, keep... |
tree | commitdiff |
2006-09-09 |
Paul Cornett | remove unused GtkPizza members scroll_[xy] |
tree | commitdiff |
2006-09-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
tree | commitdiff |
2006-09-09 |
Robert Roebling | Applied wxGauge:Pulse() patch. |
tree | commitdiff |
2006-09-09 |
Paul Cornett | add emission hook from RemoveIdleSource (was RemoveIdle... |
tree | commitdiff |
2006-09-09 |
Paul Cornett | remove unneeded DoGetClientSize |
tree | commitdiff |
2006-09-09 |
Paul Cornett | don't set negative window size |
tree | commitdiff |
2006-09-09 |
Paul Cornett | keep AdjustScrollbars from causing an infinite series... |
tree | commitdiff |
2006-09-07 |
Paul Cornett | don't use negative windows sizes |
tree | commitdiff |
2006-09-07 |
Paul Cornett | remove a few unnecessary queue_resize/queue_draw calls |
tree | commitdiff |
2006-09-07 |
Paul Cornett | GtkOnSize parameters aren't useful |
tree | commitdiff |
2006-09-06 |
Robert Roebling | Commit Carsten Fuchs' patch for separating wxGLCanvas |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-09-05 |
Włodzimierz Skiba | Tinderbox/PCH build fix. |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | use (new) wxAcceleratorEntry::Create() instead of recen... |
tree | commitdiff |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commited FRM's stockitem patch (empty stock items). |
tree | commitdiff |
2006-09-02 |
Robert Roebling | Don't use wxWindows::DoGetClientSize() from |
tree | commitdiff |
2006-09-01 |
Vadim Zeitlin | always let GtkTextView have mouse release events to... |
tree | commitdiff |
2006-09-01 |
Vadim Zeitlin | added GTKProcessEvent() to allow controlling whether... |
tree | commitdiff |
2006-09-01 |
Vadim Zeitlin | no changes, just remove comments which don't make sense... |
tree | commitdiff |
2006-09-01 |
Vadim Zeitlin | call GTKUpdateCursor() from SetCursor() |
tree | commitdiff |
2006-09-01 |
Robert Roebling | Correct sizing cursor. |
tree | commitdiff |
2006-09-01 |
Robert Roebling | Implement wxSetCusorEvent better than before. |
tree | commitdiff |
2006-08-31 |
Vadim Zeitlin | do send text changed event from SetValue(), it wasn... |
tree | commitdiff |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
tree | commitdiff |
2006-08-31 |
Włodzimierz Skiba | wx/image.h is listed in wx/wx.h and part of PCH support |
tree | commitdiff |
2006-08-31 |
Julian Smart | Fixed compilo |
tree | commitdiff |
2006-08-30 |
Paul Cornett | header includes cleanup |
tree | commitdiff |
2006-08-28 |
Robert Roebling | Leave a comment about drag threshold setting. |
tree | commitdiff |
2006-08-27 |
Robert Roebling | Change drag threshhold (why was it multiplied |
tree | commitdiff |
2006-08-27 |
Vadim Zeitlin | removed g_eraseGC and wxWinModule used for initializing... |
tree | commitdiff |
2006-08-27 |
Vadim Zeitlin | assert that GTKGetWindow() returns non-NULL GdkWindows |
tree | commitdiff |
2006-08-27 |
Paul Cornett | GTK+ paints during idle time, it doesn't need help... |
tree | commitdiff |
2006-08-27 |
Paul Cornett | returning true is sufficient to stop signal emission |
tree | commitdiff |
2006-08-26 |
Paul Cornett | use "event" signal emission hook to install idle handle... |
tree | commitdiff |
2006-08-26 |
Paul Cornett | don't tie up cpu in idle loop when showing assert dialog |
tree | commitdiff |
2006-08-26 |
Paul Cornett | add needed includes, remove unneeded ones |
tree | commitdiff |
2006-08-26 |
Paul Cornett | remove special pending idle callback, pending events... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | don't set cursor for not realized (and not only hidden... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | override OnAssertFailure(), not OnAssert() which is... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | shouldn't update cursor for hidden windows |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | changed GTKCallbackCommonPrologue() to return -1 in... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | forgot GTKSetDelayedFocusIfNeeded() call in the last... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | Many changes: |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | Many changes: |
tree | commitdiff |
2006-08-25 |
Jouk Jansen | Patches for OpenVMS port |
tree | commitdiff |
2006-08-25 |
Paul Cornett | set depth to 32 when creating pixbuf from wxImage with... |
tree | commitdiff |
2006-08-24 |
Vadim Zeitlin | try to deal more gracefully (than simply not showing... |
tree | commitdiff |
2006-08-24 |
Włodzimierz Skiba | wx\settings.h is part of PCH support. |
tree | commitdiff |
2006-08-24 |
Robert Roebling | Added resize support to wxMiniFrame. |
tree | commitdiff |
2006-08-24 |
Robert Roebling | Suppress warning from wxMiniFrame. |
tree | commitdiff |
2006-08-24 |
Robert Roebling | revert bits for XBM bitmaps under MSW |
tree | commitdiff |
2006-08-24 |
Robert Roebling | Reenable inversion code again. |
tree | commitdiff |
2006-08-24 |
Paul Cornett | allow white as mask color when creating mask from mono... |
tree | commitdiff |
2006-08-23 |
Robert Roebling | Use the same colour for miniframe title bar and |
tree | commitdiff |
2006-08-23 |
Robert Roebling | Readded close button to wxMiniFrame and use the |
tree | commitdiff |
2006-08-23 |
Robert Roebling | Comment out suspicious 1-bit bitmap conversion |
tree | commitdiff |
2006-08-23 |
Robert Roebling | Add opaque move support to wxGTK's wxMiniFrame. |
tree | commitdiff |
2006-08-23 |
Vadim Zeitlin | respect the encoding of the text style and not only... |
tree | commitdiff |
2006-08-23 |
Vadim Zeitlin | no real changes, just use IsSingle/MultiLine() insteado... |
tree | commitdiff |
2006-08-23 |
Robin Dunn | Always create the pixmap with an alpha channel |
tree | commitdiff |
2006-08-22 |
Robert Roebling | Forgot this one. |
tree | commitdiff |
2006-08-22 |
Robert Roebling | Add the new showOnIdle code to various other |
tree | commitdiff |
2006-08-22 |
Robert Roebling | Added intermediate state (m_showOnIdle) indicating... |
tree | commitdiff |
2006-08-21 |
Robert Roebling | Don't emit bogus size events if a child window |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | added stock menu items support |
tree | commitdiff |
2006-08-20 |
Vadim Zeitlin | removed unneeded cast to wxWindowDC in DrawItemSelectio... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | don't call base class OnOk() directly, use EndDialog... |
tree | commitdiff |
next |