2008-11-06 |
Jouk Jansen | changing depricated font-family enums into current... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | fix wxXPMDataHandler silently broken by long->wxBitmapT... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | use the real clipping region and not just its bounding... |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | use wxDC::SetDeviceClippingRegion() instead of deprecat... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-05-16 |
Stefan Neis | Ensure that wxApp::Yield is always processing pending... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-21 |
Vadim Zeitlin | compilation fixes after pen/brush styles changes |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-17 |
Francesco Montorsi | some more build fix for wxPen/wxBrush style changes |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
tree | commitdiff |
2008-01-11 |
Jouk Jansen | updates for OpenVMS compile support |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Fix wxX11 crash |
tree | commitdiff |
2007-12-19 |
Václav Slavík | implemented wxExecute() for wxDFB; share the implementa... |
tree | commitdiff |
2007-12-18 |
Václav Slavík | use #include <> for system headers, not #include "" |
tree | commitdiff |
2007-12-18 |
Václav Slavík | fixes for the case when only epoll() based wxFDIODispat... |
tree | commitdiff |
2007-12-16 |
Robert Roebling | probably fixed blit crash in X11 |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fix X11 build after wxDC changes |
tree | commitdiff |
2007-12-03 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC change |
tree | commitdiff |
2007-11-30 |
Robert Roebling | more DC changes for wxX11 |
tree | commitdiff |
2007-11-30 |
Robert Roebling | converted most of X11 DC code |
tree | commitdiff |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
tree | commitdiff |
2007-11-13 |
Julian Smart | wxBORDER_THEME processing for Motif and X11 |
tree | commitdiff |
2007-11-06 |
Vadim Zeitlin | implement wxGetCientDisplayRect() correctly for X11... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | fix a few hundreds of harmless unused parameters warnin... |
tree | commitdiff |
2007-10-21 |
Paul Cornett | add wxUSE_MINIFRAME wrapper |
tree | commitdiff |
2007-10-09 |
Jouk Jansen | src/X11/font.cpp needs smae change as other wxXXX versions |
tree | commitdiff |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | check whether clipping region is empty, not whether... |
tree | commitdiff |
2007-09-15 |
Vadim Zeitlin | fix off by one (or rather "off by border width") bug... |
tree | commitdiff |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-16 |
Jouk Jansen | OpenVMS changes |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | compilation fix: use DeviceToLogical[XY]() instead... |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | Refactor all code common to X11 OpenGL implementations... |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | adjust the window coordinates for parent client area... |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | added mouse wheel support (patch 1696082) |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | no real changes, just attempt to work around false... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't dereferencep ossibly NULL pointers in DoScreenToC... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | don't use font sizes less than 1 with Pango (remaining... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | use facename in wxFontRefData::Init() in Unicode build... |
tree | commitdiff |
2007-02-27 |
Vadim Zeitlin | removed stray return from SetFont() |
tree | commitdiff |
2007-01-20 |
Vadim Zeitlin | don't crash in dtor if the X11 window hadn't been creat... |
tree | commitdiff |
2007-01-04 |
Jouk Jansen | Update OpenVMS make-files |
tree | commitdiff |
2006-12-14 |
Václav Slavík | moved wxX11's wxSocketTable to private wxSocketEventDis... |
tree | commitdiff |
2006-12-06 |
Vadim Zeitlin | explicitly call OnExit() in the ports which don't use... |
tree | commitdiff |
2006-11-25 |
Julian Smart | Don't allow zero size for clipping region, or wxX11... |
tree | commitdiff |
2006-11-22 |
Julian Smart | Crash bug fix (don't access NULL pointer) |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-16 |
Jouk Jansen | Solves 2 problems I encounterd on OpenVMS : |
tree | commitdiff |
2006-11-04 |
Julian Smart | Account for PANGO_WEIGHT_SEMIBOLD not being available... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | really define TRACE_CLIPBOARD (fix for the last commit) |
tree | commitdiff |
2006-11-03 |
Vadim Zeitlin | fix compilation after last change for compilers without... |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | don't define TRACE_CLIPBOARD in release builds (fixes... |
tree | commitdiff |
2006-10-31 |
Julian Smart | Don't process char event if wxTranslateKeyEvent returne... |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | make wxBitmap *really* ref counted in X11; some cleanup... |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | partly successful (i.e. previously it didn't work at... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | compilation fix after IsRefTo -> IsSameAs |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | renamed IsRefTo() to IsSameAs() (do complain if this... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | handle PANGO_WEIGHT_SEMIBOLD font weight (avoids gcc... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | Main change is that we now close X11 display on program... |
tree | commitdiff |
2006-10-17 |
Julian Smart | Support wxDF_UNICODETEXT |
tree | commitdiff |
2006-10-13 |
Robin Dunn | wxMemoryDC constructor now optionally accepts a wxBitma... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | removed overloaded virtual InitWith() methods, keep... |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
tree | commitdiff |
next |