Age | Commit message (Collapse) | Author |
|
This change rewrites and simplifies the copyright headers at the top
of all source files:
* Remove "Emacs style mode select" line; this line was included in
the headers for the originally released source files and appears
to be to set the file type for old versions of Emacs. I'm not sure
entirely why it was required but I don't think it is any more.
* Remove "You should have received a copy of..." text from copyright
header. This refers to the old 59 Temple Place address where the
FSF headquarters used to be located and is no longer correct.
Rather than change to the new address, just remove the paragraph
as it is superfluous anyway. This fixes #311.
* Remove ---- separator lines so that the file headers are barer
and more simplified.
|
|
Clicking on a scrollbar should scroll the cursor to that location, but
the logic for it was buggy because of loss of precision when doing an
integer divide. When dividing by bar_max, seek up to the nearest value
so that the cursor always arrives where we clicked.
Thanks to Alexandre-Xavier for reporting this bug. This fixes #359.
|
|
Subversion-branch: /branches/v2-branch
Subversion-revision: 2464
|
|
when they lose their focus (thanks Twelve).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2460
|
|
Subversion-branch: /branches/v2-branch
Subversion-revision: 2383
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2320
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2310
|
|
the clicked location. Interpret mousewheel events so that scroll panes
can be scrolled.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2307
|
|
whether the widget is selectable. This stops the table code from
selecting things that aren't really selectable - eg. empty tables,
scrollpanes containing unselectable widgets, etc.
Fixes a bug with the warp menu (thanks Proteh).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2207
|
|
LionsPhil).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1631
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1448
|
|
response to keyboard events.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1440
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1438
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1437
|