Commit graph

8843 commits

Author SHA1 Message Date
Gregory John Casamento
72697f699c Complete initial implementation of speech recognizer 2020-02-04 05:26:52 -05:00
Gregory John Casamento
8c35633a56 Add delegate 2020-02-03 11:02:03 -05:00
Gregory John Casamento
0ab7edf05a Add start/end utterance calls 2020-02-03 08:13:08 -05:00
Gregory John Casamento
20fefae849 Fix link errors 2020-02-03 07:56:55 -05:00
Gregory John Casamento
2f8e9656a3 Fix compilation of recognizer using pocketsphinx. 2020-02-03 07:09:08 -05:00
Gregory John Casamento
eb506bd8ef Update gitignore. 2020-02-03 01:47:02 -05:00
Gregory John Casamento
f084aa177d Fix path 2020-02-03 01:05:58 -05:00
Gregory John Casamento
13e5b66acf Add needed .gitignore entries. 2020-02-03 01:05:00 -05:00
Gregory John Casamento
fbcc8c6ae4 Add files 2020-02-03 01:02:50 -05:00
Sergii Stoian
d1466b23ef
Merge pull request #52 from gnustep/randr
Keep menu inside visible screen frame.
2020-02-03 02:24:47 +02:00
Sergii Stoian
deec9c5932 * Source/GSTitleView.m (mouseDown:): add additional sanity checks
for NSScreen, NSWindow values.
2020-02-03 02:22:27 +02:00
Sergii Stoian
75cbfce281 * Source/GSTitleView.m (mouseDown): use [_window screen] instead
of [NSScreen mainScreen].
2020-02-02 22:40:43 +02:00
Gregory John Casamento
886cb4d0e8 Clean compile for speech recognizer server 2020-02-01 05:57:32 -05:00
Gregory John Casamento
ea2fe89e5f Fix compilation errors 2020-02-01 05:43:06 -05:00
Gregory John Casamento
b1f9f1fd78 Fix speech recognizer compilation 2020-02-01 04:41:52 -05:00
Gregory John Casamento
75122ac78e Server name to #define 2020-02-01 04:33:25 -05:00
Gregory John Casamento
f891819498 Add code to connect with server 2020-02-01 04:30:36 -05:00
Gregory John Casamento
9ee975860a Clean build for NSSpeechRecognizer 2020-02-01 04:16:48 -05:00
Gregory John Casamento
a880154841 NSSpeechRecognizer skeleton 2020-02-01 03:47:21 -05:00
Gregory John Casamento
11ac26b58a Speech recognition code 2020-01-31 05:27:48 -05:00
Gregory John Casamento
7e9fb9ed53 Fix conflicts 2020-01-31 04:43:30 -05:00
Gregory John Casamento
71a87523e4 Detect pocketsphinx_export.h header 2020-01-31 04:39:33 -05:00
Sergii Stoian
a7aa7d014d * Source/GSTitleView.m (mouseDown:): limit menu movement to screen
frame for top/left/right edges. Menu can be moved to the bottom until
  title is completely visible.
2020-01-31 02:31:19 +02:00
Gregory John Casamento
d526f6f50d Initial add of all files 2020-01-30 16:28:18 -05:00
Gregory John Casamento
82f9cbb96b Add HAVE_POCKETSPHINX_H to config.h.in 2020-01-30 14:29:20 -05:00
Gregory John Casamento
2b565697e5 Add code to configure.ac to compile speech recognition 2020-01-30 13:56:54 -05:00
Gregory John Casamento
2756be99e5 Merge branch 'master' into NSFontCollection_branch 2020-01-30 07:48:16 -05:00
Gregory John Casamento
2b388c6a88 Finish initialization method 2020-01-30 07:47:10 -05:00
Gregory John Casamento
772e4242a1 Finish initialization method 2020-01-30 07:46:41 -05:00
Gregory John Casamento
fac43795d6 Implement methods to modify font collections 2020-01-30 07:13:08 -05:00
Gregory John Casamento
f6555d14b0 Updates 2020-01-30 06:23:35 -05:00
Richard Frith-Macdonald
36343b81b1 Fix error in format string 2020-01-30 09:29:55 +00:00
Sergii Stoian
31d06161d5
Merge pull request #50 from trunkmaster/master
Update window position on screen parameters change
2020-01-28 15:13:35 +02:00
Sergii Stoian
71056e625a
Merge branch 'master' into master 2020-01-28 14:46:26 +02:00
Sergii Stoian
b1dedaeb09 * ChangeLog: consolidate latest screen parameter changes. 2020-01-28 12:16:37 +02:00
Sergii Stoian
1146f35276 * Source/NSWindow.m (applicationDidChangeScreenParameters:): use enumerator
to go through the list of screens. Removed commented out debug output.
2020-01-28 12:15:39 +02:00
Gregory John Casamento
697f6ba699 Add NSCTFontCollection so we can decode NSFontCollection 2020-01-27 02:31:11 -05:00
Gregory John Casamento
57d6be305b Implement copyWithZone and mutableCopyWithZone 2020-01-26 21:53:28 -05:00
Sergii Stoian
a4174f2838 * Source/NSWindow.m (applicationDidChangeScreenParameters): take into
account screen origin change during window position recalculation.

* Source/NSScreen.m (dealloc): debug output was removed.
2020-01-27 00:47:08 +02:00
Gregory John Casamento
b41444e4c4 Correct errors and begin implementation of copy methods 2020-01-26 16:26:47 -05:00
Gregory John Casamento
15a2b03eab Add setters and getters in NSMutableFontCollection 2020-01-26 14:42:25 -05:00
Sergii Stoian
d4ea1a490f * Source/NSWindow.m (initWithContentRect:styleMask:backing:defer:):
added observer of NSApplicationDidChangeScreenParametersNotification.
  (applicationDidChangeScreenParameters:): callback for added notification -
  updates window position, set new screen object and saves frame if
  autosave name exists.

* Source/NSScreen.m (initialize): remove observer of
  NSApplicationDidChangeScreenParametersNotification - NSScreen shouldn't
  do it. Backend explicitely calls -resetScreens before posting notification.
  (_initWithScreenNumber:): ditto.
  (_resetScreens): removed.
  (deviceDescription): removed duplicated addition of NSDeviceSize object.

* Source/NSApplication.m (finishLaunching): remove observer of
  NSApplicationDidChangeScreenParametersNotification.
2020-01-26 03:13:16 +02:00
Gregory John Casamento
73bbad4059 Initial implementation of NSFontCollection methods. 2020-01-25 19:14:17 -05:00
Gregory John Casamento
479dca0b6d Remove from NSFontCollection.m 2020-01-25 17:49:42 -05:00
Gregory John Casamento
d4bffaa399 Remove duplicate declaration 2020-01-25 17:36:25 -05:00
Gregory John Casamento
0cf034176d Add new AppKit numbers. 2020-01-25 17:35:36 -05:00
Gregory John Casamento
607861def6 Move constants to extern.m 2020-01-25 17:25:55 -05:00
Gregory John Casamento
2f50bad42f Update gitignore 2020-01-25 13:19:33 -05:00
fredkiefer
11590c680d Add changelog entry for changes. 2020-01-24 23:04:20 +01:00
fredkiefer
8a000a6ce2 Remove useless code as the real object is at that time nil. 2020-01-24 22:59:41 +01:00