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 |
2006-08-25 |
Jouk Jansen | Patches for OpenVMS port |
tree | commitdiff |
2006-08-16 |
Václav Slavík | moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
tree | commitdiff |
2006-08-09 |
Václav Slavík | moved wxIcon implementation for ports where it's identi... |
tree | commitdiff |
2006-08-09 |
Michael Wetherell | Detect and use sys/select.h required by POSIX for select |
tree | commitdiff |
2006-08-01 |
Václav Slavík | compilation fix for !wxUSE_LOG |
tree | commitdiff |
2006-07-27 |
Włodzimierz Skiba | Include wx/dataobj.h according to precompiled headers... |
tree | commitdiff |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
tree | commitdiff |
2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
tree | commitdiff |
2006-06-21 |
Włodzimierz Skiba | Include wx/gdiobj.h according to precompiled headers... |
tree | commitdiff |
2006-06-19 |
Włodzimierz Skiba | Include wx/gdicmn.h according to precompiled headers... |
tree | commitdiff |
2006-06-19 |
Włodzimierz Skiba | Include wx/menuitem.h according to precompiled headers... |
tree | commitdiff |
2006-06-16 |
Włodzimierz Skiba | Include wx/region.h according to precompiled headers... |
tree | commitdiff |
2006-06-15 |
Michael Wetherell | Make wxMouseState's alt and meta match those in events |
tree | commitdiff |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
tree | commitdiff |
2006-06-15 |
Michael Wetherell | Implement wxGetMouseState |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Include wx/colour.h according to precompiled headers... |
tree | commitdiff |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
tree | commitdiff |
2006-06-13 |
Włodzimierz Skiba | Include wx/toplevel.h according to precompiled headers... |
tree | commitdiff |
next |