kicad/include
Dick Hollenbeck 0025ac7d38 Add "portrait" support to the page size settings for all standard paper
sizes.  Tested with postscript output only.  Required minor file format changes
    to reflect the "portrait" setting.  common/dialogs/dialog_page_settings.cpp
    uses a checkbox but its name is "Landscape", which is inverted from portrait,
    but since it is the more common choice, I used that rather than portrait.
    The tooltip for that checkbox makes it clear.  No portrait mode is supported
    for "User" paper size.
2012-01-15 22:11:43 -06:00
..
boost Gerbview: remove flicker when refresh screen, and loadind files. Fix very minor bugs. 2010-12-17 21:34:29 +01:00
HersheyCyrillic.h.unused Use layer_widget in Gerbview 2010-02-03 14:05:17 +00:00
appl_wxstruct.h moving objects into BOARD which are saved in a *.brd file, for PLUGIN access 2011-12-30 23:44:00 -06:00
base_struct.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
bezier_curves.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
bitmaps.h All: fix compatibility issues with wxWidgets 2.9.3 2011-12-17 22:21:03 +01:00
block_commande.h fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses. 2011-12-14 11:25:42 -06:00
build_version.h legacy pcbnew plugin touch ups 2011-12-14 20:24:52 -06:00
class_base_screen.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
class_bitmap_base.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_board_design_settings.h ++PCBNew 2011-12-05 00:15:33 -06:00
class_board_item.h Pcbnew object improvements. 2012-01-14 14:50:32 -05:00
class_collector.h All: fix a collision name between accessor function GetTimeStamp and GetTimeStamp in common.cpp. 2011-12-07 16:49:32 +01:00
class_colors_design_settings.h moving objects into BOARD which are saved in a *.brd file, for PLUGIN access 2011-12-30 23:44:00 -06:00
class_drawpanel.h MacOSX: compile error fix after r3329 2012-01-10 18:54:40 +01:00
class_drc_item.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_layer_box_selector.h More encapsulation work and other minor improvements. 2011-12-16 08:32:23 -05:00
class_macros_record.h add forgotten file to bzr3107, add GOST to KICAD_BULD_VERSION if defined KICAD_GOST 2011-09-07 14:38:11 +04:00
class_marker_base.h Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
class_pcb_screen.h moving objects into BOARD which are saved in a *.brd file, for PLUGIN access 2011-12-30 23:44:00 -06:00
class_sch_screen.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
class_title_block.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
class_undoredo_container.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
colors.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
colors_selection.h forgotten file 2010-01-29 21:03:12 +00:00
common.h Add "portrait" support to the page size settings for all standard paper 2012-01-15 22:11:43 -06:00
confirm.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
dcsvg.h made kicad compilable with wxWidgets 2.9 (wxWidgets 3) 2009-04-13 05:58:11 +00:00
dialog_get_component.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_helpers.h Encapsulation and other minor improvements. 2011-12-29 15:11:42 -05:00
dialog_hotkeys_editor.h Minor PCBNew code fixes. 2011-09-29 12:49:40 -04:00
dlist.h more kicad_plugin work, make BOARD::m_NetInfo private 2011-12-09 23:33:24 -06:00
drawtxt.h Minor coding policy and code readability improvements. 2012-01-03 12:14:17 -05:00
dsnlexer.h EESchema bug fixes and other minor changes (fixes lp:793373). 2011-06-07 11:29:01 -04:00
eda_dde.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
eda_doc.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
fctsys.h Fixed build error for missing wxNullPtr definition building against wxWidgets < 2.9 2010-11-22 15:39:22 -05:00
filter_reader.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
footprint_info.h kicad_plugin 2011-12-13 22:29:25 -06:00
gestfich.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
gr_basic.h Minor dialog fixes and code cleaning. 2011-10-17 16:01:27 -04:00
hashtables.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
hotkey_grid_table.h Minor PCBNew code fixes. 2011-09-29 12:49:40 -04:00
hotkeys_basic.h Factor Eeschema rotate item hot keys into a rotate event handler. 2011-10-26 16:46:04 -04:00
html_messagebox.h Code cleaning: rename DIALOG_LOAD_ERROR (a stupid name) class to the more understandable HTML_MESSAGE_BOX. 2011-09-04 20:35:14 +02:00
id.h Add Bulgarian language. Update translators list. 2011-11-30 12:45:49 +01:00
kicad_device_context.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
kicad_msvc.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
kicad_string.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
layers_id_colors_and_visibility.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
length.h Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 2011-11-24 11:32:51 -06:00
macros.h Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 2011-11-24 11:32:51 -06:00
newstroke_font.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
online_help.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
pad_shapes.h All: fix compatibility issues with wxWidgets 2.9.3 2011-12-17 22:21:03 +01:00
param_config.h ++PCBNew 2011-12-05 00:15:33 -06:00
pcbcommon.h All: fix hotkey issue with wxWidgets-2.9.3 (Window only): hotkey events called twice. 2011-12-08 19:23:44 +01:00
pcbstruct.h moving objects into BOARD which are saved in a *.brd file, for PLUGIN access 2011-12-30 23:44:00 -06:00
plot_common.h Patch drifted with time, and a patch hunk was erroneously applied by the patch program, 2012-01-07 15:49:24 -06:00
richio.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
sch_base_frame.h ++eeschema 2012-01-09 11:24:01 -06:00
sch_item_struct.h Eeschema schematic object improvements. 2012-01-09 15:26:55 -05:00
trigo.h kicad_plugin 2011-12-13 22:29:25 -06:00
worksheet.h pcbnew: fix translate smoothing set in zone settings dialog 2011-02-27 13:16:54 +03:00
wxBasePcbFrame.h carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 2012-01-09 02:35:06 -06:00
wxEeschemaStruct.h Eeschema: Fix erroneous message [Read Only] after creating a new project, and obviously the corresponding schematic file does not yet exist (replaced by [no file]) 2012-01-14 12:52:46 +01:00
wxPcbStruct.h Eeschema: add compil option in sch_field.cpp to go back to old behavior for field texts justifications (this option is not activated) 2012-01-06 20:00:59 +01:00
wxstruct.h MacOSX: compile error fix after r3329 2012-01-10 18:54:40 +01:00
xnode.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00