Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,676
Issues
2,676
List
Boards
Labels
Service Desk
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
c57717bc
Commit
c57717bc
authored
Oct 04, 1999
by
Michael Natterer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one more help system update.
parent
5a01821b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
47 additions
and
4 deletions
+47
-4
ChangeLog
ChangeLog
+4
-0
app/brush_edit.c
app/brush_edit.c
+1
-1
app/gui/brush-editor.c
app/gui/brush-editor.c
+1
-1
app/widgets/gimpbrusheditor.c
app/widgets/gimpbrusheditor.c
+1
-1
help/C/dialogs/Makefile.am
help/C/dialogs/Makefile.am
+1
-0
help/C/dialogs/brush_editor.html
help/C/dialogs/brush_editor.html
+31
-0
help/C/dialogs/index.html
help/C/dialogs/index.html
+1
-0
help/ChangeLog
help/ChangeLog
+7
-1
No files found.
ChangeLog
View file @
c57717bc
1999
-
10
-
04
Michael
Natterer
<
mitch
@
gimp
.
org
>
*
app
/
brush_edit
.
c
:
name
fix
.
1999
-
10
-
04
Michael
Natterer
<
mitch
@
gimp
.
org
>
*
app
/
channels_dialog
.
c
...
...
app/brush_edit.c
View file @
c57717bc
...
...
@@ -207,7 +207,7 @@ brush_edit_generated_new ()
begw
->
shell
=
gimp_dialog_new
(
_
(
"Brush Editor"
),
"generated_brush_editor"
,
gimp_standard_help_func
,
"dialogs/
generated_
brush_editor.html"
,
"dialogs/brush_editor.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
...
...
app/gui/brush-editor.c
View file @
c57717bc
...
...
@@ -207,7 +207,7 @@ brush_edit_generated_new ()
begw
->
shell
=
gimp_dialog_new
(
_
(
"Brush Editor"
),
"generated_brush_editor"
,
gimp_standard_help_func
,
"dialogs/
generated_
brush_editor.html"
,
"dialogs/brush_editor.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
...
...
app/widgets/gimpbrusheditor.c
View file @
c57717bc
...
...
@@ -207,7 +207,7 @@ brush_edit_generated_new ()
begw
->
shell
=
gimp_dialog_new
(
_
(
"Brush Editor"
),
"generated_brush_editor"
,
gimp_standard_help_func
,
"dialogs/
generated_
brush_editor.html"
,
"dialogs/brush_editor.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
...
...
help/C/dialogs/Makefile.am
View file @
c57717bc
...
...
@@ -7,6 +7,7 @@ helpdatadir = $(gimpdatadir)/help/C/dialogs
helpdata_DATA
=
\
about.html
\
border_selection.html
\
brush_editor.html
\
brush_selection.html
\
convert_to_indexed.html
\
copy_named.html
\
...
...
help/C/dialogs/brush_editor.html
0 → 100644
View file @
c57717bc
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<META
HTTP-EQUIV=
"Content-Type"
CONTENT=
"text/html; charset=iso-8859-1"
>
<title>
Help Page for brush_editor
</title>
</head>
<body
text=
"#000000"
bgcolor=
"#FFFFFF"
link=
"#0000FF"
vlink=
"#FF0000"
alink=
"#000088"
>
<table
width=
"100%"
cellspacing=
"1"
cellpadding=
"1"
>
<tr
bgcolor=
"black"
>
<td
width=
"100%"
align=
"center"
>
<font
size=
"+2"
color=
"white"
>
brush_editor help page
</font>
</td>
</tr>
<tr
bgcolor=
"white"
>
<td
width=
"100%"
align=
"left"
>
<p>
<a
href=
"index.html"
>
Index
</a><p>
(/dialogs/brush_editor.html)
<p>
Sorry but the help file for brush_editor is not yet done.
<p>
/Karin
&
Olof
<p>
</td>
</tr>
</table>
</body>
</html>
help/C/dialogs/index.html
View file @
c57717bc
...
...
@@ -31,6 +31,7 @@
<p>
Topics in this directory:
<p>
<a
href=
"about.html"
>
about
</a><br>
<a
href=
"border_selection.html"
>
border_selection
</a><br>
<a
href=
"brush_editor.html"
>
brush_editor
</a><br>
<a
href=
"brush_selection.html"
>
brush_selection
</a><br>
<a
href=
"convert_to_indexed.html"
>
convert_to_indexed
</a><br>
<a
href=
"copy_named.html"
>
copy_named
</a><br>
...
...
help/ChangeLog
View file @
c57717bc
1999-10-03 Michael Natterer <mitch@gimp.org>
1999-10-04 Michael Natterer <mitch@gimp.org>
* C/dialogs/Makefile.am
* C/dialogs/brush_edit.html
* C/dialogs/index.html: new file.
1999-10-04 Michael Natterer <mitch@gimp.org>
* ChangeLog: initial revision of a separate help system ChangeLog.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment