2009-03-02 |
Julian Lamb | * fix possible write outside array bounds (patch by...
|
commit | commitdiff | tree |
2009-02-23 |
Julian Lamb | * fix excellon drill export bug, which sometimes deleted...
|
commit | commitdiff | tree |
2009-02-17 |
Julian Lamb | * fix polygon render optimization bug with polygons...
|
commit | commitdiff | tree |
2009-02-15 |
Julian Lamb | * Add patch by user to fix drill parsing error with...
|
commit | commitdiff | tree |
2009-02-09 |
Julian Lamb | * allow macro parser to handle numbers without a zero...
|
commit | commitdiff | tree |
2009-01-28 |
Julian Lamb | * fix a bug where clicking on the message tab made...
|
commit | commitdiff | tree |
2009-01-28 |
Julian Lamb | * fix clipping bug when viewing files with image offsets...
|
commit | commitdiff | tree |
2009-01-19 |
Julian Lamb | * fix small bug in min/max calculation code. Bug appeared...
|
commit | commitdiff | tree |
2008-11-17 |
Julian Lamb | * add some hints to the example*.c files to help step...
|
commit | commitdiff | tree |
2008-11-16 |
Julian Lamb | * fix some warnings that popped up with gcc 4.3.2
|
commit | commitdiff | tree |
2008-10-16 |
Julian Lamb | * fix pick-and-place bounding box calcs. I think this...
|
commit | commitdiff | tree |
2008-10-16 |
Julian Lamb | * add bounding box code to drill parser (pick-and-place...
|
commit | commitdiff | tree |
2008-10-16 |
Julian Lamb | * fix autoscale bug caused by latest optimizations...
|
commit | commitdiff | tree |
2008-10-15 |
Julian Lamb | * pre-calculate a bounding box for every object during...
|
commit | commitdiff | tree |
2008-09-09 |
Julian Lamb | * make sure optimizations work with offsets and justificatio...
|
commit | commitdiff | tree |
2008-09-09 |
Julian Lamb | * comment out the "zoomed out" optimizations before...
|
commit | commitdiff | tree |
2008-09-07 |
Julian Lamb | * add a few tweaks to the optimizations
|
commit | commitdiff | tree |
2008-09-07 |
Julian Lamb | * implement some basic render speedups in the cairo...
|
commit | commitdiff | tree |
2008-09-06 |
Julian Lamb | * tweak Dan's benchmark code to render to an off-screen...
|
commit | commitdiff | tree |
2008-08-31 |
Julian Lamb | * allow user to translate a single file from the command...
|
commit | commitdiff | tree |
2008-08-31 |
Julian Lamb | * fix image centering when using --border command line...
|
commit | commitdiff | tree |
2008-08-31 |
Julian Lamb | * fix translation of files using command line interface...
|
commit | commitdiff | tree |
2008-08-29 |
Julian Lamb | * add Joerg's patch instead, since it's better
|
commit | commitdiff | tree |
2008-08-29 |
Julian Lamb | * set "save as" dialog to start in the current directory...
|
commit | commitdiff | tree |
2008-08-29 |
Julian Lamb | * correct some namespaces in the recent patch by ineiv
|
commit | commitdiff | tree |
2008-08-28 |
Julian Lamb | * don't save layers when saving a project file
|
commit | commitdiff | tree |
2008-08-28 |
Julian Lamb | * add some logic to the project loading code to load...
|
commit | commitdiff | tree |
2008-08-28 |
Julian Lamb | * try and alternate method of increasing the last_loaded...
|
commit | commitdiff | tree |
2008-08-28 |
Julian Lamb | * fix a GTK warning on GDK-only builds
|
commit | commitdiff | tree |
2008-08-27 |
Julian Lamb | * fix building with --disable-cairo, spotted by Erik
|
commit | commitdiff | tree |
2008-08-27 |
Julian Lamb | * fix segfault noticed by Stuart
|
commit | commitdiff | tree |
2008-08-27 |
Julian Lamb | * fix segfault noticed by Joerg during opening of project...
|
commit | commitdiff | tree |
2008-08-26 |
Julian Lamb | * fix drill export bug spotted by Erik
|
commit | commitdiff | tree |
2008-08-26 |
Julian Lamb | * update src/Makefile.am for Stuart
|
commit | commitdiff | tree |
2008-08-26 |
Julian Lamb | * add cairo.h include to fix build problem noticed...
|
commit | commitdiff | tree |
2008-08-25 |
Julian Lamb | * prevent duplicate objects from being selected
|
commit | commitdiff | tree |
2008-08-25 |
Julian Lamb | * add some more sanity to the selected object message...
|
commit | commitdiff | tree |
2008-08-25 |
Julian Lamb | * update the golden files that changed after the recent...
|
commit | commitdiff | tree |
2008-08-24 |
Julian Lamb | * move two of the attribute destroy functions to libgerbv...
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * after "saving as", update the file path in the project...
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * update dirty flag in some places. I think Stuart...
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * fir the rendering of obround flashed apertures in...
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * revert an unintentional change to top-cop.gbx that...
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * fix bug where save projet button read "save layer as"
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * try and improve Windows print quality
|
commit | commitdiff | tree |
2008-08-23 |
Julian Lamb | * fix printing translation bug noticed by Dan
|
commit | commitdiff | tree |
2008-08-22 |
Julian Lamb | * small change to an alert dialog to bring it inline...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * fix more bugs in PNP rendering orientation. LED...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * some orientation fixes for PNP logic (noticed by...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * change default render mode to cairo on Windows builds...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * more fixes with the project writing freeing logic
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * fix double-freeing of project struct when writing...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * actually call the project_destroy functions committed...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * more leak fixes, including a stub for the HID_attribute...
|
commit | commitdiff | tree |
2008-08-21 |
Julian Lamb | * more memory leak fixes, including a sizable cairo...
|
commit | commitdiff | tree |
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 |