Mercurial
>
ldforge2
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
rename some functions
2023-04-10
, by Teemu Piippo
Grid scaling buttons now work
2023-04-10
, by Teemu Piippo
isConvex renamed to quadrilateral_convexity, refactor, now returns an enum instead of bool
2023-04-10
, by Teemu Piippo
Simplify signature of openModelFromPath
2023-04-09
, by Teemu Piippo
Also connect up the "Delete" action
2023-04-09
, by Teemu Piippo
Also connect up "Select all"
2023-04-09
, by Teemu Piippo
Add undo, redo, cut, copy and paste actions to MainWindow which pass onto the editor widget
2023-04-09
, by Teemu Piippo
I forgot to add files again... this time it's modelsubwindow.h
2023-04-09
, by Teemu Piippo
Removed unused code
2023-04-09
, by Teemu Piippo
Extracted the state of the program into a MainState structure, and extracted local functions of main() into static functions.
2023-04-09
, by Teemu Piippo
Move some recent file handling to MainWindow
2023-04-09
, by Teemu Piippo
`PartRenderer::renderVao` no longer throws if bad array class is given, this is now checked on compile time
2023-04-09
, by Teemu Piippo
The renderer now centers on the grid origin, not the part origin
2023-04-08
, by Teemu Piippo
Hopefully fixed all problems with determining polygon winding
2023-04-08
, by Teemu Piippo
Add settings import and export
2023-04-08
, by Teemu Piippo
Made editor font configurable
2023-04-08
, by Teemu Piippo
Move the about dialog to MainWindow. The hack to retrieve GL extensions is made a bit cleaner
2023-04-08
, by Teemu Piippo
Readd the MainWindow class and renderstyle button handling to it
2023-04-08
, by Teemu Piippo
Use explicit captures in main
2023-04-08
, by Teemu Piippo
Rename forModel -> forEachModel
2023-04-08
, by Teemu Piippo
Add missing 'static' keywords and deleted unused code
2023-04-08
, by Teemu Piippo
Opening recently opened files works again now
2023-04-08
, by Teemu Piippo
Rename ColorButtonPlugin -> ColorEditPlugin
2023-04-08
, by Teemu Piippo
Rename colorbutton.cpp -> coloredit.cpp
2023-04-08
, by Teemu Piippo
Rename ColorButton -> ColorEdit
2023-04-08
, by Teemu Piippo
Change color edit coloring to use only stylesheets to colorise the line edit only
2023-04-08
, by Teemu Piippo
delete commented out code
2023-04-08
, by Teemu Piippo
Changed color button to a line edit+button combination
2023-04-08
, by Teemu Piippo
Fix BFC formatting not working due to being evaluated after comment format
2023-04-08
, by Teemu Piippo
Fix line type 0 format regular expression
2023-04-08
, by Teemu Piippo
Save settings as soon as they are changed, Cancel and Reset buttons revert changes
2023-04-08
, by Teemu Piippo
Merge commit
2022-07-22
, by Teemu Piippo
Add SIG macro
2022-07-22
, by Teemu Piippo
Delete unused code
2022-07-20
, by Teemu Piippo
Remove debug code
2022-07-20
, by Teemu Piippo
Draw mode and make unofficial tools now work again
2022-07-20
, by Teemu Piippo
Fix crashing
2022-07-20
, by Teemu Piippo
Convert text model to CR+LF when saving
2022-07-14
, by Teemu Piippo
Experiment to delete the Model class and rely solely on text documents
2022-07-04
, by Teemu Piippo
Only enable the text editor when having a model open
2022-07-04
, by Teemu Piippo
Add basic syntax highlighting
2022-07-03
, by Teemu Piippo
Delete object editor
2022-07-03
, by Teemu Piippo
fix some issues like subfile references not showing up properly
2022-07-03
, by Teemu Piippo
Replace item view with a text editor
2022-07-03
, by Teemu Piippo
Add copy action
2022-07-03
, by Teemu Piippo
Add missing 0 BFC INVERTNEXT when writing out subfile references
2022-07-03
, by Teemu Piippo
minor fix in main
2022-07-03
, by Teemu Piippo
Make the extrusion axis only visible when extruding
2022-07-03
, by Teemu Piippo
Fix normal of the plane used to find cylinder height
2022-07-03
, by Teemu Piippo
Reduce edittools.cpp further
2022-07-03
, by Teemu Piippo
Fix polygonize not finding the normal properly
2022-07-03
, by Teemu Piippo
Cleanup polygonize a bit
2022-07-03
, by Teemu Piippo
Extract the triangulation and triangle merging code into a new source file and clean it up somewhat
2022-07-03
, by Teemu Piippo
Reduce indent level
2022-07-03
, by Teemu Piippo
Let's try to keep the amount of indents in check...
2022-07-03
, by Teemu Piippo
Allow make a cylinder even if the world position is not on grid
2022-07-02
, by Teemu Piippo
Improve preview of cylinder extrusion
2022-07-02
, by Teemu Piippo
Added rudimentary cylinder extrusion into circle tool.
2022-07-01
, by Teemu Piippo
Improve click handling
2022-07-01
, by Teemu Piippo
Fix right click to delete not really working properly
2022-07-01
, by Teemu Piippo
Use different cursors depending on edit mode
2022-07-01
, by Teemu Piippo
Simplify some code
2022-07-01
, by Teemu Piippo
Fixed ModelId being used to identify both models and elements, added ElementId to identify elements
2022-06-29
, by Teemu Piippo
add comments in colors.h
2022-06-29
, by Teemu Piippo
simplify a bit
2022-06-29
, by Teemu Piippo
Enable drawing clockwise shapes despite mapbox::earcut rewinding them
2022-06-29
, by Teemu Piippo
Add support for BFC CERTIFY statements
2022-06-29
, by Teemu Piippo
minor updates to main window ui
2022-06-28
, by Teemu Piippo
Add select all
2022-06-28
, by Teemu Piippo
Enable cotire again
2022-06-28
, by Teemu Piippo
Move earcut.h outside src/ directory
2022-06-28
, by Teemu Piippo
Fix build warnings, size_type of QVector changes from Qt5 to Qt6 so we need an alias for it
2022-06-28
, by Teemu Piippo
Remove functional.h
2022-06-28
, by Teemu Piippo
oops, that stuff isn't meant to be there yet
2022-06-28
, by Teemu Piippo
Remove ring.h
2022-06-28
, by Teemu Piippo
Remove dead code
2022-06-28
, by Teemu Piippo
cleanup version.h
2022-06-28
, by Teemu Piippo
Reformat about.ui a bit
2022-06-28
, by Teemu Piippo
Add OpenGL information to about page
2022-06-28
, by Teemu Piippo
Add GLM version string to about page
2022-06-28
, by Teemu Piippo
Let's bring GLEW back after all
2022-06-28
, by Teemu Piippo
Fix picking and rendering of selected colors
2022-06-28
, by Teemu Piippo
Work around a Qt bug involving the rendering behavior of the first created sub window
2022-06-28
, by Teemu Piippo
Add tile and cascade subwindows actions
2022-06-28
, by Teemu Piippo
Add scroll bars to the mdi area
2022-06-28
, by Teemu Piippo
Disable language changing for now (translations won't go into 1.0)
2022-06-28
, by Teemu Piippo
Don't create more than one settings editor
2022-06-28
, by Teemu Piippo
Move app icon definition to main.cpp
2022-06-28
, by Teemu Piippo
Make settings editor scrollable
2022-06-28
, by Teemu Piippo
Make settings editor a sub window instead of a dialog
2022-06-28
, by Teemu Piippo
- Add CMake build type to about page and window title
2022-06-28
, by Teemu Piippo
Fix build
2022-06-28
, by Teemu Piippo
Add build system information to the about dialog
2022-06-27
, by Teemu Piippo
Make editing tools disabled until a document is selected
2022-06-27
, by Teemu Piippo
Add missing third party acknowledgements
2022-06-27
, by Teemu Piippo
Add some sort of basic application icon
2022-06-27
, by Teemu Piippo
Add missing file
2022-06-27
, by Teemu Piippo
Show current subwindow title in main window title
2022-06-27
, by Teemu Piippo
Adjust date string
2022-06-27
, by Teemu Piippo
Sort out versions more, add about page
2022-06-27
, by Teemu Piippo
One more hardcoded name
2022-06-26
, by Teemu Piippo
Fix qrc path in mainwindow.ui
2022-06-26
, by Teemu Piippo
Further use APPNAME macro
2022-06-26
, by Teemu Piippo
Define application name and version in CMakeLists
2022-06-26
, by Teemu Piippo
rename ldforge.qrc -> resources.qrc
2022-06-26
, by Teemu Piippo
use project name more in cmakelists
2022-06-26
, by Teemu Piippo
Fix build warnings
2022-06-26
, by Teemu Piippo
Convert all includes to be relative to project root directory. Files that cannot be found in this manner use angle brackets.
2022-06-26
, by Teemu Piippo
Move render layer files to new src/layers/ directory
2022-06-26
, by Teemu Piippo
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
2022-06-26
, by Teemu Piippo
pi is no longer a template
2022-06-26
, by Teemu Piippo
Fix bad use of QOpenGLFunctions
2022-06-26
, by Teemu Piippo
less
more
|
(0)
-112
tip