John Benediktsson
|
d0357cc349
|
Revert "ui.tools.listener: update docs for Emacs-style text entry."
This reverts commit 913e69500f .
|
2014-11-30 07:13:10 -08:00 |
John Benediktsson
|
913e69500f
|
ui.tools.listener: update docs for Emacs-style text entry.
|
2014-11-29 21:18:52 -08:00 |
John Benediktsson
|
49bcbaee7a
|
removing small and unnecessary files.
|
2014-11-29 17:24:42 -08:00 |
Björn Lindqvist
|
001acde590
|
math.vectors: new word v>integer = [ >integer ] map
|
2014-11-17 19:02:12 -08:00 |
John Benediktsson
|
c3dd749f3d
|
ui.tools.deploy: change article title.
|
2014-11-14 17:31:46 -08:00 |
Björn Lindqvist
|
090f4fddd5
|
VM: Three new special objects added to keep track of the builds version number, git label and compilation time respectively. The info is exposed in the system:version-info word and also shown in the banner during startup.
Conflicts:
Nmakefile
basis/ui/tools/listener/listener.factor
core/alien/strings/strings.factor
|
2014-11-10 23:01:52 -08:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
Doug Coleman
|
c39f33ee67
|
ui.event-loop: No need to special-case ui.private now that the auto-use
tool suggests private words.
|
2014-11-01 11:35:55 -07:00 |
John Benediktsson
|
7d0039babe
|
cocoa: fix requirement that mac deploys have high reflection.
|
2014-10-31 11:34:08 -07:00 |
Doug Coleman
|
6f5ff6579e
|
ui.event-loop: Fix using list.
|
2014-10-26 16:27:33 -07:00 |
John Benediktsson
|
8033741135
|
io/ui: slim down the USE: list
|
2014-10-24 17:33:27 -07:00 |
John Benediktsson
|
c96bf37b3a
|
ui.gadgets.tables: show summary for mouse row or selected row.
|
2014-10-24 16:32:21 -07:00 |
John Benediktsson
|
6767928091
|
ui.gadgets.buttons: use hide-status on button-leave.
|
2014-10-24 16:30:29 -07:00 |
Doug Coleman
|
6e037ee256
|
ui.tools.browser: Remove dialog-window attribute from help browser. The window has enough content to merit a panel in a tiling window manager, and this attribute forces the window to always be in front on GTK, which is annoying.
|
2014-08-05 11:35:49 -07:00 |
John Benediktsson
|
e5ac9c9c0f
|
ui.backend.gtk: fix yield delay on gtk backend.
|
2014-08-05 11:24:23 -07:00 |
Doug Coleman
|
68446b047b
|
ui: Rename floating-window to dialog-window as per @bjourne's suggestion. Related to #1026.
|
2014-08-05 10:03:17 -07:00 |
Björn Lindqvist
|
60ffe0680e
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
Doug Coleman
|
fdcc33acee
|
ui: Fix floating-window implementation for Windows/Mac. We need floating-window defined in the hashtables, as well as adding it /in addition to/ the existing flags.
|
2014-07-16 14:38:50 -05:00 |
Doug Coleman
|
b460563da3
|
ui: Missed an entry in the top list that is in the bottom list.
|
2014-07-16 02:32:14 -07:00 |
Doug Coleman
|
57cdc841c3
|
ui: Add a floating-window window-contol for opening floating windows in a tiling window manager on gtk. Use this style on the help browser, inspector, and deploy windows. Please report any other windows that need this flag since I don't regularly use a tiling window manager. Tested on Ubuntu 14.04 64bit with i3 window manager. Fixes #1026.
|
2014-07-16 02:26:52 -07:00 |
Doug Coleman
|
d614084550
|
opengl.capabilities: Apply @jonenst's suggestions for gl-version failures with mesa opengl.
|
2014-06-07 21:48:20 -07:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
John Benediktsson
|
0f52c3e486
|
ui.tools.listener.history: cleanup and minor bugfix.
|
2014-04-30 19:06:36 -07:00 |
John Benediktsson
|
c6f8a84ee4
|
ui.tools.common: reuse code.
|
2014-04-28 13:01:18 -07:00 |
John Benediktsson
|
1fdc965b34
|
ui.backend.cocoa.views: clear cache to remove possibly non-retina stuff.
|
2014-04-28 13:00:20 -07:00 |
Björn Lindqvist
|
3bbdd067be
|
ui.backend.gtk: connect ui signals before realizing the widget
gtk_widget_add_events() needs to be called before gtk_widget_realize()
otherwise oxygen-gtk will steal all lmb clicks
|
2014-03-02 19:11:55 -08:00 |
Björn Lindqvist
|
1456e14a09
|
ui.backend.windows: correct wndproc signature so that factor works with vs2012
|
2014-02-21 17:40:43 -08:00 |
Jon Harper
|
ba57d1adcd
|
with-ui docs, clearly state that the quot must return
|
2013-10-17 13:35:06 -07:00 |
John Benediktsson
|
d44cc17161
|
update docs for help.lint checks.
|
2013-08-24 11:39:31 -07:00 |
John Benediktsson
|
63ee0de2f1
|
ui.gadgets.worlds: remove fonts slot from docs.
|
2013-08-13 08:49:43 -07:00 |
John Benediktsson
|
c75fc48f23
|
switch some vocabs to 4 spaces.
|
2013-07-24 14:52:09 -07:00 |
John Benediktsson
|
fb7f53485a
|
ui.backend.cocoa.views: set gl-scale-factor to f if 1.0.
|
2013-04-21 19:43:12 -07:00 |
John Benediktsson
|
5512294075
|
ui.backend.cocoa.views: handle windowDidChangeBackingProperties event.
|
2013-04-21 19:40:57 -07:00 |
John Benediktsson
|
24b116be1c
|
prettyprint: rename so it doesn't look so much like print-error.
|
2013-04-10 19:18:15 -07:00 |
John Benediktsson
|
e42144e9ea
|
prettyprint: cleanup duplicate code.
|
2013-04-10 18:50:11 -07:00 |
John Benediktsson
|
d6828d38ff
|
ui.tools.traceback: fix pprint error in walker issue.
|
2013-04-10 18:30:11 -07:00 |
John Benediktsson
|
987ecea441
|
Minor fix to make sure strings are produced.
|
2013-04-06 18:50:26 -07:00 |
John Benediktsson
|
c900590f8b
|
use concat instead of join.
|
2013-04-06 17:02:22 -07:00 |
John Benediktsson
|
bf83eaccfc
|
cocoa: maybe this is cleaner...
|
2013-03-30 13:44:11 -07:00 |
John Benediktsson
|
a99f66f505
|
cocoa: add ?-> to remember messages being used at runtime.
|
2013-03-30 13:14:51 -07:00 |
John Benediktsson
|
d1ae334046
|
ui.backend.cocoa.views: more robust respondsToSelector: (thanks @jckarter).
|
2013-03-29 20:34:24 -07:00 |
John Benediktsson
|
39dc58a5a8
|
ui.backend.cocoa.views: spacing.
|
2013-03-29 14:47:53 -07:00 |
John Benediktsson
|
fe1bfe173b
|
ui.backend.cocoa.views: simplify and add os version check.
|
2013-03-29 14:29:41 -07:00 |
John Benediktsson
|
1209d5287d
|
ui.backend.cocoa.views: maybe this works on 10.6.
|
2013-03-29 14:18:57 -07:00 |
Doug Coleman
|
60cb462826
|
ui.tools: Fix restart.
|
2013-03-23 17:39:48 -07:00 |
Doug Coleman
|
daca323523
|
ui.tools.error-list: Fix reset-memoized.
|
2013-03-23 17:35:18 -07:00 |
Doug Coleman
|
fb4eb84f7c
|
ui.tools.error-list: Rename error-list-gadget.
|
2013-03-23 17:14:04 -07:00 |
Doug Coleman
|
c1b4bcb58e
|
ui.gadgets.slider: Rename.
|
2013-03-23 16:47:04 -07:00 |
Doug Coleman
|
16964064b6
|
ui.tools: Fix definition? usage.
|
2013-03-23 16:46:51 -07:00 |