Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-02 | docview: Fixes memory leak with processing files from command line parameters | Graeme Geldenhuys | |
2015-09-01 | docview todo list update | Graeme Geldenhuys | |
2015-09-01 | Removes hard-coded English text in TfpgApplication.ShowException() | Graeme Geldenhuys | |
* New resource string * updated all other languages and PO files. * minor tweak to French translation. | |||
2015-09-01 | docview: reuse fpgApplication.ShowException() instead. | Graeme Geldenhuys | |
2015-09-01 | fpc lang ref: minor tweak to make the large number easier to read. | Graeme Geldenhuys | |
2015-08-31 | demo: colorwheel - minor tweaks | Graeme Geldenhuys | |
* fixes spelling mistake * consistent widget heights * resaved with UIDesigner which added extra property definitions and ordering | |||
2015-08-31 | Merge branch 'jm-colorwheel' into fixes_1.4 | Graeme Geldenhuys | |
2015-08-22 | Bugfix for X11: Thread synchronize stops working if no mouse input | Graeme Geldenhuys | |
If you use threads with Sychronize() calls... if there was no user input or mouse movement, then after a while the threads got paused. As soon as you moved the mouse, then things started working again. I did tests with three different applications, and I believe I got this bug fixed now. | |||
2015-08-22 | Minor compilation fix - differences between stable vs develop branch | Graeme Geldenhuys | |
2015-08-22 | spinedit: minor code formatting | Graeme Geldenhuys | |
2015-08-22 | fpg_spinedit: Introduced a new overloaded CreateSpinEdit() function. | Graeme Geldenhuys | |
It is a bit more simplified, and only sets essential properties, leaving the rest as widget defaults. | |||
2015-08-22 | SpinEdit & SpinEditFloat now has a default Height - same as TfpgEdit. | Graeme Geldenhuys | |
2015-08-22 | richview: fix bug where varied size fonts didn't start on baseline. | Philippe Lévi | |
2015-08-17 | docview: Fix bug where centered text setting was kept for longer than needed | Graeme Geldenhuys | |
When you used :lines. and :elines, the :elines was supposed to reset the text alignment to Left. Instead it never reset the text alignment at all, so if you used Centered or Right aligned text in the :lines. tag, any following text had the wrong alignment. | |||
2015-08-17 | docview: updated code comment to mention missing IPF tag. | Graeme Geldenhuys | |
2015-08-12 | PageControl: Implements standardised Ctrl+TAB and Ctrl+Shift+TAB shortcuts. | Graeme Geldenhuys | |
The old shortcuts were some unique fpGUI combination which confused everybody, and didn't work so well anyway. These old ones are now removed. | |||
2015-08-11 | Merge branch 'jmarcl_tabsheet' into fixes_1.4 | Graeme Geldenhuys | |
2015-08-11 | ActiveTabColor/ActiveTabTextColor now defaults to clDefault | Graeme Geldenhuys | |
The problem was that if you didn't specify ActiveTab*Color values, but did specify a Tabsheet to have a different color, when that tabsheet became the active one the color changed to clWindowBackground. This looked odd. Now the ActiveTab*Color = clDefault that tabsheet will still maintain its color, even if it is a background tab or a active tab. When you assign any other color value to ActiveTab*Color (not clDefault), then they will take preference. * Also prevent an error when calling DrawTab with the ATabSheet parameter being nil * refactored some color assignment code | |||
2015-08-09 | richview: earmarked TRichTextView.CopyTextToBuffer() to be removed | Graeme Geldenhuys | |
2015-08-09 | richview: correctly typecast result in TLayoutLineList.GetItem() | Philippe Lévi | |
2015-08-08 | richview: fixes bug with Italic text adding an extra space at the end | Graeme Geldenhuys | |
I thought I fixed all of these before, but I missed this one. | |||
2015-08-06 | Merge branch 'docview_underline' into fixes_1.4 | Graeme Geldenhuys | |
2015-08-06 | RichText: fixed the bug where Underlined text didn't work. | Graeme Geldenhuys | |
A simple spelling mistake! | |||
2015-07-25 | Anchors label "Height" in case of resizing | Jean-Marc Levecque | |
Signed-off-by: Jean-Marc Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-11 | Allow tabtext color setting | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Change saturation and value to 0-100 and value name to brightness | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Selection of predefined colors shown on colorwheel and valuebar | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Make predefined color values converted first to hexa for conversion precision | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Add selection of predefined colors using colorlistbox | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Color setting improvement in colorwheel | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-10 | Allow to type hexa value for color selection | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-09 | Make value calculation use maximum color value as divider | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-08 | Merge branch 'reporting' into fixes_1.4 | Graeme Geldenhuys | |
2015-07-08 | pdf: Code clean-up, removing empty destructors. | Graeme Geldenhuys | |
2015-07-08 | pdf: translated more French identifiers to English | Graeme Geldenhuys | |
2015-07-08 | pdf: Translated French identifier names to English | Graeme Geldenhuys | |
Quite a lot has been done, but there are still many remaining. I'm getting there. ;-) | |||
2015-07-06 | Anchors edtHeight in case of resizing | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-06 | Allow tabs color setting | Jean-Marc.Levecque | |
Signed-off-by: Jean-Marc.Levecque <jmarc.levecque@bbox.fr> | |||
2015-07-05 | Merge branch 'jml/french' into fixes_1.4 | Graeme Geldenhuys | |
2015-07-05 | Minor fix to French rsLanguage resource string | Jean-Marc.Levecque | |
2015-07-04 | Merge branch 'jml/french' into fixes_1.4 | Graeme Geldenhuys | |
2015-07-04 | Updated French translations | Jean-Marc.Levecque | |
2015-06-18 | Merge branch 'hotfix/keypress' into fixes_1.4 | Graeme Geldenhuys | |
2015-06-18 | bug: OnKeyPress() keycode parameter was 0 for internally consumed keys. | Graeme Geldenhuys | |
Arrow keys, PgUp, PgDn, Home, End, Enter, Tab, Backspace were all consumed internally and prevented the keycode from being set correctly. | |||
2015-05-29 | Updated language PO files. | Graeme Geldenhuys | |
2015-05-29 | file dialog: set button hint values | Graeme Geldenhuys | |
2015-05-29 | dialogs: We had a SetupCaptions method, but nothing ever called it! | Graeme Geldenhuys | |
2015-05-29 | New resource string values for File Dialog buttons | Graeme Geldenhuys | |
2015-05-25 | Fixes compiler error when AggCanvas is enabled. | Graeme Geldenhuys | |
Recently we removed some variables that were needed for AggCanvas ifdef'ed code. | |||
2015-05-25 | example: Fixes compiler error - fpgApplication.DefaultFont was removed a ↵ | Graeme Geldenhuys | |
while ago |