2008-04-11 |
Jouk Jansen | Updates for VMS : new Makefiles, proper type casts |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
tree | commitdiff |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
tree | commitdiff |
2008-02-05 |
Václav Slavík | call Show(false) from ~wxDialog to call EndModal if... |
tree | commitdiff |
2008-01-14 |
Paul Cornett | make XPM data pointer parameter fully const |
tree | commitdiff |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-21 |
Jouk Jansen | Updates For OpenVMS support and some extra includes... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fixed invalid cast of wxWindowDCImpl to wxDC in DoGetPi... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | wxMotif should use wxX11 wxPalette instead of duplicati... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | wxMotif compilation fixes after wxDC changes |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | compilation fix after HandleWindowEvent() changes |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | another file which needs wx/thread.h inclusion now |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | compilation fix after argv changes (move initialization... |
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 | implemented wxTextEntry for wxMotif, made wxComboBox... |
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-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
tree | commitdiff |
2007-08-18 |
Julian Smart | Compile fix |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | make wxChoice and wxListBox inherit from wxControlWithI... |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | correct closing comments in #endifs (patch 1756990) |
tree | commitdiff |
2007-07-21 |
Václav Slavík | fixed wxMotif to compile in Unicode mode (this is not... |
tree | commitdiff |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
tree | commitdiff |
2007-06-09 |
Vadim Zeitlin | initialize the variable as XtVaGetValues() may not... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | compilation fix after c_str() changes |
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-09 |
Mattia Barbon | Replace direct calls to ProcessEvent() with |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Mattia Barbon | Rework wxMotif font/color inheritance so it works |
tree | commitdiff |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check that we don't use a NULL pointer in XCopyRemote() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added wxCHECK to ensure that we don't dereference a... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT to avoid use of NULL... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | test whether pointer is non-NULL before using it, not... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added a check that we have a non-NULL scrollbar in... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't dereferencep ossibly NULL pointers in DoScreenToC... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | move m_perDisplayData destruction to dtor from CleanUp... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | compilation fix after wxCStrData changes |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | fix compilation after c_str() changes, mainly by replac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2006-12-06 |
Vadim Zeitlin | explicitly call OnExit() in the ports which don't use... |
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-10-31 |
Vadim Zeitlin | ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | compilation fix after operator==() removal |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-15 |
Mattia Barbon | Fix setting the clipping region for a DC when the... |
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-05 |
Mattia Barbon | Fix buffer overrun in Linux/x86_64 (Pixel is a 64... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | avoid flicker in methods which don't change listbox... |
tree | commitdiff |
2006-09-22 |
Jouk Jansen | Update OpenVMS make files |
tree | commitdiff |
2006-09-19 |
Jouk Jansen | Include "xrc" support properly for OpenVMS |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | removed overloaded virtual InitWith() methods, keep... |
tree | commitdiff |
2006-09-09 |
Paul Cornett | include fix |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Compilo. |
tree | commitdiff |
2006-09-03 |
Robert Roebling | Commited FRM's stockitem patch (empty stock items). |
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-19 |
Vadim Zeitlin | don't use deprecated wxStripMenuCodes overload |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | moved all wxDialog event handlers to wxDialogBase to... |
tree | commitdiff |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
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 |
Michael Wetherell | Detect and use sys/select.h required by POSIX for select |
tree | commitdiff |
2006-07-27 |
Włodzimierz Skiba | Include wx/dataobj.h according to precompiled headers... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to... |
tree | commitdiff |
2006-07-25 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
tree | commitdiff |
2006-07-06 |
Włodzimierz Skiba | wxRound() workaround to avoid unexpected compile and... |
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-20 |
Włodzimierz Skiba | Include wx/hashmap.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-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 |
next |