3076 Commits (6910df3972e8094c599fcc740db3110dcbe4a525)
 

Author SHA1 Message Date
jean-pierre charras 6910df3972 Pcbnew: fix 2 (minor) issues 15 years ago
Wayne Stambaugh ee003180bc Global variable removal and minor Doxygen comment fixes. 15 years ago
Wayne Stambaugh c9688deedf MSVC compiler error and GCC warning fixes. 15 years ago
Wayne Stambaugh c02d90e9a7 Use wxUpdateUIEvent in CVPcb and other minor changes. 15 years ago
Marco Mattila cbee247737 Add zone corner smoothing to pcbnew. 15 years ago
jean-pierre charras 75f332aefc Cvpcb: code cleaning. Remove not used and useless files. 15 years ago
Wayne Stambaugh bdca3c5efb All control state handling is now performed in wxUpdateUIEvent handlers. 15 years ago
jean-pierre charras c476ae44b5 Fix non ascii characters in zone dialog. 15 years ago
jean-pierre charras e19b51c201 fix compil issue with wxWidgets 2.9.1 15 years ago
Marco Mattila c0f2af8af8 Tune pcbnew zone properties dialog layout. 15 years ago
jean-pierre charras 640a06850f Fix some issues. 15 years ago
Marco Mattila 6428836755 Fix postscript output option in pcbnew plot dialog. 15 years ago
jean-pierre charras 521d43c475 eeschema: fix 2 issues: 15 years ago
Marco Mattila ac0979fa99 Tune pcbnew plot dialog. Make actual plotting code independent of dialog widgets and get settings from PCB_PLOT_PARAMS instead. 15 years ago
Marco Mattila e30ceb0a7f Fix 3d drawing of board edges defined in modules, now pcb edge layer is always drawn. 15 years ago
Marco Mattila 314aa18e38 Fix 3d drawing of board edges defined in modules. 15 years ago
Wayne Stambaugh e557b388a7 Fixes MSVC compile errors. 15 years ago
jean-pierre charras f0afa23066 Eeschema: fix 2 issues. 15 years ago
Marco Mattila c087883d38 Move layers into a wxCheckListBox in pcbnew plot dialog. 15 years ago
Marco Mattila a609f2606f Fix segfault when placing pins in libedit. 15 years ago
Wayne Stambaugh 821b8b65ec Fixes escape key doesn't dismiss select component dialog in EESchema bug. 15 years ago
Dick Hollenbeck f8263c0e62 sweet parser work 15 years ago
jean-pierre charras fe50448399 Pcbnew: remove duplicate definitions of some flags (like EDIT and IN_EDIT) that have exactly the same meaning, but different values... (very dangerous) 15 years ago
jean-pierre charras 2ce4f404be Pcbnew: add missing call to SetMouseCapture( NULL, NULL ) in abort functions. 15 years ago
jean-pierre charras c1347bbe35 Pcbnew: fix a crash when aborting a pad move or drag in board editor 15 years ago
Wayne Stambaugh 7b8b51b240 Draw panel object refactoring and other minor code cleaning. 15 years ago
jean-pierre charras 25fe492022 Eeschema: intermediate netlist : fix duplicate pins in libpart, with components having 2 shapes (DeMorgan conversion) and somethimes with multi parts per package. 15 years ago
jean-pierre charras b79011fbbb Eeschema: fix bug 716331 15 years ago
jean-pierre charras 90c130b600 Eeschema: intermediate netlist : fix duplicate pins in list of nets, with multi parts per package. 15 years ago
jean-pierre charras 0cb6cd8c02 Eeschema: in intermediate netlist generation: remove redundant pins list by component, and make Dick happy. 15 years ago
Wayne Stambaugh 34094e77fc Fix and enable optimized grid drawing and other minor changes. 15 years ago
Marco Mattila 563bff9d70 Keep current tool selection when saving in pcbnew. 15 years ago
jean-pierre charras 2d2c73efc7 Eeschema: fix a bug that prevents duplicate timestamps to be corrected by annotate function. 15 years ago
jean-pierre charras e3637dd369 Code cleaning and minor enhancements 15 years ago
Wayne Stambaugh e01f89670b GerbView rendering bug fix and other minor improvements. 15 years ago
jean-pierre charras a86385bf90 Eeschema: fix bug 714835. Add electrical pin type in intermediate netlist file. 15 years ago
Marco Mattila f92da901fb Change postscript circle plotting to use default linewidth. 15 years ago
Dick Hollenbeck bdadac7b7d FILE_LINE_READER owns open files by default 15 years ago
Wayne Stambaugh 66566f9b47 EESchema command handling and other minor improvements. 15 years ago
jean-pierre charras da106200c8 CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy. 15 years ago
jean-pierre charras 9370dd83de CvPcb: Code cleanup. Rename WinEDA_CvpcbFrame to CVPCB_MAINFRAME, according to coding style policy. 15 years ago
Wayne Stambaugh fe7a7215f2 Fix junction drawn off grid on root sheet bug. 15 years ago
Wayne Stambaugh 0d8cb9b53c EESchema improvements and other minor fixes. 15 years ago
Dick Hollenbeck 2cda6f4b4f early work on DLL exports for sweet lib, stop using <cstdio> which mingw seems not to like cuz snprintf() 15 years ago
Marco Mattila 77c641618c Add limit checking to plot dialog fields. 15 years ago
Wayne Stambaugh 828790017b EESchema find dialog improvements. 15 years ago
Wayne Stambaugh 50f063da07 Changes to use cursor position as parameter and snap to grid settings. 15 years ago
Dick Hollenbeck f92d697278 add sweet C++ test program 15 years ago
Marco Mattila ad2a7e8a87 Change pcb plot dialog close callback name. 15 years ago
Dick Hollenbeck 1ae44d090a work around 8 bit wxString B.S. 15 years ago