2008-08-21 |
Julian Lamb | * fix another memory leak in the image_destroy function
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * revert an erroneous fix in the simplified macro logic...
|
commit | commitdiff | tree |
2008-08-20 |
Julian Lamb | * fix lots and lots of memory leaks
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * fix some (not all) of the GDK clipping issues on...
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * delete debug flag comment in attribute.c
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * more miscellaneous GUI cleanup
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * more miscellaneous dialog cleanups
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * fix tearoff button bar size after being torn off
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * change pointer tool to default, since it now actually...
|
commit | commitdiff | tree |
2008-08-19 |
Julian Lamb | * fix command line color forcing, which was broken...
|
commit | commitdiff | tree |
2008-08-18 |
Julian Lamb | * fix render logic for polygon draws, eliminating the...
|
commit | commitdiff | tree |
2008-08-17 |
Julian Lamb | * update golden files using cairo 1.6 rendering in...
|
commit | commitdiff | tree |
2008-08-16 |
Julian Lamb | * change object display code to use g_message(), and...
|
commit | commitdiff | tree |
2008-08-16 |
Julian Lamb | * combine recent object property display code with...
|
commit | commitdiff | tree |
2008-08-15 |
Julian Lamb | * fix bug in revert function which kept it from working...
|
commit | commitdiff | tree |
2008-08-15 |
Julian Lamb | * remove callbacks function calls from gerbv.h, since...
|
commit | commitdiff | tree |
2008-06-29 |
Julian Lamb | * display the layer name in italics and preceded by...
|
commit | commitdiff | tree |
2008-06-08 |
Julian Lamb | * remove GDK rendering error messages for known GDK...
|
commit | commitdiff | tree |
2008-05-25 |
Julian Lamb | * clean up some --disable-cairo compile problems
|
commit | commitdiff | tree |
2008-05-24 |
Julian Lamb | * commit patch from Erik Winn to stop gerbv from complaining...
|
commit | commitdiff | tree |
2008-05-23 |
Julian Lamb | * fix a few example source files based on the recent...
|
commit | commitdiff | tree |
2008-05-23 |
Julian Lamb | * fix a couple accidental string replacements from...
|
commit | commitdiff | tree |
2008-05-23 |
Julian Lamb | * finish converting all enums and structs over to use...
|
commit | commitdiff | tree |
2008-05-23 |
Julian Lamb | * assign all files to a module (doxygen documentation)
|
commit | commitdiff | tree |
2008-05-22 |
Julian Lamb | * a couple small fixes to example6.c
|
commit | commitdiff | tree |
2008-05-22 |
Julian Lamb | * add example6.c, which is an extensive example of...
|
commit | commitdiff | tree |
2008-05-22 |
Julian Lamb | * add doxygen header info to all files
|
commit | commitdiff | tree |
2008-05-21 |
Julian Lamb | * eliminate random blank lines written to stdout during...
|
commit | commitdiff | tree |
2008-05-19 |
Julian Lamb | * add some basic drawing functions to libgerbv (draw...
|
commit | commitdiff | tree |
2008-05-18 |
Julian Lamb | * add a ifdef to make sure gerbv.h is usable in libgerbv
|
commit | commitdiff | tree |
2008-05-18 |
Julian Lamb | * change all gerb_* namespace to gerbv_* namespace...
|
commit | commitdiff | tree |
2008-05-18 |
Julian Lamb | * more namespace fixes
|
commit | commitdiff | tree |
2008-05-18 |
Julian Lamb | * more namespace reorg for functions used by libgerbv
|
commit | commitdiff | tree |
2008-05-17 |
Julian Lamb | * Do some cleanup to get libgerbv usable (a few functions...
|
commit | commitdiff | tree |
2008-05-17 |
Julian Lamb | * start cleanup of gerbv.h and remove extra #ifdefs...
|
commit | commitdiff | tree |
2008-05-16 |
Julian Lamb | * fix scrollbar handle positions, which were apparently...
|
commit | commitdiff | tree |
2008-05-16 |
Julian Lamb | * skip over initial net when merging or exporting files...
|
commit | commitdiff | tree |
2008-04-27 |
Julian Lamb | Finish cleaning up library split, eliminating all compile...
|
commit | commitdiff | tree |
2008-04-20 |
Julian Lamb | Big commit to start separating gerbv into a library...
|
commit | commitdiff | tree |
2008-04-17 |
Julian Lamb | Hook up basic move object function (available through...
|
commit | commitdiff | tree |
2008-04-17 |
Julian Lamb | Add a 1 pixel grey border around the color picker boxes...
|
commit | commitdiff | tree |
2008-04-17 |
Julian Lamb | Make sure created "panes" can actually be saved to...
|
commit | commitdiff | tree |
2008-04-17 |
Julian Lamb | Get basic "window-paning" tool working (currently available...
|
commit | commitdiff | tree |
2008-04-16 |
Julian Lamb | Replace a lot of mallocs with g_new0 calls, since it...
|
commit | commitdiff | tree |
2008-04-16 |
Julian Lamb | Make sure we "compress" all the aperture numbers in...
|
commit | commitdiff | tree |
2008-04-15 |
Julian Lamb | Fix bug #1943409, which was noticed by Stefan. One...
|
commit | commitdiff | tree |
2008-04-14 |
Julian Lamb | Fix compiler error.
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Fix smalle regressing in selection code. Also increase...
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Hook up escape key to clear selection buffer.
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Make some experimental changes to the gerber parser...
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Allow user to control or shift click to add items to...
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Add a quick right-click menu for the "pointer" tool...
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Restructure the way deleted nets are handled.
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Allow polygon fills to se selected/deleted/etc. This...
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Re-update all golden files since the 72 DPI default...
|
commit | commitdiff | tree |
2008-04-08 |
Julian Lamb | Update all golden test files after the last few months...
|
commit | commitdiff | tree |
2008-04-05 |
Julian Lamb | Add selection rendering to GDK (Fast) code as well...
|
commit | commitdiff | tree |
2008-04-04 |
Julian Lamb | Some miscellaneous code cleanup after the previous...
|
commit | commitdiff | tree |
2008-04-04 |
Julian Lamb | Add several new capabilities to gerbv:
|
commit | commitdiff | tree |
2008-04-02 |
Julian Lamb | Commit elfring's const correctness patch.
|
commit | commitdiff | tree |
2008-04-02 |
Julian Lamb | Apply Anton's man page patch, and add the new translate...
|
commit | commitdiff | tree |
2008-04-02 |
Julian Lamb | Rename the attribute dialog function to prevent confusion...
|
commit | commitdiff | tree |
2008-04-02 |
Julian Lamb | Slightly modify the format editor alert dialog wording...
|
commit | commitdiff | tree |
2008-04-02 |
Julian Lamb | Also refresh the screen after changing file format...
|
commit | commitdiff | tree |
2008-04-02 |
Julian Lamb | Make sure we refresh the screen after reloading a layer.
|
commit | commitdiff | tree |
2008-04-01 |
Julian Lamb | Add logic to the merging code which tries to prevent...
|
commit | commitdiff | tree |
2008-04-01 |
Julian Lamb | Add translation to the command line, effectively allowing...
|
commit | commitdiff | tree |
2008-04-01 |
Julian Lamb | Add translation capability to merging code, and add...
|
commit | commitdiff | tree |
2008-04-01 |
Julian Lamb | Fix bug in aperture translation logic for image merging.
|
commit | commitdiff | tree |
2008-04-01 |
Julian Lamb | Finish rough draft of image merging code...still plenty...
|
commit | commitdiff | tree |
2008-04-01 |
Julian Lamb | Start coding the image duplication and copying functions...
|
commit | commitdiff | tree |
2008-03-26 |
Julian Lamb | Make sure some incorrect color values are caught by...
|
commit | commitdiff | tree |
2008-03-26 |
Julian Lamb | Added Anton's large patch set to:
|
commit | commitdiff | tree |
2008-03-26 |
Julian Lamb | Fixed file parsing bug on Windows which sometimes read...
|
commit | commitdiff | tree |
2008-03-21 |
Julian Lamb | add gerbv_revert_file function for Dan's new popup...
|
commit | commitdiff | tree |
2008-03-14 |
Julian Lamb | Fix bug in macro parsing which mistakenly flagged all...
|
commit | commitdiff | tree |
2008-02-20 |
Julian Lamb | Eliminate the screen refresh after saving a project...
|
commit | commitdiff | tree |
2008-02-14 |
Julian Lamb | Add a flag to the macro structure to let the renderer...
|
commit | commitdiff | tree |
2008-02-14 |
Julian Lamb | Convert all apertures and macros to inches during parsing...
|
commit | commitdiff | tree |
2008-02-14 |
Julian Lamb | Remove color.[ch], since their functionality has been...
|
commit | commitdiff | tree |
2008-02-14 |
Julian Lamb | Start adding the code to allow selection of items on...
|
commit | commitdiff | tree |
2008-02-09 |
Julian Lamb | Render apertures with diameter of 0 as 1 pixel wide...
|
commit | commitdiff | tree |
2008-02-09 |
Julian Lamb | Add small fix to Stefan's recent bugfix to account...
|
commit | commitdiff | tree |
2008-02-09 |
Julian Lamb | Add code to allow exporting macros (using the new simplified...
|
commit | commitdiff | tree |
2008-02-09 |
Julian Lamb | Add code to calculate the exact extents of a drawn...
|
commit | commitdiff | tree |
2008-02-09 |
Julian Lamb | Change the cairo macro rendering over to use Stefan...
|
commit | commitdiff | tree |
2008-02-07 |
Julian Lamb | Update Changelog manually for changes since 2.0.0
|
commit | commitdiff | tree |
2008-01-30 |
Julian Lamb | * more help printout cleanup and clarification
|
commit | commitdiff | tree |
2008-01-30 |
Julian Lamb | * cleanup help printout and change the format to better...
|
commit | commitdiff | tree |
2008-01-24 |
Julian Lamb | * speed up cairo rendering of macros by checking each...
|
commit | commitdiff | tree |
2008-01-24 |
Julian Lamb | * change polygon structure slightly and move "arc chopper...
|
commit | commitdiff | tree |
2008-01-24 |
Julian Lamb | * fix bug 1878509 by adding a hack to assume linear...
|
commit | commitdiff | tree |
2008-01-22 |
Julian Lamb | round values before writing to file in order to make...
|
commit | commitdiff | tree |
2008-01-22 |
Julian Lamb | *export-rs274x.[ch]: start coding the library to export...
|
commit | commitdiff | tree |
2008-01-13 |
Julian Lamb | * fix bug #1870444 (and a similar report about problems...
|
commit | commitdiff | tree |
2008-01-13 |
Julian Lamb | * update golden circular interpolation file to reflect...
|
commit | commitdiff | tree |
2008-01-13 |
Julian Lamb | *gerbv.c: Get short options working for export from...
|
commit | commitdiff | tree |
2008-01-12 |
Julian Lamb | * draw.c: Fix small error in cairo rendering of elliptical...
|
commit | commitdiff | tree |
2008-01-12 |
Julian Lamb | * draw.c: Fix a few minor cairo rendering issues:...
|
commit | commitdiff | tree |
2008-01-12 |
Julian Lamb | * callbacks.c: Try and get cairo working on WIN32...
|
commit | commitdiff | tree |