2006-10-21 |
Robin Dunn | use consistent names (Graphic vs. Graphics) |
tree | commitdiff |
2006-10-21 |
Robin Dunn | Forward SetFont, SetBackgroundColour and SetForegroundC... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | screendc implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | new method needed for screendc |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | adding same methodname as gtk and msw |
tree | commitdiff |
2006-10-20 |
Julian Smart | Added the ability to use built-in bullet styles, curren... |
tree | commitdiff |
2006-10-20 |
Vadim Zeitlin | define bookctrl (and -derived) classes flags in their... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-20 |
Vadim Zeitlin | define bookctrl (and -derived) classes flags in their... |
tree | commitdiff |
2006-10-20 |
Włodzimierz Skiba | Typo. |
tree | commitdiff |
2006-10-20 |
Włodzimierz Skiba | Whitespaces and headers cleaning. |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | start using wxGraphicsContext for OS X instead of old... |
tree | commitdiff |
2006-10-20 |
Paul Cornett | Remove unnecessary size members from GtkPizzaChild. |
tree | commitdiff |
2006-10-19 |
Robin Dunn | bump subrelease number |
tree | commitdiff |
2006-10-19 |
Julian Smart | Added missing WXDLLIMPEXP_RICHTEXT symbol |
tree | commitdiff |
2006-10-19 |
Julian Smart | Compilation fixes |
tree | commitdiff |
2006-10-19 |
Stefan Csomor | using graphics context for core graphics switch |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | extracted wxGtkString in a separate file, it's also... |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | Main change is that we now close X11 display on program... |
tree | commitdiff |
2006-10-19 |
Julian Smart | Added a list style editor page to the formatting dialog. |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | added newline at end of file |
tree | commitdiff |
2006-10-19 |
Robert Roebling | Made wxStreamBase::IsOk() virtual; |
tree | commitdiff |
2006-10-19 |
Mart Raudsepp | Include defs.h before including wxchar.h to make init... |
tree | commitdiff |
2006-10-19 |
Kevin Ollivier | Several wxWebKitCtrl enhancements/fixes. Including: |
tree | commitdiff |
2006-10-18 |
Robin Dunn | Patch #1579801: wxBufferedDC shared buffer bitmap |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Test for KDE and GNOME using session manager vendor. |
tree | commitdiff |
2006-10-18 |
Paul Cornett | use generic wxAnimationCtrl in wxGTK-universal |
tree | commitdiff |
2006-10-17 |
Robin Dunn | Add impl for IsFrozen |
tree | commitdiff |
2006-10-17 |
Włodzimierz Skiba | Headers cleaning. |
tree | commitdiff |
2006-10-17 |
Julian Smart | Added list style to text attributes, independent from... |
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-17 |
Paul Cornett | add public wxObject::UnShare |
tree | commitdiff |
2006-10-16 |
Robin Dunn | Compile fix: forward decalare wxFloatingPane |
tree | commitdiff |
2006-10-16 |
Robert Roebling | [ 1578466 ] Support for custom floating panes |
tree | commitdiff |
2006-10-16 |
Robert Roebling | [ 1578468 ] full support for "destroy on close" flag |
tree | commitdiff |
2006-10-16 |
Robin Dunn | Add wxRichTextModuleInit |
tree | commitdiff |
2006-10-16 |
Włodzimierz Skiba | CVS tags cleaning (with other minor cleaning). |
tree | commitdiff |
2006-10-15 |
Robert Roebling | I don't think anylonger that DrawHeaderButton() should |
tree | commitdiff |
2006-10-15 |
Paul Cornett | probable typo |
tree | commitdiff |
2006-10-15 |
Mattia Barbon | Added wxRTTI macros to buffered DCs. |
tree | commitdiff |
2006-10-15 |
Stefan Csomor | adding missing typedefs for 10.4 |
tree | commitdiff |
2006-10-15 |
Stefan Csomor | availability does not include any other headers, but... |
tree | commitdiff |
2006-10-15 |
Paul Cornett | store GtkPizza border width in GtkContainer.border_widt... |
tree | commitdiff |
2006-10-14 |
Paul Cornett | correct access for virtual |
tree | commitdiff |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
tree | commitdiff |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
tree | commitdiff |
2006-10-14 |
Robert Roebling | Better place for coordinate mirroring and removal |
tree | commitdiff |
2006-10-13 |
Robin Dunn | Reverted wxBuffered[Paint]DC to nearly the pre 2.7... |
tree | commitdiff |
2006-10-13 |
Robin Dunn | bump subrelease number |
tree | commitdiff |
2006-10-13 |
Robin Dunn | wxMemoryDC constructor now optionally accepts a wxBitma... |
tree | commitdiff |
2006-10-13 |
Julian Smart | Fixed tab selection bug |
tree | commitdiff |
2006-10-13 |
Stefan Csomor | removing double definition |
tree | commitdiff |
2006-10-13 |
Stefan Csomor | setting according to a minimum system of 10.3 and suppo... |
tree | commitdiff |
2006-10-13 |
Robert Roebling | Remove method GetWindow() returning a GdkWindow* |
tree | commitdiff |
2006-10-12 |
Robin Dunn | Fixup Blit so it can be used with a source that is... |
tree | commitdiff |
2006-10-11 |
Robin Dunn | Don't include platform headers from public wx headers |
tree | commitdiff |
2006-10-11 |
Vadim Zeitlin | moved GetLayoutDirection() to GUI wxApp, it has nothing... |
tree | commitdiff |
2006-10-11 |
Kevin Ollivier | Implementing column click event handler and SortItems... |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Anim doesn't depend on GIF, remove wxUSE_GIF. |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Use native version of wxAnimateCtrl only for |
tree | commitdiff |
2006-10-11 |
Julian Smart | Added back necessary defines 'cleaned' away. If folks... |
tree | commitdiff |
2006-10-11 |
Robert Roebling | Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv... |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | adding events on kill-focus (Robert's Patch) |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | allow customization of individual grid lines appearance... |
tree | commitdiff |
2006-10-11 |
Paul Cornett | build fix |
tree | commitdiff |
2006-10-11 |
Paul Cornett | and more inlines called before defined |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | adding overlay implementation for core graphics |
tree | commitdiff |
2006-10-10 |
Paul Cornett | correct DLL attributes |
tree | commitdiff |
2006-10-10 |
Paul Cornett | more inlines called before defined |
tree | commitdiff |
2006-10-10 |
Julian Smart | Return type change |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2006-10-10 |
Chris Elliott | remove stray ; which broke compilation |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | #incldue fix. |
tree | commitdiff |
2006-10-10 |
Vadim Zeitlin | removed spaces; added WXDLLEXPORTs; make overlay classe... |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | overlay implementation |
tree | commitdiff |
2006-10-10 |
Robert Roebling | Added part of patch |
tree | commitdiff |
2006-10-10 |
Vadim Zeitlin | added wxDC::Set/GetLayoutDirection() and implemented... |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Use wxUSE_* flags for new animation code. |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Updated Univ setup. |
tree | commitdiff |
2006-10-10 |
Paul Cornett | correct DLL attribute |
tree | commitdiff |
2006-10-10 |
Paul Cornett | fix warnings about calling an inline function before... |
tree | commitdiff |
2006-10-10 |
Paul Cornett | wxAnimationCtrl cleanup |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | fixed crash in wxColour ctor after RGBA-ization |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | use native toolbar, font dialog and CG by default |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | avoid conflict between wxBookCtrlBase::DoSetSelection... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added more helper functions for setting borders in... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added CreateSeparatedButtonSizer(), changed signature... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | [ 1573855 ] Improved appearance of wxComboCtrl's... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxSizerFlags::GetDefaultBorder() |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added static wxPlatformInfo::Get() and use it (patch... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Use wxBookCtrl wrapper rather than wxNotebook in common... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | use native toolbar, font dialog and CG by default |
tree | commitdiff |
next |