Age | Commit message (Expand) | Author |
2007-07-25 | * Implemented and added a new unit that will handle command line parameters. | graemeg |
2007-07-25 | * Fixed the Windows implementation of Canvas.DrawArc and Canvas.FillArc. | graemeg |
2007-07-25 | * Implemented two new canvas functions. DrawArc() and FillArc() | graemeg |
2007-07-24 | minor fix to TfpgLabel again. | graemeg |
2007-07-24 | * Fixed a minor repaint bug in TfpgLabel and AutoSize. If text was set | graemeg |
2007-07-24 | * Move some modal form requirements as global variable to properties | graemeg |
2007-07-23 | * Did more work on the TfpgComboBox. It's starting to look good. | graemeg |
2007-07-23 | Added and updated the fpGFX package for Windows. | graemeg |
2007-07-23 | Restructure Part 5. | graemeg |
2007-07-23 | Restructure Part 3. | graemeg |
2007-07-23 | Part 2 of the restructure. | graemeg |
2007-07-13 | Added some more properties/methods to TFWindow | sekelsenmat |
2007-07-12 | Fixed events example | sekelsenmat |
2007-07-12 | Moved gfx event methods to protected | sekelsenmat |
2007-07-12 | Fixed compilation on X11 and adapted its code to the new pixel format | sekelsenmat |
2007-07-11 | Added style manager for the new multihandle prototype. Changed color channels... | sekelsenmat |
2007-07-11 | Implemented the new event model on X11 | sekelsenmat |
2007-07-11 | Implemented double buffering for Gfx | sekelsenmat |
2007-07-11 | Removed Rect parameter from Paint event | sekelsenmat |
2007-07-11 | Changed the event model on Gfx. We have several methods instead of only one b... | sekelsenmat |
2007-07-10 | Small fix for gfx examples | sekelsenmat |
2007-07-10 | Small fix for the carbon backend. | sekelsenmat |
2007-07-09 | EventTest: added more debug information in the paint event. | graemeg |
2007-07-09 | GFX: Changed TFCustomWindow to descend from TComponent. | graemeg |
2007-06-05 | * Finally fixed the menu dropdown issue where you had to click twice to get t... | graemeg |
2007-05-31 | Renamed SetFont_ to DoSetFont. Carbon interface now compiles, links and runs ... | sekelsenmat |
2007-05-28 | Updated the img/masktest example to compile with latest GFX changes. | graemeg |
2007-05-28 | Updated the fpImg example: disp_bmp to compile with the latest set of changes... | graemeg |
2007-05-27 | Added a package for fpimg | sekelsenmat |
2007-05-27 | partial fix for fpimg | sekelsenmat |
2007-05-27 | Fixed image showing on Gfx | sekelsenmat |
2007-05-27 | small improvements to painting system on x11 | sekelsenmat |
2007-05-23 | * Minor changes to the Widgettest Edit Form. | graemeg |
2007-05-23 | Modified the utfdemo to show the Russion text instead. | graemeg |
2007-05-20 | * Updated the UTF demo to include a TFEdit as well. | Graeme Geldenhuys |
2007-05-18 | * Removed the old Xlib Font support form fpGFX/X11 | Graeme Geldenhuys |
2007-05-18 | * Added a new UTF8 Utils unit with some handy functions. | Graeme Geldenhuys |
2007-05-18 | * Fixed a bug introduced in r100 where Forms are not displayed anymore | Graeme Geldenhuys |
2007-05-17 | Improved form freeing code and general handling of GFApplication.Forms | Felipe Menteiro de Carvalho |
2007-05-14 | Fixed demo software compilation | Felipe Menteiro de Carvalho |
2007-05-02 | Updated version number and licensing headers under Windows. Also set correct ... | Graeme Geldenhuys |
2007-05-01 | * GUI: Implemented a very basic TDBEdit component | Graeme Geldenhuys |
2007-05-01 | * GUI: Implemented a very basic ShowMessag() function. | Graeme Geldenhuys |
2007-04-17 | * Applied TFEdit patch from Maciej Kaczkowski enabling the | Graeme Geldenhuys |
2007-04-15 | Fixed the rest of the GUI examples to work since we did a widget class renami... | Graeme Geldenhuys |
2007-04-15 | Fixed the WidgetDemo example with the new widget class names. | Graeme Geldenhuys |
2007-04-10 | * Fixed TFFixedLayout, TFDockedLayout implementations | Graeme Geldenhuys |
2007-04-10 | * Fixed a TStyleAbs method name after the classname changes. | Graeme Geldenhuys |
2007-04-09 | Started appending F to classes on fpgui, to make its namespace more unique | Felipe Menteiro de Carvalho |
2007-04-05 | * Fixed bug in gfx_gdi with DoDrawImageRect. Only the first palette color cou... | Graeme Geldenhuys |