5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 25, 2025 — Aug 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Build system: Only calculate and print out TKLIB_COMPILE_FLAGS when actually needed
airwin
as Alan W. Irwin
More... about 11 years ago
Build system: Fix potential inconsistencies in itcl and itk variables
airwin
as Alan W. Irwin
More... about 11 years ago
Developer documentation: add reference to advice on improving both git commit messages and commits
airwin
as Alan W. Irwin
More... about 11 years ago
Corrects an off by 1 error in plbuf.c identified by Greg Jung More... about 11 years ago
Build system: Avoid redundant linking of tclmatrix and plplottcltk libraries
airwin
as Alan W. Irwin
More... about 11 years ago
Build system: Fix "spaced" pathname bug for concatenate_pkgIndex.tcl target (addendum)
airwin
as Alan W. Irwin
More... about 11 years ago
Updated the wingcc driver to reflect the changes for the keypress bug More... about 11 years ago
Build system: Fix "spaced" pathname bug for concatenate_pkgIndex.tcl target
airwin
as Alan W. Irwin
More... about 11 years ago
Fix to the multiple keypress bug on page advance More... about 11 years ago
Restyling only commit More... about 11 years ago
Minor corrections to the status bar layout More... about 11 years ago
Added status bar to wingdi and improvements to printing More... about 11 years ago
Replaced adding clipping region to every text and line command (which could end up with a lot or redundant buffer in the data) with a plbuf_clip function which adds the clip data to the buffer when plP_sclp is called. More... about 11 years ago
Revised version of the wingdi driver that uses Windows text rendering More... about 11 years ago
Added clipping region to the buffer when we draw a line. this matches what is done for text and ensures that lines with a width bigger than 1 pixel do not spill over the viewport boundaries. More... about 11 years ago
Fixed a NUL termination bug in plbuf.c More... about 11 years ago
Build system: use PLD_wxwidgets=ON by default
airwin
as Alan W. Irwin
More... about 11 years ago
Build system: FindwxWidgets.cmake: order of search for aliases of wx-config
airwin
as Alan W. Irwin
More... about 11 years ago
Check for wx-config-3.0 and wx-config-2.8 in FindwxWidgets.cmake. These executables or used on Cygwin instead of wx-config More... about 11 years ago
Added limits header to wxwidgets_dev.cpp. It seems that on windows this was included circuitously, but not on linux meaning that use of std::limits caused a compile failure. More... about 11 years ago
Build system: emergency temporary response to current wxwidgets build issues
airwin
as Alan W. Irwin
More... about 11 years ago
Build system: implement wxwidgets version check for 2.8.12 or higher
airwin
as Alan W. Irwin
More... about 11 years ago
Implement a new Windows GDI (wingdi) driver More... about 11 years ago
Build system: bug fix for plplotada library naming convention
airwin
as Alan W. Irwin
More... about 11 years ago
Added an append buffer escape and a flush remaining buffer escape and an AppendBuffer function to wxPLplotstream. The use is pretty obvious in that PLESC_APPEND_BUFFER appends data to the end of the current buffer and PLESC_FLUSH_REMAINING_BUFFER flushes any buffer that hasn't been rendered. A slight restructuring of the plRemakePlot() function in plbuf.c allowed this. More... about 11 years ago
Added the following optimisations to text (and hence point) drawing in the wxWidgets driver. Created a fontgrabber clas which is used to create a wxFont. It also remembers the previous font which can be reused if the same font is requested repeatedly (as is generally the case when drawing points). It turned out that in profiling it turned out that around half the rendering time seemed to be spent generating fonts. The GetFontMethod of the device has been removed. Store the previous string width if it is just a single character so that if the same character with the same font is rendered repeatedly (as is generally the case when drawing points) then the size can be reused. This avoids sending text size requests to wxPLViewer and waiting for responses. More... about 11 years ago
Build system: Work around linking issue for traditional static build
airwin
as Alan W. Irwin
More... about 11 years ago
Build system: wxwidgets: more verbose reporting of wxwidgets find results
airwin
as Alan W. Irwin
More... about 11 years ago
Build system: wxwidgets; Adopt modified version of latest find module
airwin
as Alan W. Irwin
More... about 11 years ago
Fixes to correct builds on WIN32 More... about 11 years ago