1. 16 Feb, 2012 1 commit
    • Dick Hollenbeck's avatar
      wxWidgets Debug builds apparently have some tricky technique to validate · 35ddad21
      Dick Hollenbeck authored
      the match between wxString::Format() or wxString::Printf() format strings
      with passed arguments, but does this at runtime, not compile time.
      Fix some mismatches.  size_t is a 64 bit type on x86_64 whereas int and
      unsigned are 32 bit types.  On 32 bit machines they are all 32 bits so
      this error is probably not triggered.
      35ddad21
  2. 15 Feb, 2012 3 commits
  3. 13 Feb, 2012 1 commit
  4. 12 Feb, 2012 1 commit
  5. 11 Feb, 2012 2 commits
  6. 10 Feb, 2012 3 commits
  7. 09 Feb, 2012 2 commits
  8. 08 Feb, 2012 1 commit
  9. 07 Feb, 2012 1 commit
  10. 06 Feb, 2012 5 commits
    • Dick Hollenbeck's avatar
      typos · be57e57e
      Dick Hollenbeck authored
      be57e57e
    • jean-pierre charras's avatar
    • Dick Hollenbeck's avatar
      * move globals into BOARD: · 398607a6
      Dick Hollenbeck authored
          bool g_Zone_45_Only, is now in BOARD::m_zoneSettings.m_Zone_45_Only
          ZONE_SETTINGS g_Zone_Default_Setting is now in BOARD::m_zoneSettings
        * Changed classs ZONE_SETTING to class ZONE_SETTINGS.
        * Changed ZONE_SETTINGS::Import() to operator << ( ZONE_CONTAINER )
        * Added BOARD::{Get,Set}ZoneSettings().
        * Added PCB_BASE_FRAME::{Get,Set}ZoneSettings().
        * Save/load BOARD::m_zoneSettings.m_Zone_45_Only to/from BOARD file.
        * Removed PCB_EDIT_FRAME::InstallDialogNonCopperZonesEditor() in favor of
          ::InvokeNonCopperZonesEditor() declared in zones.h
        * Added ::InvokeCopperZonesEditor() declared in zones.h
        * Removed dialog_copper_zones.h since DIALOG class is now declared in *.cpp.
        * Renamed to enum ZONE_EDIT_T in zones.h
        * SetVisibleAlls() is not called as it was in two previous cases for several
          reasons.  BOARD_DESIGN_SETTINGS constructor controls what is visible initially.
          and in the near future so will the *.brd file.  I believe the user should
          have visibility setting rentention accross editing sessions of zones,
          fields, etc.
        * BOARD_DESIGN_SETTINGS constructor initializes hidden text as not visible.
        * Added PCB_EDIT_FRAME::SyncRenderStates() and PCB_LAYER_WIDGET::syncRenderStates()
          so the checkboxes can be set after loading a BOARD file containing previous
          visibility settings.
      398607a6
    • Dick Hollenbeck's avatar
      merge · e7b3ed2e
      Dick Hollenbeck authored
      e7b3ed2e
    • Dick Hollenbeck's avatar
      see CHANGELOG.txt · 6c04e605
      Dick Hollenbeck authored
      6c04e605
  11. 05 Feb, 2012 1 commit
  12. 04 Feb, 2012 1 commit
  13. 02 Feb, 2012 4 commits
  14. 01 Feb, 2012 5 commits
  15. 30 Jan, 2012 4 commits
  16. 29 Jan, 2012 1 commit
  17. 28 Jan, 2012 1 commit
  18. 27 Jan, 2012 2 commits
  19. 26 Jan, 2012 1 commit