Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate a Wayland-specific warning | Přemysl Eric Janouch | 2021-11-17 | 1 | -1/+3 |
| | | | | The handling seems to be a bit convoluted there. | ||||
* | Make note of an alternative export approach | Přemysl Eric Janouch | 2021-11-02 | 1 | -0/+3 |
| | |||||
* | Clean up | Přemysl Eric Janouch | 2021-10-29 | 1 | -1/+1 |
| | |||||
* | Add basic print functionality | Přemysl Eric Janouch | 2021-10-28 | 1 | -45/+168 |
| | | | | | | | | | | | | | | | | Sadly, the line width depends on the widget's DPI, which seems to even cause uneven lines on Windows, where virtual printers claim high DPI. It might also be an unrelated problem. Similarly, selected objects are exported highlighted. Other than that, it works quite well. Add a manifest to make the print dialog look nice with the older GTK+ bundle we depend upon. The RC file could theoretically be scanned for /\s+"([^"]+)"\s*$/, unescaped, and the results configure_file()-stamped. | ||||
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-10-25 | 1 | -2/+2 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 |
| | | | | Also some copyright years fix-ups/updates. | ||||
* | Fix assertion failures on quitting | Přemysl Janouch | 2018-06-25 | 1 | -1/+14 |
| | |||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Fix motion simulation | Přemysl Janouch | 2015-01-20 | 1 | -1/+25 |
| | |||||
* | Fix zooming with mouse wheel | Přemysl Janouch | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | GTK+ 3: Fix compilation, scrolling, drawing | Přemysl Janouch | 2015-01-19 | 1 | -98/+142 |
| | |||||
* | Switch to GTK3 via pkg-config, start the port | Přemysl Janouch | 2015-01-19 | 1 | -6/+6 |
| | |||||
* | Win32 bugfixes. | Přemysl Janouch | 2012-10-10 | 1 | -15/+18 |
| | | | | | * Force redraw on LdCategorySymbolView size allocation. * Fix an infinite loop sometimes caused by update_adjustments(). | ||||
* | Update copyrights. | Přemysl Janouch | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Add drag and drop support for symbols. | Přemysl Janouch | 2012-10-08 | 1 | -0/+138 |
| | |||||
* | Ignore double/triple clicks in LdDiagramView. | Přemysl Janouch | 2012-10-08 | 1 | -1/+2 |
| | | | | Fixes fast rotating. | ||||
* | Get more GTK+ 3 ready and respect seals. | Přemysl Janouch | 2012-09-05 | 1 | -44/+42 |
| | |||||
* | Maintenance. | Přemysl Janouch | 2012-08-11 | 1 | -3/+0 |
| | | | | | | | | * Fix setting the GSETTINGS_SCHEMA_DIR environment variable. * Use g_value_take_boxed() instead of deprecated g_value_set_boxed_take_ownership(). * Remove an unused variable. * Clean up load_category() a bit. | ||||
* | Clean up dead assignments. | Přemysl Janouch | 2012-02-02 | 1 | -2/+0 |
| | |||||
* | Change the cursor when scrolling the view. | Přemysl Janouch | 2011-06-09 | 1 | -1/+13 |
| | | | | For consistency with other GTK+ applications. | ||||
* | Add scrolling using the middle mouse button. | Přemysl Janouch | 2011-06-09 | 1 | -30/+121 |
| | | | | A bit of refactoring, too. | ||||
* | Disallow wheel zooming when holding mouse buttons. | Přemysl Janouch | 2011-06-09 | 1 | -0/+4 |
| | |||||
* | Ignore terminals when hovering above selection. | Přemysl Janouch | 2011-06-09 | 1 | -24/+34 |
| | | | | | Also fix checking for the shift key and rename the "object" variable to "object_at_cursor" in button handlers. | ||||
* | Add API for turning off the grid. | Přemysl Janouch | 2011-03-07 | 1 | -1/+37 |
| | |||||
* | Glue to terminal points when creating connections. | Přemysl Janouch | 2011-03-07 | 1 | -10/+18 |
| | |||||
* | Allow rotating of symbols while placing them. | Přemysl Janouch | 2011-03-07 | 1 | -5/+13 |
| | |||||
* | Fix gtk-doc comments. | Přemysl Janouch | 2011-02-20 | 1 | -1/+3 |
| | |||||
* | Disable LdDiagramView scrollbars when not needed. | Přemysl Janouch | 2011-02-20 | 1 | -3/+0 |
| | |||||
* | Refactor oper_connect_motion(). | Přemysl Janouch | 2011-02-20 | 1 | -25/+51 |
| | |||||
* | Also find terminals on ends of connections. | Přemysl Janouch | 2011-02-19 | 1 | -48/+112 |
| | |||||
* | Use "typedef struct" in ld-diagram-view.c. | Přemysl Janouch | 2011-02-19 | 1 | -21/+18 |
| | |||||
* | Add "x" and "y" properties to LdDiagramView. | Přemysl Janouch | 2011-02-19 | 1 | -22/+114 |
| | | | | Plus a bit of refactoring. | ||||
* | Rename LdCanvas to LdDiagramView. | Přemysl Janouch | 2011-02-19 | 1 | -0/+2346 |