2007-09-27 |
Vadim Zeitlin | added msw/textentry{cpp,h} |
blob | commitdiff | raw |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Vadim Zeitlin | reverted wxSocket changes of rev 48723 as they broke... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
Robert Roebling | Add Cairo to build, remove run-time dependency |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Robert Roebling | Add support for GTK print, modified from patch 1782055 |
blob | commitdiff | raw | diff to current |
2007-09-04 |
Robin Dunn | a few more header files need to be installed |
blob | commitdiff | raw | diff to current |
2007-08-31 |
Robert Roebling | Add wxDataViewCtrl to the build for OS X |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
blob | commitdiff | raw | diff to current |
2007-08-14 |
David Elliott | Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Julian Smart | Added XRC handler for wxPropertySheetDialog (Sander... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
David Elliott | Fix up NSSlider code to not use class posing and instan... |
blob | commitdiff | raw | diff to current |
2007-08-06 |
Vadim Zeitlin | add wx/univ/tglbtn.h to wxUniv headers |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Vadim Zeitlin | do platform-specific checks after ensuring that the... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
blob | commitdiff | raw | diff to current |
2007-07-07 |
David Elliott | Move wxMBConv_cf out of strconv.cpp and into strconv_cf... |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Vadim Zeitlin | added wxAtomicInc/Dec() functions (patch 1739486) |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | fixed to the newly added crt.h header: |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | undid unnecessary renaming of src/msw/evtloop.cpp to... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
David Elliott | Move src/cocoa/utils.cpp to src/cocoa/utils.mm. |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Vadim Zeitlin | extracted wxAcceleratorEntry code from menucmn.cpp... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Paul Cornett | src/gtk/data.cpp is no longer needed |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Paul Cornett | src/gtk/utilsres.cpp is obsolete |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Vadim Zeitlin | readded wxEditableListBox as part of adv library |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | moved primitive string and string iterators operations... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | moved vararg CRT functions wrappers to a new wxcrtvarar... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Vadim Zeitlin | Refactor all code common to X11 OpenGL implementations... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | fixed the order of aboutdlg.h file |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Mattia Barbon | Added --enable-extended_rtti configure switch (defaul... |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Vadim Zeitlin | added wxPosition helper class (extracted from patch... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Vadim Zeitlin | added wx/cocoa/tooltip.h to COCOA_HDR (bug 1689148) |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Václav Slavík | split string.{h,cpp} into {string,stringimpl,arrstr... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Vadim Zeitlin | added wrapper functions allowing to postpone loading... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed unused src/gtk/main.cpp |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed wx/wave.h which was deprecated since 2.4 |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Václav Slavík | implemented wxPopupWindow for wxDFB; added wxNonOwnedWi... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Václav Slavík | enable wxFontMapper in wxDFB port |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | added wx/richtext/richtextstyles.h (bug 1624364) |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Václav Slavík | moved wxX11's wxSocketTable to private wxSocketEventDis... |
blob | commitdiff | raw | diff to current |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | moved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to... |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Robert Roebling | Actually compile GTK+ native assert dialog. |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Václav Slavík | moved wxMGL's font management code to common so that... |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Vadim Zeitlin | include advanced Unix files in wxMGL build under Unix... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Vadim Zeitlin | temporarily disable XRC richtext handler to avoid break... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Julian Smart | Added wxRichTextCtrl XRC handler |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Vadim Zeitlin | generic animation sources are used under all platforms... |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Robin Dunn | Re-add the wxQTMediaBackend class, by copying the code... |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Vadim Zeitlin | fixed typo in files.bkl which broke wxUniv link (why... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | moved wxCollapsiblePane to core from adv |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | fixed typo in the last before one change (UNIV_HDR... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | don't include wx/msw/helpbest.h in HTML_HDR unless... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | correction to last commit: don't add animation control... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | moved wxSingleInstanceChecker to base from core under... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | add generic animation sources to wxUniv (and correspond... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | Various wxCollapsiblePane enhancements (re-patch 1577412): |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Michael Wetherell | Make wxBackingFile internal, and remove wxZipFSHander... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added TGA handler (somewhat modified patch 1393912) |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Michael Wetherell | Add wxArchiveFSHandler. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Michael Wetherell | Rebake for new tar streams. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Julian Smart | Added richtextprinting.cpp/h |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Michael Wetherell | Add wxFilterFSHandler. |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Julian Smart | Added dcgraph.cpp and rebaked |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Michael Wetherell | Add class factories for filter streams. Also filters... |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Robin Dunn | corrected collpaneg.h name typo |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Vadim Zeitlin | moved wxCollapsiblePane files to adv library |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Robin Dunn | Add collpane headers to files.bkl, and also collpaneg... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | Added wxBackingFile and wxBackedInputStream. |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Włodzimierz Skiba | Use generic collapsible pane for wxOS2. |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Włodzimierz Skiba | Use generic collapsible pane for wxUniv based builds. |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Vadim Zeitlin | initial draft of wxCollapsiblePane (patch 1577412 by... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Vadim Zeitlin | added wxSimpleHtmlListBox (patch 1576109 by Francesco) |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Robin Dunn | Add dcgraph.h to files.bkl and rebake |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robert Roebling | [ 1581391 ] wxAnimationCtrl XRC handler |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Julian Smart | Added style organiser dialog and list style editor... |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Paul Cornett | use generic wxAnimationCtrl in wxGTK-universal |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Paul Cornett | add sections to advanced library for each unix-based... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Robin Dunn | Add missing header files so they'll get installed |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Julian Smart | Added rich text formatting and symbol dialog files. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added GTK+ 2.6 implementation of wxAboutBox |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added native Mac implementation of wxAboutBox(); also... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxAboutBox-related files |
blob | commitdiff | raw | diff to current |
next |