5e4bd50473
lazspreadsheet: Adds a new example which can show an entire spreadsheet file
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2603 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-12-27 15:11:22 +00:00
43bbb91965
fpvviewer: Adds the possibility to force a text encoding when reading the file
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2602 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-12-21 09:41:22 +00:00
24535a5161
fpvviewer: Adds a nice search next option for searching in the DXF tokens tree
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2601 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-12-20 12:02:51 +00:00
e4379b1df0
fpbrowser: Adds Firefox to the list of browser User Agents
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2597 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-12-03 13:41:11 +00:00
785b7f964f
LazEdit: picturedlgform.pp: convert filename from Utf-8 to system encoding when calling GetImageSize
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-11-29 18:35:41 +00:00
c89df7e568
LazEdit: Lazedit_PicsLib.pp: refactoring and making it Endian safe
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2595 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-11-29 18:32:01 +00:00
7939e193c6
lazedit_picslib: do not use Windows unit, use LCLIntf and LCLType instead
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-17 20:01:32 +00:00
82be41c270
Added option to gir2pas to disable wrapper functions and properties. Usefull if trying to use an older gtk3 version than the bindings are based on since all unresolved functions will prevent linking.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2498 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-27 03:16:20 +00:00
d076a47b16
Fixed crash in gir2pas when a class is declared with no parent class.
...
Moved some writeln's to girError.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2497 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-27 02:16:38 +00:00
e4dbeca47f
Added some methods to the command line reader for gir2pascal to assign tags to command line parameters.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2496 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-27 00:55:22 +00:00
daa7d2edf2
Added option -d to gir2pas to include deprecated functions in bindings
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2495 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-26 21:39:16 +00:00
8d7b0d7e6e
Removed CustApp dependency of gir2pas
...
Implemented some small amount of framework to create pascal classes from gobjects.
Fixed some bugs where properties would not find setters and getters properly when actually available
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2493 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-08-26 20:05:29 +00:00
6f1a46a173
LazEdit: start with blank page by default if no files are specfied on commandline
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2477 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-07 22:43:46 +00:00
7826dd6b83
LazEdit: open file in unused open current editor if available, else in newly created editor
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-07 22:35:12 +00:00
ee0b3b153c
fpvviewer: Makes the tokens treeview occupy the entire client area
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2474 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-05 11:24:06 +00:00
63b0a8c17e
fpvviewer: Adds more debug info for formula tokens
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2473 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-05 11:07:48 +00:00
87daaf8466
lazedit: Upgrades to 2.0
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2472 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-05 10:07:43 +00:00
cd7611184d
Fix a bug in pawnHasValidMove and in the pawn initial double move forward validation.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2471 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-04 18:07:07 +00:00
4a89dd32e2
LazEdit: changed TagMenuItemsAndActions to tag LanguageMenu items at runtime. Implemented LanguageIds for lazedit_translations.pp
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2470 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-07-02 20:40:02 +00:00
e503d1b77f
LazEdit: TEditor.GuessFileTypeFromString: fix xml detection
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-30 09:35:13 +00:00
e29764a85f
fpvviewer: Adds a new button to use the new fpvectorial debug system
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2467 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-23 13:22:12 +00:00
e36e0f1652
pyramidtiff: added fuzzy to GetMinimumPTDesc
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2461 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-10 15:51:32 +00:00
63c82fe328
pyramidtiff: clean up
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2460 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-10 15:05:31 +00:00
e4c764c699
pyramidtiff: clean up
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2459 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-10 14:03:58 +00:00
687d0023d0
pyramidtiff: clean up
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2453 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-08 14:15:30 +00:00
295a45ccc1
added command line tool pyramidtiff
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2452 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-06-08 14:14:58 +00:00
95d589c4eb
fpvviewer: Adds more vectorial reference files
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2438 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-16 08:36:03 +00:00
b35007ddbc
fpvviewer: More examples
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2437 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-16 07:53:41 +00:00
8a36e1140c
fpvviewer: More examples
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-16 07:49:29 +00:00
3be423d4ed
TPictureDlgForm.GetSrc: include value for default picture folder in result
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-13 14:17:51 +00:00
d41597f774
Fix disabled menu items in EditorPopupMenu
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2429 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-12 16:57:40 +00:00
e543fe6d7f
fpvviewer: Adds controls to allow walking through the drawing in the X and Y axises
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2424 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-10 10:14:28 +00:00
04ac8f2295
Adds another EPS Example
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2420 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-07 05:59:56 +00:00
007ed94507
fpvviewer: Adds EPS test files
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-06 17:37:20 +00:00
0e2d71b9bb
fpvviewer: Adds the EPS format reference
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2415 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-06 17:32:33 +00:00
52c26ea871
Fix: Set EditorPopUpMenu as popupmenu for NoteBook
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2414 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-05 16:26:36 +00:00
28027f8742
fpvviewer: Adds mathml test files
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-11 11:54:12 +00:00
9cb94c0591
Fixed wrong LineNr in call to DoCharSetChanged
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2384 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-08 17:42:45 +00:00
802a4beffb
Fixed wrong utf-8 charsetdefinition (typo)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2383 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-08 16:54:28 +00:00
2e40e2dbee
Adds the example terrain for fpvviewer
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2369 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-29 09:36:58 +00:00
646d7db969
Implements zoom support for the contour lines
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2368 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-29 09:35:16 +00:00
e751b4f19f
Increases the fpvviewer number of contour level
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2367 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-29 09:23:59 +00:00
ac4762265b
fpvviewer: Now the contour line drawer is working
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2366 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-29 08:50:37 +00:00
3d8de9876b
fpvviewer: Starts the contour line code
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-27 07:23:43 +00:00
63822c9462
* Updated the gui-project for the new type-mappings
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 14:10:59 +00:00
2610161021
* Added ability to specify in type-mappings if var,constref etc should be uesed
...
* Added ability to force passing a variable in a parameter instead of function result
* Removed ctypes-mapping, this in not necessary anymore
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 13:48:22 +00:00
ffbc7d0761
* Removed unused variables
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2354 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 13:45:20 +00:00
c3ba51579a
* Fixed parsing differences between in/out/inout parameters
...
* Added option to add all forward declarations into a separate file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2352 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-18 11:44:57 +00:00
edeccf9cb4
Added ability to gather all forward declarations into one file
...
* Check for implementation and set reserved words
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 15:27:56 +00:00
30ab99dd35
* Improved constant parsing: handle constant value as one text block
...
* Replace << and >> for shl and shr in non-string constants
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 13:31:51 +00:00