Ilia Maslakov
|
8725fa60a8
add to status bar source codepage
|
16 years ago |
Ilia Maslakov
|
5be16e2a0b
replace name_trunc to str_trunc
|
16 years ago |
Ilia Maslakov
|
b0729f75fb
replace isalpha to g_ascii_isalpha
|
16 years ago |
Mikhail S. Pobolovets
|
6a209bdb59
Simple doxygen description for files in edit directory.
|
16 years ago |
Patrick Winnertz
|
589ffd0b10
Use g_snprintf instead of snprintf as we switch back to glib
|
16 years ago |
Patrick Winnertz
|
1c287d798d
First bunch of mhl_mem_free removal patches
|
16 years ago |
Enrico Weigelt, metux IT service
|
8b38cf44da
manully merged 227_replace_g_free
|
16 years ago |
Enrico Weigelt, metux IT service
|
e4a4f77ac2
replaced g_snprintf() by snprintf()
|
16 years ago |
Enrico Weigelt, metux IT service
|
15d7d47c15
replaced g_free() by mhl_mem_free()
|
16 years ago |
Patrick Winnertz
|
537b55b46e
Move this var into if condition as it's only needed there
|
16 years ago |
Pavel Tsekov
|
2f3df3af4e
* edit/bookmark.c: Update copyright notice.
|
17 years ago |
Pavel Tsekov
|
23361694b6
* src/background.c: Use the correct form of FSF's name in the copyright
|
17 years ago |
Pavel Tsekov
|
139e48183f
* src/color.h: Add a new color pair.
|
17 years ago |
Leonard den Ottolander
|
59e59d9e3b
* edit/editdraw.c (edit_draw_this_line): Remove unused variable book_mark.
|
18 years ago |
Roland Illig
|
ad9acbde44
Moved printwstr() from src/slint.c to edit/editdraw.c.
|
19 years ago |
Roland Illig
|
ad8b819a48
* editdraw.c (render_edit_text): Removed unused variables.
|
19 years ago |
Roland Illig
|
dee3850ee4
* editdraw.c (render_edit_text): Removed unused variable.
|
19 years ago |
Pavel Roskin
|
1f60f44145
Update postal address of Free Software Foundation.
|
20 years ago |
Leonard den Ottolander
|
8994b8bbec
Added casts on 2 parameters to g_snprintf.
|
20 years ago |
Roland Illig
|
ecc08f6c60
* edit.h: Removed unnecessary #include directives ...
|
20 years ago |
Roland Illig
|
e501886d58
* editdraw.c: Renamed redraw_labels to buttonbar_redraw.
|
20 years ago |
Roland Illig
|
e5e3a8f87d
* editcmd.c: Fixed whitespacing issues.
|
20 years ago |
Roland Illig
|
05d2881a71
* *.c: Removed trailing whitespace.
|
20 years ago |
Roland Illig
|
020455853d
* editdraw.c (edit_status): Changed some variables from size_t to
|
20 years ago |
Roland Illig
|
067e407cf7
* editdraw.c (edit_status): Fixed drawing bug with ncurses.
|
20 years ago |
Andrew V. Samoilov
|
bfee231c11
* editdraw.c (edit_status): Don't output extra characters on the
|
20 years ago |
Roland Illig
|
63cae58f20
* editdraw.c (edit_status): Expand the filename field in the status
|
20 years ago |
Roland Illig
|
283441db92
* editdraw.c (status_string): Removed unused parameter.
|
20 years ago |
Pavel Roskin
|
8bc40b44f0
Fix includes not to rely on $(top_srcdir) being in the include path.
|
21 years ago |
Pavel Roskin
|
729a855b29
* edit-widget.h: Stop misusing "unsigned char" for boolean.
|
21 years ago |
Pavel Roskin
|
aaf569bd48
* edit.h: Don't inclide malloc.h. Use g_malloc() and g_free()
|
22 years ago |
Pavel Roskin
|
5c0e8be6ca
"Privatize" font-related defines.
|
22 years ago |
Pavel Roskin
|
18de4488e3
* edit-widget.h: Move typedef WEdit and file names ...
|
22 years ago |
Pavel Roskin
|
7969f851bb
* edit.h: Decentralize includes.
|
22 years ago |
Pavel Roskin
|
e741be7a5d
* *.c: Fix all global functions without declarations - declare,
|
22 years ago |
Pavel Roskin
|
0106eebda6
* editwidget.c (edit_adjust_size): Use find_buttonbar().
|
22 years ago |
Pavel Roskin
|
b2fd313167
* edit.c: Include charset.h unconditionally, use new conversion
|
22 years ago |
Pavel Roskin
|
540ffe0db3
* editdraw.c (print_to_widget): Eliminate use of floating point.
|
22 years ago |
Pavel Roskin
|
da7e82d253
Global removal of RCS Id: flags.
|
22 years ago |
Pavel Roskin
|
50c15654ef
* edit.h: Move style definitions ...
|
22 years ago |
Pavel Roskin
|
6d1beed458
* edit.c (edit_move_forward3): Use caret notation for code 127
|
22 years ago |
Pavel Roskin
|
07de958369
* edit.c (edit_move_forward3): Show 'r' as ^M.
|
22 years ago |
Andrew V. Samoilov
|
9f80054302
* editdraw.c (status_string): Remove font_width argument.
|
22 years ago |
Pavel Roskin
|
3a93326ce7
* editoptions.c: Make some variables static.
|
22 years ago |
Pavel Roskin
|
75666df0fe
* edit.h [!HAVE_SLANG]: Enable syntax highlighting.
|
22 years ago |
Pavel Roskin
|
a23618b2ef
* edit.h (struct key_word): Remove unused "bg" field, rename
|
22 years ago |
Pavel Roskin
|
bb989f677a
* editdraw.c (edit_draw_this_line): Fix setting MOD_ABNORMAL
|
22 years ago |
Pavel Roskin
|
4655fbbb6b
* editdraw.c (edit_status): Use EDITOR_NORMAL_COLOR instead of
|
22 years ago |
Pavel Roskin
|
817602f8af
* editdraw.c (edit_scroll_screen_over_cursor): Do nothing if the
|
23 years ago |
Andrew V. Samoilov
|
23bdcf3d1e
* editdraw.c (edit_render): Eliminate f. It's only written
|
23 years ago |