Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LdCategoryViewIf. | Přemysl Janouch | 2012-10-08 | 1 | -0/+2 |
* | Stub LdCategorySymbolView. | Přemysl Janouch | 2012-10-08 | 1 | -0/+2 |
* | Rename LdLibraryPane to LdCategoryView. | Přemysl Janouch | 2012-10-08 | 1 | -2/+2 |
* | Rename LdSymbolCategory to LdCategory. | Přemysl Janouch | 2012-10-08 | 1 | -2/+2 |
* | Replace LdLibraryToolbar with LdLibraryPane. | Přemysl Janouch | 2012-10-08 | 1 | -2/+0 |
* | Start making a replacement for LdLibraryToolbar. | Přemysl Janouch | 2012-10-08 | 1 | -0/+2 |
* | Get more GTK+ 3 ready and respect seals. | Přemysl Janouch | 2012-09-05 | 1 | -0/+2 |
* | Integrate cppcheck. | Přemysl Janouch | 2012-04-17 | 1 | -0/+4 |
* | Make CMakeLists.txt targets more generic. | Přemysl Janouch | 2012-01-29 | 1 | -4/+6 |
* | Ignore Qt Creator settings file in the tree. | Přemysl Janouch | 2011-07-05 | 1 | -1/+1 |
* | Integrate GSettings, remember View settings. | Přemysl Janouch | 2011-06-12 | 1 | -1/+35 |
* | Fix .deb package generation. | Přemysl Janouch | 2011-06-09 | 1 | -1/+2 |
* | Bump to version 0.1.2.v0.1.2 | Přemysl Janouch | 2011-03-07 | 1 | -1/+1 |
* | Bump version to 0.1.1.v0.1.1 | Přemysl Janouch | 2011-02-20 | 1 | -1/+1 |
* | Install the NEWS file. | Přemysl Janouch | 2011-02-20 | 1 | -1/+1 |
* | Rename LdCanvas to LdDiagramView. | Přemysl Janouch | 2011-02-19 | 1 | -2/+2 |
* | Register the file type on Windows. | Přemysl Janouch | 2011-02-13 | 1 | -4/+14 |
* | Add a header image for NSIS. | Přemysl Janouch | 2011-02-13 | 1 | -0/+1 |
* | Only install the MS-Windows GTK+ theme on Win32. | Přemysl Janouch | 2011-02-12 | 1 | -2/+2 |
* | Change the way translations are done. | Přemysl Janouch | 2011-02-12 | 1 | -10/+29 |
* | Make CPack information more NSIS-friendly. | Přemysl Janouch | 2011-02-08 | 1 | -1/+4 |
* | Bump version to 0.1.0.v0.1.0 | Přemysl Janouch | 2011-02-07 | 1 | -2/+2 |
* | Fix generation of NSIS installer packages. | Přemysl Janouch | 2011-02-07 | 1 | -2/+1 |
* | Normalize CMakeLists.txt. | Přemysl Janouch | 2011-02-07 | 1 | -7/+9 |
* | Define github as the homepage for logdiag. | Přemysl Janouch | 2011-02-07 | 1 | -1/+5 |
* | Add some hints for CPack RPM generator. | Přemysl Janouch | 2011-02-07 | 1 | -0/+4 |
* | Fix the win32-depends target. | Přemysl Janouch | 2011-02-07 | 1 | -1/+1 |
* | Fix undoing, create a unit test for history. | Přemysl Janouch | 2011-02-05 | 1 | -1/+2 |
* | Don't install gtk-doc documentation yet. | Přemysl Janouch | 2011-02-04 | 1 | -2/+3 |
* | Update dependencies. | Přemysl Janouch | 2011-02-04 | 1 | -0/+5 |
* | Add a unit test for LdPointArray. | Přemysl Janouch | 2011-02-03 | 1 | -0/+17 |
* | Introduce LdDiagramConnection. | Přemysl Janouch | 2011-02-02 | 1 | -0/+2 |
* | Introduce LdUndoAction. | Přemysl Janouch | 2011-01-31 | 1 | -0/+2 |
* | Register a MIME type. | Přemysl Janouch | 2011-01-30 | 1 | -0/+1 |
* | Remove marshallers from the tree and ignore them. | Přemysl Janouch | 2011-01-27 | 1 | -32/+31 |
* | Rename g_cclosure_user_marshal_* to ld_marshal_*. | Přemysl Janouch | 2011-01-24 | 1 | -1/+1 |
* | Move the library toolbar to its own class. | Přemysl Janouch | 2011-01-24 | 1 | -0/+2 |
* | Include liblogdiag.h as it was an external lib. | Přemysl Janouch | 2011-01-24 | 1 | -1/+1 |
* | Fix installation location of gtk-doc help. | Přemysl Janouch | 2011-01-23 | 1 | -1/+1 |
* | Update FindGtkDoc.cmake. | Přemysl Janouch | 2011-01-23 | 1 | -9/+5 |
* | Prevent cleaning of generated icons. | Přemysl Janouch | 2011-01-23 | 1 | -5/+9 |
* | Set up the project for NSIS. | Přemysl Janouch | 2011-01-22 | 1 | -2/+14 |
* | Generate more icons. | Přemysl Janouch | 2011-01-22 | 1 | -0/+44 |
* | Integrate support for MinGW Win32 builds. | Přemysl Janouch | 2011-01-22 | 1 | -17/+36 |
* | Add a README.md file. | Přemysl Janouch | 2011-01-16 | 1 | -1/+1 |
* | Update CMakeLists.txt. | Přemysl Janouch | 2011-01-16 | 1 | -4/+9 |
* | Add an application icon. | Přemysl Janouch | 2011-01-16 | 1 | -0/+1 |
* | Make a separate library. | Přemysl Janouch | 2011-01-10 | 1 | -32/+42 |
* | Use a central header. | Přemysl Janouch | 2011-01-10 | 1 | -0/+1 |
* | Introduce LdRectangle, LdPoint and LdPointArray. | Přemysl Janouch | 2011-01-08 | 1 | -0/+2 |