[dasher] (217 commits) ...Control boxes with text added.



Summary of changes:

  60413c1... Minimal changes required to compile dasher in Visual Studio
  0be44f0... Silenced "Save changes" question and made text window highe
  5ca7758... Turned on speech support for Win32 app
  818830b... Splitter position is remembered in app settings together wi
  53083e3... Fixed Win32 CopyToClipboard bug.
  23f665f... Refactored  program startup to ATL standard way.
  55e709b... Brought back composition app style, fixed problems with mes
  c56fbef... Fixed minimum window size calculations.
  b76753f... Refactored CModuleSettings into modal dialog & ATL API
  e00486d... Removed up/dn controls from ModuleControlLongSpin
  9037366... Refactoring of ModuleControls, merge long controls
  1b19c30... CModuleControl for T_LONGSPIN bounds checking; no slider
  6fc13b1... Fixed truncated labels in ModuleSettings dialog - win32
  7eddc40... Win32 - composition and program priority tweaks
  53869ef... Removing unused code
  315f0a0... Merge remote-tracking branch 'GNOME/master'
  41b5641... Removed unused resources
  885571b... Fix for Win32: control box Delete adds chinese letters inst
  4c14578... Merge remote-tracking branch 'GNOME/master'
  282c681... Cleanups
  093d638... Removed "Control" text from control box to cut down on visu
  3c57a5e... More resource clean-up
  b779e0c... Win32: BP_SHOW_SLIDER now controls status bar visibility.
  60b53c2... Cleanups
  fbea759... More cleanup
  bee3f2a... Win32 Config to turn off unsaved file prompt. Added prompt 
  8f74e69... Imported missing files from Installer 4.11
  03a4be3... Fixed WIX hardcoded paths to use WIX environment variable.
  57b255f... Removed MFC dependencies.
  51a6ef7... Merge pull request #7 from promixis/master
  7630858... Changed IDS_ to ID_
  17cde6b... Added note to explain the use of the WIX environmental vari
  ebd3a15... Merge pull request #8 from promixis/master
  0805145... Cleaned up the tabs
  f5eabbd... Merge remote-tracking branch 'upstream/master'
  bd79476... Merge pull request #9 from promixis/master
  d76cbe7... Added handy functions to UTF conversion - unused code
  7893329... Win32: .Fix for  dasher speaking garbage after using contro
  4a1d29b... Cleanup of unused file encoding option.
  04b8761... Added yellow on black colour scheme contributed by Ean Pric
  ea7aa02... Polish alphabet fixes.
  637b0fa... Turned on asserts and all warnings in Win32 debug build.
  2095564... replaced hash_map with unordered_map
  c1f72f1... update_wix.perl is a script that parses Data\alphabets\Make
  1db343d... Removed files that should not have been restored in the fir
  bc15aee... Merge pull request #20 from promixis/master
  04ea186... Merge branch 'master' of https://github.com/ipomoena/dasher
  5675e4c... Fixed compile error - missing pure virtual function on CDas
  1c1fb2c... Merge pull request #21 from promixis/master
  0552ec4... Removed lots of unused win32 code
  6f6612c... Merge branch 'master' of https://github.com/ipomoena/dasher
  4de8788... Fixed some static analysis warnings
  afb084f... Added edit distance for sentence and paragraph.
  68a67c7... Added speech cancel command to control box and Win32 implem
  0b27d2e... Require libatspi>=2.11 to avoid const conversion errors (#2
  f374546... Merge pull request #25 from dbarnett/atspi_check
  6bedda1... Fix a crash on startup on Gtk2
  6e8caf7... Add speach stop support to SpeechDispatcher
  67b6544... Completely customized control box - all commands are parsed
  23a49b9... replaced for each with plain for loop. too new
  e81693f... Revert "replaced for each with plain for loop. too new"
  76337a5... Update boilerplate generated by GNU autotools
  1b3eadd... Update .gitignore with a bunch of Linux build outputs
  9fcfb2c... Merge pull request #28 from dbarnett/gitignore
  087d6e9... Merge pull request #29 from dbarnett/autogen_changes
  c7adb62... Enable C++11 in CXXFLAGS and use valid C++11 foreach syntax
  7bda194... Merge pull request #30 from dbarnett/cpp11
  1c475c5... Fixes for customisable control.xml
  36c560d... Control.xml updated to contain previously hardcoded command
  8c9a8cc... Added GetTextAroundCursor to dasher interface + Win32 stubs
  a1fe4a6... Update AlphInfo.h
  698a23a... More fixes for edit commands and next word, sentence and pa
  7a7121a... Update AlphIO.cpp
  fa8d711... Merge pull request #34 from ipomoena/sehtia-patch-1
  45b0f0f... Merge pull request #35 from ipomoena/sehtia-patch-2
  3b02a09... Update alphabet.dtd
  7153731... Update alphabet.english.xml
  fa786eb... Merge pull request #37 from ipomoena/sehtia-patch-4
  fe9bce2... Merge pull request #36 from ipomoena/sehtia-patch-3
  98faa99... Update alphabet.Hindi.xml
  48aaa01... Merge pull request #38 from ipomoena/sehtia-patch-5
  0de2a95... Update alphabet.polish.xml
  ece9758... Update alphabet.Turkish.xml
  0b6e271... Update alphabet.swedish.xml
  8264796... Merge branch 'master' of https://github.com/ipomoena/dasher
  763c535... Fix typo in AlphIO.cpp
  58f251b... Revert "Fix typo in AlphIO.cpp", pushed unintended changes.
  65729cc... Fix typo in AlphIO.cpp
  fabbd10... Merge pull request #39 from ipomoena/sehtia-patch-5
  4f09671... Implemented win32 version of GetTextAroundCursor.
  9a48f56... Commands for speaking or copying ward, sentence or paragrap
  106081a... Removed obsolete parameters for control box configuration.
  915f4e9... Fix for deleted memory read
  c28b495... Oops. HandleEvent is abstract
  22bd963... More fixes for accessing deleted objects.
  b5a4335...     Implement GetTextAroundCursor for the internal Gtk edit
  42fb34f... Add Google Inc to the AUTHORS file
  89f299c... Quick and dirty way to speak non default language
  47d9ff7... Merge remote-tracking branch 'refs/remotes/GNOME/master'
  81f1150... Remove support for deprecated GnomeSpeech (#42)
  f70ac35... Merge pull request #43 from dbarnett/rm_gnomespeech
  a3838c1... BP_SPEAK_WORDS parameter logic should be evaluated at progr
  f66f3d9... Win32 Speak will use voice with language of current alphabe
  4e69d26... Add moves and speak around cursor to the Linux + Gtk2 with 
  a271b67... Minor cleanup, fix a few string related memory leaks and de
  ec4ec40... Linux Speak will use voice with language of current alphabe
  defd327... Merge pull request #47 from dbarnett/speechlang
  6b5101f... Add langcodes for all Indo-European and Uralic alphabets
  98a260f... Fix startup warnings and some Gtk3 deprecation warnings on 
  949f2e6... Merge pull request #48 from dbarnett/langcodes
  3b49c19... Merge pull request #50 from dbarnett/warnings
  6a51f8b... Move "Latin ISO-8859" alphabet out of "Latin" alphabet file
  1ad3076... Merge pull request #51 from dbarnett/langcodes
  a531ab9... Linux: fix most warnings when compiling with clang.
  7bd8885... Fix Gtk2 compatibility
  697b8e4... win32 clang warnings fix
  32ef281... Remove support for gtk+ versions older than 2.14
  afbca39... Merge pull request #52 from dbarnett/deprecate_oldgtk
  3bf0ce9... Clarify "Don't save" option to "Quit without saving"
  954ef77... Merge pull request #56 from dbarnett/quit_prompt
  1546245... Cleanup in app settings.
  fc533b2... Merge branch 'master' of https://github.com/ipomoena/dasher
  22481bc... Updated release notes
  c312e73... Removed unuused stop on idle parameters and related code
  5d1c86a... Cleanup in boolean parameters
  772573c... cleanup of unused number parameters
  76c10e4... Fixed incomplete structure init
  51978d3... win32 - prevent dasher from starting when obscured by other
  f95be70... Fix more compiler warnings.
  231d535... Cleanup in CScreen class
  84bf9a4... Add a shared XmlSettingsStore class and include support for
  f25acd3... Win32 fix for property dialog not showing up.
  a27570b... Cleanup. Got rid of win95 and unused members.
  561dd8d... Fix for accidential start with TwoBox starter.
  e543079... Updated the SettingsStore class so it can handle applicatio
  dd82928... typo
  ac5c012... Remove the obsolete control box settings in the GTK version
  cd31d2d... XML settings implementation for Windows with '/Config file.
  b1a3e60... Removed unused gtk_dasher_control_ functions
  9edabd9... Win32 Status bar speed and alphabet display  were not updat
  9e9d0c1... Win32 decoupled Canvas from knowing that dasher interface s
  a0f19c7... Fix stripping of the first 3 bytes of the string in WinUTF8
  2852f77... Extracted scanning for xml files into separate class
  bfd8580... stray header
  6f59d31... Add a CFileUtils implementation in Linux so it builds.
  0f9a05a... Changed IsPointVisible to IsWindowUnderCursor. This change 
  88d3a51... Fix the linux build by moving the FileUtils.cc to a differe
  b054750... GetCursorPos already returns Screen Coordinates.
  f5be2b3... Merge pull request #58 from promixis/master
  a3c8132... Minor cleanup in AlphIO.
  be27a8c... Cleanup
  a2dc350... Made XmlSettingsStore one and only storage mechanism for se
  4c1126a... Added settings.dtd
  0c672be... Removeing accidental file.
  bd620e0... Changed control box to use unicode pictograms.
  ea71818... Added EDIT_PAGE edit distance to core.
  4d71660... Added control box with commands useful in speaking profile
  406b53c... Fixed mistake in delete actions in control.xml files.
  f0c6ea7... Added parameter for control box id.
  587cd0d... More changes to control box for speaking.
  feb9389... Control box move and delete to the beginning or end or by o
  32ec452... Control box with all commands and update to speak control b
  88cd2ab... Added control box for editing large documents.
  b4577d9... Control box make file.
  122c189... More control boxes and named settings.
  9f5f686... Windows installer for dasher 5.0 alpha
  d967b9b... Fix the linux build.
  e89dc5f... Fix the linux install.
  eb5678b... Merge remote-tracking branch 'refs/remotes/GNOME/master'
  2737697... Core changes for letting users select different control box
  a45fd0e... Win32 Added user facing preferrence to select control box l
  48e0a52... Cleanup
  1666ae0... Changes in control.*.xml file structure.
  8964718... One more control box change.
  4b44a67... Adjust expat include path to match directory structure of e
  9b0d2a6... Added Mirror layout config option.
  4fcf06f... Added ean color scheme
  28caec4... Added UTF file loading and saving
  d151fe9... UI for setting file encoding.
  11fa6a3... Cleanup
  507d32d... Added BP_SLOW_CONTROL_BOX parameter
  464bda9... Control Manager is resolving forward referrences correctly 
  d2a4ebe... Merge remote-tracking branch 'refs/remotes/GNOME/master'
  3958c29... Move langcode to attribute on "alphabets" element in XML
  3b03b2e... Merge pull request #78 from dbarnett/langcode
  b8c810c... Removed language code element from alphabet. Now it should 
  bc42b95... Add langcodes to all remaining alphabets with valid a langc
  e811402... Merge pull request #79 from dbarnett/langcodes
  7a1a91b... Cleanup in redundant options for window position and size.
  2490c92... Merge branch 'master' of https://github.com/ipomoena/dasher
  fd20b6f... Add text file mapping alphabet fnames to langcodes (for scr
  cc334a9... Merge pull request #80 from dbarnett/langcodes
  f35b471... Use the same set of options to remember window position and
  a15713e... Cleanup unused CEdit variables.
  fbda251... Tuning settings for specific usage profiles.
  fe9b8ec... Win32 add Shortcuts to start dasher with 4 profiles
  6478622... Win32 Load did not close file handle. + cleanup
  ae51fd2... The rest of cleanup
  36c5ed7... Win32 Maximized state was not remembered if minimized windo
  04f67fc... Removed antique build and install files.
  5a96066... One and only set of windows build filles.
  2a640c6... Upgrade Visual Studio to 2015. Removed unused configuration
  1661548... Fixes the problems prevents building on Linux.
  34f55e7... Merge pull request #84 from cagdasgerede/martian
  e2a06e9... Fixes for standalone layout
  5f82c6a... Correctly calculate offset after control box move and delet
  f46a3c9... Adding a script to create desktop shortcuts for starting da
  6356eb4... Merge pull request #87 from cagdasgerede/master
  928792e... Tuning control box for seaking
  389dc6c... Fix the file names of the shortcut specifications used in t
  0a06973... Adding documentation in INSTALL.Linux file on how to create
  7ecffd0... Updated the installation paragraph to make it more clear on
  a474292... Merge pull request #88 from cagdasgerede/master
  a5f53c5... Better layout for control box with all commands.
  b869643... Tweaks for speak and edit control boxes.
  01b3242... Merge branch 'master' of https://github.com/ipomoena/dasher
  21b4cdf... Control boxes with text added.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]