Anton Gorenko
|
e2a970dc0f
|
add summary.txt and tags.txt for various vocabularies
|
2010-07-17 15:31:53 +06:00 |
Anton Gorenko
|
a35466820d
|
ui.backend.gtk: update to new with-out-parameters combinator
|
2010-07-17 14:25:59 +06:00 |
Anton Gorenko
|
d67da79385
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/pango/cairo/cairo.factor
|
2010-07-17 14:11:06 +06:00 |
Slava Pestov
|
cf6b910c9f
|
alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary
|
2010-07-16 17:32:05 -04:00 |
Slava Pestov
|
b0cfc34b3a
|
cocoa.subclassing: cleaner CLASS: syntax; ui.backend.cocoa: ignore events delivered after window closed to fix FEP (reported by Doug Coleman)
|
2010-07-06 19:02:52 -04:00 |
Slava Pestov
|
736530766e
|
cocoa.subclassing: new METHOD: syntax cleans up class definitions
|
2010-07-06 17:59:35 -04:00 |
Slava Pestov
|
1b9780fba9
|
Merge branch 'master' of git://github.com/erg/factor into erg
|
2010-06-22 01:05:13 -04:00 |
Slava Pestov
|
98ebd4d0e1
|
ui.backend.cocoa.views: unregister window from notification instead of in -dealloc, fixing flakiness of show-listener/show-browser words
|
2010-06-19 18:12:56 -04:00 |
Anton Gorenko
|
a510dd579b
|
gir.ffi, ui.backend.gtk, gir.samples: change enum and bitfield generation from ENUM: to TYPEDEF: + CONSTANT:s
|
2010-06-18 23:33:06 +06:00 |
Anton Gorenko
|
4798805c2f
|
ui.backend.gtk: working on input methods...
|
2010-06-16 19:25:32 +06:00 |
Anton Gorenko
|
7050faa96d
|
ui.backend.gtk: change authors list
|
2010-06-13 16:53:24 +06:00 |
Anton Gorenko
|
7cc5892993
|
Merge branch 'gtk' of git://github.com/Blei/factor
|
2010-06-13 16:20:32 +06:00 |
Anton Gorenko
|
95d9002e73
|
ui.backend.gtk: add destructor in clipboard-contents
|
2010-06-13 16:18:51 +06:00 |
Philipp Brüschweiler
|
728cba1584
|
Merge remote branch 'ex-rzr/master' into gtk
Conflicts:
basis/ui/backend/gtk/gtk.factor
|
2010-06-12 16:02:22 +02:00 |
Philipp Brüschweiler
|
7efbe9d59e
|
ui.backend.gtk: add surrounding signal handler for input methods
untested, as i don't think my IM is using this feature
|
2010-06-11 19:33:28 +02:00 |
Anton Gorenko
|
a2acf3b215
|
ui.backend.gtk: add simple input method support (GtkIMContextSimple)
|
2010-06-11 19:43:11 +06:00 |
Doug Coleman
|
f6e3f90142
|
Add a remove-wm-handler word to windows ui backend
|
2010-06-10 16:06:38 -05:00 |
Philipp Brüschweiler
|
073aa02546
|
ui.backend.gtk: notify input methods of cursor locations
|
2010-06-10 22:35:08 +02:00 |
Philipp Brüschweiler
|
3636344e0a
|
ui.backend.gtk: preliminary input methods support
|
2010-06-10 00:16:31 +02:00 |
Anton Gorenko
|
168a5688af
|
ui.backend.gtk: add auto-position for worlds with { 0 0 } in window-loc
|
2010-06-08 17:41:10 +06:00 |
Anton Gorenko
|
5b68880aa4
|
ui.backend.gtk: fix (grab-input) and (ungrab-input)
|
2010-06-08 13:21:45 +06:00 |
Anton Gorenko
|
8e8fd25765
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-06-07 23:12:23 +06:00 |
Anton Gorenko
|
3ab42f92b7
|
ui.backend.gtk: fix incorrect resizing of windows
|
2010-06-07 22:46:10 +06:00 |
Anton Gorenko
|
fa2d0d3c7f
|
ui.backend.gtk: add more advanced timer for event loop
|
2010-06-06 14:19:46 +06:00 |
Joe Groff
|
eab513cce5
|
ui.backend.windows: make small-title-bar windows WS_EX_TOPMOST so they behave like os x small-title-bar windows
|
2010-06-03 23:03:53 -07:00 |
Anton Gorenko
|
8c35d03645
|
ui.backend.gtk: add pixel-format support
|
2010-06-02 13:30:05 +06:00 |
Slava Pestov
|
b1a601b2cb
|
ui.backend.x11: fix typo
|
2010-06-02 03:13:57 -04:00 |
Slava Pestov
|
5f7949197b
|
ui.backend.windows: remove a usage of rot
|
2010-06-02 02:59:58 -04:00 |
Slava Pestov
|
af7df6ec67
|
ui.backend.x11: fixing raise-window*
|
2010-06-02 02:59:57 -04:00 |
Anton Gorenko
|
89c6f98791
|
ui.backend.gtk: add rough implementation of non-blocking IO
|
2010-05-31 00:18:08 +06:00 |
Slava Pestov
|
b9b72a6efa
|
ui.backend.cocoa: factor out stop-io-thread word for use by upcoming Gtk UI backend
|
2010-05-29 04:27:54 -04:00 |
Anton Gorenko
|
553f6d516a
|
change directories structure (add */ffi/ffi.factor files)
|
2010-05-27 00:17:14 +06:00 |
Slava Pestov
|
ceba2e1c6f
|
ui.backend.x11: don't pass GLX_USE_GL since its a no-op and Mesa doesn't like it
|
2010-05-24 19:23:55 -04:00 |
Anton Gorenko
|
c3acab8215
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/opengl/gl/extensions/extensions.factor
basis/pango/cairo/cairo.factor
|
2010-05-24 19:43:05 +06:00 |
Anton Gorenko
|
7cd0637d0d
|
add window-controls implementation (without 'textured-background')
|
2010-05-24 16:08:26 +06:00 |
Slava Pestov
|
a3e5e64eab
|
ui.backend.x11: fix load error
|
2010-05-23 22:08:24 -04:00 |
Anton Gorenko
|
ad8cda97a5
|
fix Alt-combos bug
|
2010-05-23 21:26:11 +06:00 |
Anton Gorenko
|
a7bd678c1b
|
Gtk-based ui backend
|
2010-05-23 16:09:26 +06:00 |
Slava Pestov
|
f04ae609c8
|
Fixes for out parameter changes
|
2010-05-23 03:27:40 -05:00 |
Slava Pestov
|
5d9993d46f
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04:00 |
Slava Pestov
|
40f58f27d6
|
specialized-arrays: rename byte-array>T-array to T-array-cast, and make it work with anything that responds to >c-ptr / byte-length
|
2010-05-18 23:09:34 -04:00 |
Slava Pestov
|
bf03b42745
|
ui.backend.windows: faster wheel mouse scroll rate
|
2010-05-07 18:26:16 -04:00 |
Slava Pestov
|
d2d466de29
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
unknown
|
be69c02803
|
Fix enter-fullscreen on windows
|
2010-04-30 08:06:06 -05:00 |
Slava Pestov
|
c5fef60396
|
ui.backend.x11: fix load error
|
2010-04-29 03:59:31 -04:00 |
Slava Pestov
|
fb8d418f13
|
ui.backend.windows: fix compile error
|
2010-04-29 02:20:17 -05:00 |
Slava Pestov
|
54260643c3
|
ui: use scroll delta information for smoother mouse scrolling on Windows and Mac OS X
|
2010-04-29 02:52:32 -04:00 |
Joe Groff
|
c434fbf47c
|
ui.backend.x11: search path for xmessage rather than hardcoding path
|
2010-04-25 12:18:45 -07:00 |
Slava Pestov
|
3b92172115
|
Replace 'untested' tag with 'not loaded' and 'not tested' tags
|
2010-04-13 18:43:01 -07:00 |
Slava Pestov
|
6fd9c27971
|
ui.backend.windows: fix icon name
|
2010-04-11 15:03:38 -05:00 |