Commit History

Author SHA1 Message Date
  Andrew Borodin e1f2b5b017 Workaround for NCurses output routines. 13 years ago
  Andrew Borodin 62fc80f5f7 Allow draw a part of line if some coordinares are out of screen boundaries. 14 years ago
  Andrew Borodin 140d4ea117 Allow close help and tree dialogs using ctrl-g shortcut (SIGINT). 13 years ago
  Andrew Borodin 7e6ff9caf9 Allow override standard dialog actions in some dialog. 13 years ago
  Andrew Borodin dc3d161e71 Don't get dialog hotkey from disabled widget. 13 years ago
  Andrew Borodin 65d9697d69 Fixed widget redraw order in dialog. 13 years ago
  Andrew Borodin 8bbad1dbfb Menu hack to keep overlapped widgets order 13 years ago
  Andrew Borodin fe34f89a19 Added dlg_set_top_widget() function 14 years ago
  Andrew Borodin 6ad4b2466b Allow add and remove widgets in runtime. 14 years ago
  Andrew Borodin 33d25a0c8f Put global mouse coordinates to widgets. 14 years ago
  Andrew Borodin 7956b64e54 Fix mouse handling in dialog. 14 years ago
  Andrew Borodin c3f359c82b Ticket #2608: widget enhancements. 14 years ago
  Andrew Borodin 8fe49bb599 Merge branch '2695_editor_segfault' 13 years ago
  Slava Zanko 8451286bb5 Ticket #2695: Fixed segfault while new file created in editor. 13 years ago
  Slava Zanko 1784d57ace Merge branch '2695_expansion_to_src' 13 years ago
  Slava Zanko 4047403077 Fixed creation of lock files 13 years ago
  Slava Zanko 8d71371961 Changed function remove_encoding_from_path() for return vfs_path_t type 13 years ago
  Slava Zanko af1f37b967 fixup! Added tests for examine_cd() function. 13 years ago
  Slava Zanko 9d005bce6f panels: Show archive name when entering to archive 13 years ago
  Slava Zanko 49e35a62fb Fixed destination file name when file dialog with single operation is appear 13 years ago
  Slava Zanko 05d220a9c6 vfs_path: Fixed broken relative paths processing. 13 years ago
  Andrew Borodin 2f744e86a2 Reimplemented list of operated files using GSList. 13 years ago
  Slava Zanko a8da7179d0 Return values of following functions are constants now: 13 years ago
  Slava Zanko d2be823ac3 Changed src/filemanager/file.c to handle vfs_path_t objects. 13 years ago
  Slava Zanko c9af137914 Changed lot of functions in src/ directory 13 years ago
  Slava Zanko ccfea7a142 Share same code between update_xterm_title_path() and midnight_get_title() functions 13 years ago
  Slava Zanko 2b5c28b316 Changes to handle vfs_path_t object: 13 years ago
  Slava Zanko 18d8b06238 VFS: Added new function vfs_path_to_str_flags() 13 years ago
  Slava Zanko c68ce1efe4 Use vfs_path_t in execute.c and subshell.c. 13 years ago
  Slava Zanko 4dde82c5be Changed do_cd() and do_panel() functions 13 years ago
  Slava Zanko a3a1e7937f Added unit test for do_panel_cd() functions. 13 years ago
  Slava Zanko 8562a215be Code refactoring: removed concat_dir_and_file() function. 13 years ago
  Slava Zanko 862d53090d Code refactoring 13 years ago
  Slava Zanko 87291354e3 Changed internal viewer to use vfs_path_t objects. 13 years ago
  Slava Zanko db58cd9ca7 Changed internal editor to use vfs_path_t objects. 13 years ago
  Slava Zanko 12a9390524 Changed lock_file() and unlock_file() functions 13 years ago
  Slava Zanko 3529890d0c Changed treestore functions to handle vfs_path_t objects. 13 years ago
  Slava Zanko ddf8c542c9 Added function vfs_path_cmp() 13 years ago
  Slava Zanko b319ddfbab Added vfs_path_cmp() ans vfs_path_ncmp() functions 13 years ago
  Slava Zanko 98bad221f8 Changed do_reload_dir() function 13 years ago
  Slava Zanko e7dc7ebf2d Push/pop dirstack: changed type of saved items to vfs_path_t type. 13 years ago
  Slava Zanko 78f9f4252e VFS: internal changes in vfs_path_t type. 13 years ago
  Slava Zanko 902e5cb978 Changed format of string 'current directory path' at header of panel. 13 years ago
  Slava Zanko 0aa10fd6cb Changed type of WPanel::cwd (char *) and WPanel::lwd (char *) 13 years ago
  Slava Zanko 66e5af24d9 Added new fnction for manipulate vpath objects: 13 years ago
  Slava Zanko a34a3b3aa5 Added vfs_path_tokens_count() and vfs_path_tokens_get() functions 13 years ago
  Ilia Maslakov bd970f29da subshell.c: changed printf message into stserr to the vfs_print_message 14 years ago
  Slava Zanko 75c2b483ff Changed interface of functions mc_getlocalcopy() and mc_ungetlocalcopy() 13 years ago
  Slava Zanko ff69719304 Added inline function vfs_path_get_last_path_vfs() 13 years ago
  Slava Zanko 02f31f4db6 Added inline function vfs_path_get_last_path_str() 13 years ago