Commit Graph

364 Commits (8e83786f72ec321b51e8edf82b8a5b13c414478c)
 

Author SHA1 Message Date
David Cormier 8e83786f72 Add missing semicolons 12 years ago
David Cormier 6562ce22b4 apply jshint on weechat 12 years ago
David Cormier 72b0aaddd3 Add bower instructions 12 years ago
David Cormier db34903fbf Merge pull request #93 from lorenzhs/bower 12 years ago
Lorenz H-S f77ecd00e1 Use bower for dependency management 12 years ago
David Cormier a78f49c0fc Add bindonce and remove 50% of the watchers in the buffers 12 years ago
David Cormier c88576fad2 Add button to count watcher and debug mode 12 years ago
David Cormier f85b7110da New buffers are always active 12 years ago
Lorenz H-S ae3a9f7044 Fix clickable area 12 years ago
Lorenz H-S 9368f2480d Open query when clicking nick in the sidebar 12 years ago
David Cormier 706b5838a1 Return the angular promise on sendMessage 12 years ago
David Cormier d4cffcf38f Merge pull request #90 from lorenzhs/fixnicklist 12 years ago
David Cormier fbfbb3d0bf Add IRC information 12 years ago
David Cormier c14bec83fb Merge pull request #89 from lorenzhs/lastread 12 years ago
Lorenz H-S f8f2f8bf6a Fix ordering of nicklist 12 years ago
Lorenz H-S f129460426 initalise lastread marker to last line initially fetched from server 12 years ago
David Cormier c7123a26e4 Merge pull request #83 from lorenzhs/fixordering 12 years ago
Lorenz H-S 78121ff3a6 Add possibility to order channels hierarchically by server 12 years ago
Lorenz H-S c4d29a7eb0 Fix ordering of channels 12 years ago
David Cormier c03dc77e49 Split initialization commands 12 years ago
David Cormier 026881a29c Revert "Split messages with newline into multiple messages" 12 years ago
David Cormier 52630d7901 Merge pull request #81 from torhve/master 12 years ago
Tor Hveem 6dd35fa890 Split messages with newline into multiple messages 12 years ago
Tor Hveem cb73039b67 Use a simpler method to insert readmarker 12 years ago
Tor Hveem c8634185cc Remove space to the right of the scrollbar 12 years ago
Tor Hveem c79c6bdab6 Make chat nick self white to be more in line with standard weechat 12 years ago
Tor Hveem c2ce47e217 remove connection infos from title bar 12 years ago
Tor Hveem f7b0b6fffe make the buffers list static width instead of relative 12 years ago
Tor Hveem 70abe58afe New keyboard shortcut alt-n: toggle nicklist 12 years ago
Tor Hveem 3c01ad1b68 Fix bug with switching to core buffer when buffer is closed 12 years ago
Vivien Didelot 4b5192ce7f linkify topics 12 years ago
Vivien Didelot d75b420e4d Merge Tor's work on HTML escaping 12 years ago
Tor Hveem 1615f3016b Use angular function to linkify text. 12 years ago
David Cormier 4a4d156b99 Merge pull request #76 from torhve/master 12 years ago
Tor Hveem 69200c7854 Prevent user from accidentally leaving the page 12 years ago
Tor Hveem d57127cc84 make class for embedded image, and fix its height parameter so its 12 years ago
Tor Hveem 6258303465 New user setting for display embedded content by default 12 years ago
David Cormier 59206770e2 Isolate the nick completion in the inputbar's scope 12 years ago
David Cormier 03cb90c036 Move completeNick method to inputBar directive 12 years ago
David Cormier ef24986431 Move inputbar related events to inputbar directive 12 years ago
David Cormier fcfe8ba4be Create inputbar directive 12 years ago
David Cormier 6055e699ff Modifies angular model instead of dom element 12 years ago
David Cormier 84cc93fbb0 Initialize angularjs routing module 12 years ago
David Cormier 1f455c813a Callback ids cycle from 0 to 1000 12 years ago
David Cormier 51abcc6953 Document messager methods 12 years ago
David Cormier 75e8c87f09 Group all messaging commands 12 years ago
David Cormier 8167b25c36 Remove doSend 12 years ago
David Cormier 0f503fa521 Rename doSendAllWithCallback to sendAll 12 years ago
David Cormier 0c3496f798 Rename doSendWithCallback to send 12 years ago
David Cormier a3ea312773 doSend always doSendWithCallback 12 years ago