2009-07-05 |
Vadim Zeitlin | updated the version to 2.9.1 |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | enable OpenGL library build by default under Windows too |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | allow overriding wxUSE_GLCANVAS value in setup.h by... |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | wxActiveX files are low level as there is no wxUniv... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
tree | commitdiff |
2009-04-24 |
Chris Elliott | update bakefile to 0.2.6 |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | return a wxAnyStrPtr covnertible to either narrow or... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | no real changes: split the huge datetime.cpp in two... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | added wxProtocolLog class for logging network requests... |
tree | commitdiff |
2009-02-23 |
Vadim Zeitlin | remove non-existent wx/msw/datecontrols.h from files... |
tree | commitdiff |
2009-02-09 |
Jaakko Salli | Fixed (hopefully) wx_dll.dsw regarding propgrid and... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | revert changes erroneously committed (sorry) |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | move generic animation sources to ADVANCED_MSW_NATIVE_S... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
tree | commitdiff |
2009-01-25 |
Jaakko Salli | Added XRC handler for wxComboCtrl (closes #10151) |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | rebake without persistence files |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | fix wxEVT_SPIN_XXX definitions in a nicer (compatible... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | export wxActiveX stuff from core (not media) DLL (close... |
tree | commitdiff |
2009-01-15 |
Vadim Zeitlin | link with wininet.lib under Windows to avoid linking... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove deprecated wxTabCtrl also from makefiles |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | merge msw/gsocket.cpp into msw/sockmsw.cpp |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
tree | commitdiff |
2008-12-22 |
Robert Roebling | Added clipboard sample check to configure.in, other... |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | wx/tls.h belongs to base headers, not core (#10148) |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | rebaked using bakefile 0.2.5 |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | fix PCH in VC8 projects (until the next rebake...) |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | add VC9 project files (closes #9960) |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | rebaked makefiles with 0.2.4 |
tree | commitdiff |
2008-09-22 |
Kevin Ollivier | Rebake after taskbar addition (apparently dlist.h commi... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | rebake |
tree | commitdiff |
2008-08-24 |
Benjamin Williams | rebake because of new auibar.* |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | extract parts of wxXRC depending on wxAdv in a separate... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | added wxscintilla and wx_stc projects (#4378) |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-17 |
Václav Slavík | wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | regenerate VC8 project files after addition of native... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | replace wxAddProcessCallback() with wxAppTraits::AddPro... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h} |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | added wxNativeContainerWindow and implemented it for... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(... |
tree | commitdiff |
2008-01-24 |
Václav Slavík | supress warning about in custom build steps with VC7... |
tree | commitdiff |
2008-01-23 |
Václav Slavík | use _vc8 suffix for VS2005 projects for consistency |
tree | commitdiff |
2008-01-23 |
Václav Slavík | regenerated makefiles with bkl-0.2.3 |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | removed non-existent wx/meta/defs.h |
tree | commitdiff |
2008-01-13 |
Vadim Zeitlin | rebaked and regenerated everything after the latest... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-18 |
Vadim Zeitlin | undid accidental change to this file in r50704 |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | wx/animdecod.h must be in common headers, not advanced... |
tree | commitdiff |
2007-12-15 |
Robin Dunn | Update Scintilla to version 1.75 |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxMSW notifmsg.h/cpp |
tree | commitdiff |
2007-11-25 |
Václav Slavík | removed ANSI configs from VisualC++ project files |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
tree | commitdiff |
2007-11-22 |
Vadim Zeitlin | define wxUSE_UNICODE=0 in non-Unicode build to prevent... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | made wxApp::argv an object convertible to either char... |
tree | commitdiff |
2007-10-26 |
Vadim Zeitlin | removed isql.h and isqlext.h from files.bkl too |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | remove ODBC and DBgrid libraries |
tree | commitdiff |
2007-09-27 |
Vadim Zeitlin | added msw/textentry{cpp,h} |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | rebake after libtiff changes |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | build updates for libtiff 3.8.2 |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
tree | commitdiff |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
tree | commitdiff |
2007-08-15 |
Julian Smart | Regenerated makefiles |
tree | commitdiff |
2007-08-13 |
Julian Smart | Added XRC handler for wxPropertySheetDialog (Sander... |
tree | commitdiff |
2007-07-10 |
Vadim Zeitlin | regenerated after adding base64.h/cpp |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
tree | commitdiff |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | fixed to the newly added crt.h header: |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | undid unnecessary renaming of src/msw/evtloop.cpp to... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | extracted wxAcceleratorEntry code from menucmn.cpp... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed linking in monolithic case if USE_STC=0 |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | readded wxEditableListBox as part of adv library |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-19 |
Václav Slavík | moved primitive string and string iterators operations... |
tree | commitdiff |
next |