-
self
- Düsseldorf, Germany
- http://www.matthiasm.com
Block or Report
Block or report MatthiasWM
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
NewtonROMReader Public
Source and layout for an Apple Newton MessagePad ROM board reader/writer.
-
-
-
FreeCAD Public
Forked from FreeCAD/FreeCAD
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
C++ 1
-
286 contributions in the last year
Contribution activity
January 2023
Created 32 commits in 1 repository
Created a pull request in fltk/fltk that received 13 comments
Add close buttons for individual tabs in Fl_Tabs
Setting FL_WHEN_CLOSED
for any child of Fl_Tabs
will render an X
symbol to the left of the label text in the corresponding tab. When clicked,
the c…
Opened 6 other pull requests in 2 repositories
fltk/fltk
1
open
4
merged
MatthiasWM/fltk
1
closed
Reviewed 4 pull requests in 1 repository
Created an issue in fltk/fltk that received 7 comments
fltk-config --compile
could handle multiple source files including .fl
files
Is your feature request related to a problem? Please describe.
fltk-config
is really great, but it can handle just one C/C++ file when compiling.
I…