Mon, 02 Apr 2007 00:38:21 +0000 |
Mark Doliner |
sf patch #1574238, from Ka-Hing Cheung
|
Sun, 01 Apr 2007 19:39:33 +0000 |
Daniel Atallah |
Avoid trying to unlock the mutex after it has been destroyed.
|
Sun, 01 Apr 2007 17:38:16 +0000 |
Mark Doliner |
sf patch #1691784, from William Ehlhardt
|
Sun, 01 Apr 2007 17:23:25 +0000 |
Mark Doliner |
sf patch #1689182, from Will Thompson
|
Wed, 04 Apr 2007 03:47:13 +0000 |
Sadrul Habib Chowdhury |
Add a way to get a list of bindings for a widget. This can be used by, eg, a window-manager to show helpful messages to the user.
|
Sun, 01 Apr 2007 08:05:59 +0000 |
Sadrul Habib Chowdhury |
More fixes for resizing when shadow is turned on.
|
Sun, 01 Apr 2007 03:47:50 +0000 |
Sadrul Habib Chowdhury |
merge of 'e23bc35af900cf0925d85813b5896e19f73645d2'
|
Sun, 01 Apr 2007 02:17:06 +0000 |
Evan Schoenberg |
I commonly see a crash in which socket_ready_cb(), shortly after a laptop wakes from sleep, is passed invalid (previously freed) connect_data. It looks like this:
|
Sat, 31 Mar 2007 21:48:11 +0000 |
Daniel Atallah |
fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
|
Sat, 31 Mar 2007 20:33:54 +0000 |
Evan Schoenberg |
The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.
|
Sat, 31 Mar 2007 04:36:05 +0000 |
Ethan Blanton |
merge of '1370ba94afc8d4c4413b3887e5f31622dd02e8be'
|
Sun, 01 Apr 2007 03:46:58 +0000 |
Sadrul Habib Chowdhury |
Backspace to jump to parent.
|