Andrew Borodin
|
3c477cbdfd
Fixed editor menu reloading.
|
15 years ago |
Slava Zanko
|
e54f318cef
Completely removed MHL stuff
|
15 years ago |
Patrick Winnertz
|
3b8f37b99e
Moved some functions out of mhl into src/util.c
|
15 years ago |
Patrick Winnertz
|
1c287d798d
First bunch of mhl_mem_free removal patches
|
15 years ago |
Enrico Weigelt, metux IT service
|
8b38cf44da
manully merged 227_replace_g_free
|
16 years ago |
Enrico Weigelt, metux IT service
|
54d6ec88dc
replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()
|
16 years ago |
Enrico Weigelt, metux IT service
|
15d7d47c15
replaced g_free() by mhl_mem_free()
|
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
|
2cb049a9cb
* edit/edit.h (edit_move_to_prev_col): Declare the function to have
|
18 years ago |
Roland Illig
|
9be77996d6
Replaced the
|
19 years ago |
Roland Illig
|
073907ec5f
* usermap.c: Allow user-defined keyboard bindings for mcedit.
|
19 years ago |
Roland Illig
|
0ee0936513
* editwidget.c: Don't dereference WButtonBar.
|
19 years ago |
Pavel Roskin
|
1f60f44145
Update postal address of Free Software Foundation.
|
19 years ago |
Roland Illig
|
7758bb1b95
* editwidget.c: Removed casts on function pointer types.
|
19 years ago |
Pavel Roskin
|
cd702593f6
* editwidget.c (edit_file): Move menu initialization ...
|
19 years ago |
Pavel Roskin
|
b5b70bce10
* edit.h: Eliminate global EditMenuBar. Fix all dependencies.
|
19 years ago |
Pavel Roskin
|
21ea3f6740
* *.c: Remove duplicate includes.
|
19 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
|
b49ac634f5
* editwidget.c: Don't use catstrs anymore.
|
20 years ago |
Roland Illig
|
9c65d36bdd
* edit.c: Replaced NULL with (char *) NULL. Likewise for 0, where
|
20 years ago |
Roland Illig
|
3c6a792d4b
* edit/edit.h: renamed edit() to edit_file() to avoid GCC shadow
|
20 years ago |
Roland Illig
|
d5f70f2ab8
* editcmd.c (edit_replace_cmd): Added const qualifier.
|
20 years ago |
Andrew V. Samoilov
|
0758929ef1
* editwidget.c (edit_adjust_size): Fix warnings.
|
20 years ago |
Pavel Roskin
|
8bc40b44f0
Fix includes not to rely on $(top_srcdir) being in the include path.
|
21 years ago |
Pavel Roskin
|
e0f9b7ab83
* editcmd.c (edit_raw_key_query): Use straight widget order.
|
21 years ago |
Pavel Roskin
|
e14f56d71b
* dlg.h: Replace DLG_BACKWARD to DLG_REVERSE with a better
|
21 years ago |
Pavel Roskin
|
e355e25b56
* dlg.h: Use cb_ret_t and widget_msg_t in widget callbacks.
|
21 years ago |
Pavel Roskin
|
24737eb1c1
* dlg.h: Remove restroy callback. Widgets should use
|
21 years ago |
Pavel Roskin
|
13a02ef978
* dlg.h: Use new types for dialog callbacks.
|
21 years ago |
Pavel Roskin
|
38265d418d
* edit.h: Get rid of WIDGET_COMMAND, update all dependencies.
|
21 years ago |
Pavel Roskin
|
1e0850ab07
* dlg.c (find_widget_type): Take pointer to void to avoid casts
|
21 years ago |
Pavel Roskin
|
10f65ac83d
* dlg.h (struct Widget): Remove tkname field.
|
21 years ago |
Pavel Roskin
|
dadbdd25e9
* editcmd.c (edit_quit_cmd): Rename to ...
|
21 years ago |
Pavel Roskin
|
0633d91f60
* editwidget.c (edit): Remove unused variable "framed".
|
21 years ago |
Pavel Roskin
|
729a855b29
* edit-widget.h: Stop misusing "unsigned char" for boolean.
|
21 years ago |
Pavel Roskin
|
812bac9a33
* editkeys.c: Move key maps to the file scope. Put common keys
|
22 years ago |
Pavel Roskin
|
361ec45373
Fix includes.
|
22 years ago |
Pavel Roskin
|
d6947e39cf
* edit.c (edit_translate_key): Remove x_state argument, it's now
|
22 years ago |
Pavel Roskin
|
8148b4973c
* edit.c (edit_reload): Don't initialize edit->macro_i, because
|
22 years ago |
Pavel Roskin
|
aaf569bd48
* edit.h: Don't inclide malloc.h. Use g_malloc() and g_free()
|
22 years ago |
Pavel Roskin
|
581cf41929
* edit.c (edit_open_file): Remove "text" and "text_size"
|
22 years ago |
Pavel Roskin
|
c935eaa6c2
* edit.c: Commit the rest of the position saving code.
|
22 years ago |
Pavel Roskin
|
dd7f5798fa
* edit.h: Remove "dir" field in WEdit - it's always an empty
|
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
|
66f451aac7
* dlg.c (send_message_to): Remove, use send_message() instead.
|
22 years ago |
Pavel Roskin
|
bc70c8cc1e
* dlg.h: Remove Dlg_head argument from callback_fn - it's
|
22 years ago |