Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | richtext: minor improvement to default used colors | Graeme Geldenhuys | |
2013-03-12 | updated .gitattributes file with more precise file handling | Graeme Geldenhuys | |
2013-03-12 | ide: increase Messages grid text width. | Graeme Geldenhuys | |
Still not an ideal solution, but better on larger screens. | |||
2013-03-12 | ide: set minimum width and height for main window. | Graeme Geldenhuys | |
2013-03-12 | ide: Grid Modification - restore focus row as best we can. | Graeme Geldenhuys | |
2013-03-12 | ide: Refactored StringGrid modification shortcuts | Graeme Geldenhuys | |
Now we can reuse that code in other areas of the IDE. | |||
2013-03-12 | ide: minor compiler option tweak in the Lazarus IDE project file. | Graeme Geldenhuys | |
I enabled AnsiString as the default string type. | |||
2013-03-12 | ide: After reloading a unit, restore the previous scroll position. | Graeme Geldenhuys | |
This needs some more improvement, by also restoring the edit cursor position. But for this, the fpg_textedit needs to be improved first. | |||
2013-03-12 | ide: Adds ability to delete rows in grids in Project Options. | Graeme Geldenhuys | |
Ctrl+Del now deletes the focused row. Ctrl+Ins was already implemented to append a new row. | |||
2013-03-05 | editgrid: Add functionalities to edit and combo cells | Jean-Marc Levecque | |
2013-03-05 | Apply grid alternate row color to demo | Jean-Marc Levecque | |
2013-03-04 | minor code formatting. | Graeme Geldenhuys | |
2013-03-04 | Replace duplicated code in KeyPress by common procedures | Jean-Marc Levecque | |
2013-03-04 | editgrid: Replace AGrid parameter by use of Self in procedures | Jean-Marc Levecque | |
2013-02-28 | fontselect demo: improve initial window position. | Graeme Geldenhuys | |
2013-02-28 | nanoedit: added missing project option. | Graeme Geldenhuys | |
I forgot to define the unit output directory in the Project Options. | |||
2013-02-25 | numeric edits: adds min/max limits | Jean-Marc Levecque | |
I was just ready to send a new patch concerning the limit values which is solving the issue with the gridediting. In addition, it is now possible to set only one limit, max or min, and I solved a bug on the editfloat which prevented to enter decimals in some cases. | |||
2013-02-25 | regex: safer/proper alignment based on FPC_REQUIRES_PROPER_ALIGNMENT define | Graeme Geldenhuys | |
2013-02-25 | regex: fixes uninitialized values. | Graeme Geldenhuys | |
2013-02-25 | regex: clean-up based on compiler message output. | Graeme Geldenhuys | |
- removed old IFDEF's - var parameters changed to out parameters - PtrInt changed to PtrUInt | |||
2013-02-23 | editgrid: fixes keyboard/arrow navigation after an edit | Jean-Marc Levecque | |
2013-02-23 | maximus: updated TODO file items | Graeme Geldenhuys | |
2013-02-23 | maximus: implemented diff/patch syntax highlighting | Graeme Geldenhuys | |
2013-02-22 | maximus: Adds syntax highlighting for hexadecimal numbers | Graeme Geldenhuys | |
2013-02-22 | maximus: Enables the Cut, Copy and Paste edit menu items. | Graeme Geldenhuys | |
2013-02-22 | more wip for the MiG layout implementation. | Graeme Geldenhuys | |
2013-02-22 | Updated the About Dialog text to reflect FreeBSD. | Graeme Geldenhuys | |
I haven't tested with other BSD operating systems yet. | |||
2013-02-22 | nanoedit: Adds an Edit menu with Cut, Copy and Paste functionality | Graeme Geldenhuys | |
2013-02-22 | nanoedit: improves the compiler options for the Lazarus IDE project file. | Graeme Geldenhuys | |
2013-02-22 | nanoedit: fixes the fpc config file to allow compiling from command line. | Graeme Geldenhuys | |
The unit seach path was wrong. | |||
2013-02-22 | fpg_edittext: Adds cut to clipboard support. | Graeme Geldenhuys | |
2013-02-22 | fpg_textedit: adds insert text and paste from clipboard support. | Graeme Geldenhuys | |
2013-02-22 | Added related units to editgrid project file. | Graeme Geldenhuys | |
2013-02-22 | More work done on the editgrid widget | Jean-Marc Levecque | |
2013-02-21 | Minor change and missing *.lpi file to get project to compile under Lazarus IDE. | Graeme Geldenhuys | |
2013-02-21 | Started documenting the Agg2D unit. Still lots to do here. | Graeme Geldenhuys | |
I committed this now, so I don't loose the file somehow. | |||
2013-02-21 | nanoedit - a mini notepad like text editor | Graeme Geldenhuys | |
I have been using this for some time now. I required a mini editor on non-Windows platforms, so created this project to solve that. This is also a testbed project for my "elastic tabstops" implementation. | |||
2013-02-21 | Experimental EditGrid widget by Jean-Marc Levecque. | Graeme Geldenhuys | |
This is still work in progress. See the readme.txt file for more details. | |||
2013-01-04 | Enabled fpGUI+AggPas compiling via scripts or fpmake | Graeme Geldenhuys | |
2013-01-03 | needed of values limits on integer edits. | Jean-Marc Levecque | |
2012-12-20 | Added the Agg2D canvas unit to the X11 fpgui_toolkip.lpk package | Graeme Geldenhuys | |
2012-12-20 | freetype.dll library for Agg-enabled Canvas and FreeType font engine. | Graeme Geldenhuys | |
2012-12-20 | agg: comments about the difference between FreeType and Win32 font engine. | Graeme Geldenhuys | |
2012-12-20 | Minor changes for AggPas-Canvas under X11. | Graeme Geldenhuys | |
2012-12-20 | fixes spelling mistake in code comment | Graeme Geldenhuys | |
2012-12-20 | AggPas Canvas can now render to the screen under Windows too. | Graeme Geldenhuys | |
2012-12-20 | menus: No need to call BeginDraw/EndDraw | Graeme Geldenhuys | |
The whole HandlePaint() method is already covered by BeginDraw/EndDraw in a parent class. | |||
2012-12-20 | Minor tweaks to demo: fixes alignment and size constraints | Graeme Geldenhuys | |
2012-12-18 | Completed some method signatures in implementation section. | Graeme Geldenhuys | |
Lazarus IDE had some issues navigating them otherwise. | |||
2012-12-18 | Removed unused units from uses clause. Preventing compiler hints. | Graeme Geldenhuys | |