0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/widgets/widget-window.c, src/widgets/widget-window.h: Added argument __name for widget_create_window. More... about 15 years ago
Implementation TCL commands of `actions'. More... about 15 years ago
* mk/init.mk: Removed by unwanted.
Sergey Sharybin
as Sergey I. Sharybin
More... about 15 years ago
Merge branch 'code-formation' into devel
Sergey Sharybin
as Sergey I. Sharybin
More... about 15 years ago
* src/file_panel-defact.c, src/tcl/tcllib.c: Fixed memory uses bug. More... about 15 years ago
* src/regexp.c: Fixed typo. More... about 15 years ago
* src/util.c, src/util.h: Adds to_widestring and to_multibyte function implementation. More... about 15 years ago
* mk/objective.mk: Implemented objective library merging.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/iface-menu.c: Improvements in menu creating stuff.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-create_file.c: Implementation of create file action.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/fpd-menu-sortorder.c: Restored window creation.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/file_panel.c: Use standardized name for cwd-changed-hook's structure name.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/file_panel.c, src/file_panel.h: Fixed typo with global panels_count. Implemented function file_panel_destroy(). Added hooks `file-panel-before-destroy-hook` and `file-panel-after-destroy-hook` Minor spell-checking. Fixed bug with direct accessing to `focused` field of widget in file_panel_set_focus().
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/dynstruct.c, src/dynstruct.h: Use copy semantic in dynstruct_get_field_val().
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
Merge branch 'named-widgets' into devel
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-operate.c, src/actions.h: Added follow symlinks parameter to function action_operate().
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/widgets/widget-list.c: Fixed bug with scrollbar's visibility.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/widgets/widget-menu.c: Fixed segmentation fault on exit and bug with menus without flag WMS_HIDE_UNFOCUSED.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/hotkeys.c, src/hotkeys.h: Implemented functions hotkey_enable() and hotkey_disable().
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* po/ru.po: Added new localization.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-find-iface.c, src/action-find-iface.h, src/action-find.c: Stop searching without closing results window when escape is pressed while searching is in progress.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/smartinclude.h: Fixed compilation warning under Debian Lenny.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-chmod-iface.c, src/action-choose_panel.c, src/action-chown-iface.c, src/action-copymove-iface.c, src/action-editsymlink.c, src/action-find-iface.c, src/action-mkdir.c, src/action-operate.c, src/action-symlink.c, src/actions.c, src/file_panel.c, src/fpd-sortorder.c. src/iface.c, src/messages.c, src/widgets/widget-box.c, src/widgets/widget-box.h, src/widgets/widget-button.c, src/widgets/widget-button.h, src/widgets/widget-checkbox.c, src/widgets/widget-checkbox.h, src/widgets/widget-edit.c, src/widgets/widget-edit.h, src/widgets/widget-list.c, src/widgets/widget-list.h, src/widgets/widget-menu.c, src/widgets/widget-progress.c, src/widgets/widget-progress.h, src/widgets/widget-scrollbar.c, src/widgets/widget-scrollbar.h, src/widgets/widget-text.c, src/widgets/widget-text.h, src/widgets/widget-window.c, src/widgets/widget.c, src/widgets/widget.h: Added `name` property to widgets.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-find-iface.c: Implementation of Esc and Ret buttons handling in result window while searching is in progress. Use recursively searching by default.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-find-iface.c, src/action-find-iface.h, src/action-find.c, src/action-find.h: Implementation of search file operation.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-copymove-iface.c: Fixed colors used in file exists question.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/widgets/widget.c: Do not focus already focused widget.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-copymove.c: Fixed bug with incorrect absolutely path calculating in make_copy().
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/regexp.c: Code formation for fixing compiler's warnings.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago
* src/action-copymove.c, src/file_panel-defact.c: Fixed bug with registering hotkeys on default file panel's hotkey context.
Sergey Sharybin
as Sergey I. Sharybin
More... over 15 years ago