Commit Graph

10321 Commits

Author SHA1 Message Date
Michael Drake 423a934e0b Scope reduce some variables. 2014-05-26 10:40:54 +01:00
Michael Drake 97e379083d Scope reduce a variable. 2014-05-26 10:29:01 +01:00
Michael Drake a64e0c4eaf Fix failure to return NSERROR_NOMEM when malloc failed.
Was using return without any value.
2014-05-26 10:23:04 +01:00
Michael Drake e105b15bf6 Fix completely broken handling of file: paths.
Was treating lwc_string* as char*.
2014-05-26 10:19:18 +01:00
Michael Drake e39f0ff2f1 Scope reduce some variables. 2014-05-26 10:15:54 +01:00
Michael Drake 994caa34cb Remove unused variable. 2014-05-26 10:12:34 +01:00
Michael Drake ba2f3c1cb8 Scope reduce a couple of variables. 2014-05-26 10:09:55 +01:00
Michael Drake f19bfa8f8d Remove unneeded forward declaration. 2014-05-26 10:08:18 +01:00
Michael Drake 9cb9f638c4 Scope reduce a couple of variables. 2014-05-26 10:06:41 +01:00
Michael Drake 59e9caf8a1 Scope reduce some variables. 2014-05-26 10:02:30 +01:00
Michael Drake 6fe8e7ad53 Scope reduce some variables. 2014-05-26 10:00:09 +01:00
Michael Drake 290e4c5bf7 Report OSLib error message. 2014-05-26 09:59:37 +01:00
Chris Young 4a9e1edbde Redraw the favicon if the window is resized. 2014-05-25 15:07:40 +01:00
Chris Young 224f56934f Ensure the search URL is NULL-terminated 2014-05-25 15:02:30 +01:00
Chris Young bd9acf594f Try to ensure we get the correct search icon when the window opens. 2014-05-25 10:37:20 +01:00
Chris Young 2a58fa54c1 Map default.ico 2014-05-25 10:27:26 +01:00
Chris Young ab5fb83037 Move search_web_init somewhere sane 2014-05-25 10:26:34 +01:00
Vincent Sanders 5d8d4d84b7 use new search web interface to refresh icon. 2014-05-25 01:16:32 +01:00
Vincent Sanders b34a6bbe31 fix warnings in amiga build introduced in websearch changes 2014-05-25 01:14:01 +01:00
Vincent Sanders 649f4f8890 fix amiga build error 2014-05-25 01:11:24 +01:00
Vincent Sanders a6d3ceae0e Completely re-write web search provider handling 2014-05-25 01:01:59 +01:00
Michael Drake fb5af8a1b6 Check return value from write() to avoid build warnings. 2014-05-24 15:19:01 +01:00
Michael Drake ce4d52e72a Fix hotlist and global_history _get_selection functions.
Broken when selection was folder, rather than entry.
  Renamed tree_node_flags lables to avoid TREE_NODE_NONE name clash.
2014-05-24 15:09:20 +01:00
Chris Young 610fafc0f9 Fix login window title 2014-05-24 12:04:00 +01:00
Chris Young 61b3537f59 Fix download URL handling 2014-05-24 12:02:41 +01:00
Chris Young 92d29c26d4 Stop treeview items moving when they've been dragged outside the treeview window. 2014-05-24 11:46:14 +01:00
Michael Drake 15d95ddcf8 Ensure bitmap width/height are initialised. 2014-05-20 22:40:46 +01:00
Michael Drake fcc318cf29 Remove unused variables. 2014-05-20 21:34:29 +01:00
Michael Drake e23d42283b Fix line endings. 2014-05-20 21:29:23 +01:00
Michael Drake b1773d8012 Reduce a variable's scope. 2014-05-20 21:28:45 +01:00
Michael Drake 966188eb8a Remove unused variables. 2014-05-20 21:27:12 +01:00
Michael Drake 1785eba577 Fix line endings. 2014-05-20 21:22:42 +01:00
Michael Drake c9c8e2f92c Remove dead code, unused variables, reduce a variable's scope. 2014-05-20 21:21:41 +01:00
Michael Drake a1974a2ea6 Fix line endings. 2014-05-20 21:18:24 +01:00
Michael Drake 53d2852efd Remove some unused variables. Scope reduce a variable. 2014-05-20 21:17:00 +01:00
Michael Drake f57db0b2d6 Fix line endings. 2014-05-20 21:13:49 +01:00
Michael Drake 4648ce4e59 Remove unused variables. 2014-05-20 21:12:53 +01:00
Michael Drake 1d9ce5348a Fix line endings. 2014-05-20 21:10:52 +01:00
Michael Drake 7c94c2752c Remove unused variables. 2014-05-20 21:09:46 +01:00
Michael Drake b31f224f42 Fix line endings. 2014-05-20 21:06:32 +01:00
Michael Drake a7d44f9707 Remove a bunch of unused variables. 2014-05-20 21:06:00 +01:00
Michael Drake 4c04e32236 Fix use of uninitialised scroll values. 2014-05-20 21:05:11 +01:00
Michael Drake 923feec091 Fix line endings. 2014-05-20 20:42:25 +01:00
Michael Drake 47337932c0 Various fixes informed by cppcheck.
Removal of unused variables and dead assignements.
2014-05-20 20:40:42 +01:00
Michael Drake 768f380d81 Fix rgb check.
It was doing the same check on green twice, and not checking blue.
2014-05-20 20:24:19 +01:00
Michael Drake 59f63984ee Remove unused variables. 2014-05-20 20:20:58 +01:00
Michael Drake a8e79b4d39 Remove redundant NULL check. 2014-05-20 20:17:48 +01:00
Michael Drake 687e97abd2 Fix line endings. 2014-05-20 20:17:00 +01:00
Michael Drake 49e9a30b30 Remove unused variable. 2014-05-20 17:54:50 +01:00
Michael Drake 751cf4f09f Fix line endings. 2014-05-20 17:54:31 +01:00