.. |
bsearch.h
|
add some comments for binary search
|
2010-04-16 20:56:27 +02:00 |
ddparse.c
|
parse app Categories better. parse a list of strings into a gchar**
|
2010-06-03 13:53:19 -04:00 |
ddparse.h
|
parse app Categories better. parse a list of strings into a gchar**
|
2010-06-03 13:53:19 -04:00 |
display.c
|
make an event queue for X events. the queue's min size is 16 XEvents (~3k)
|
2010-04-28 12:58:42 -04:00 |
display.h
|
create an X Input Method in obt for the app to use for all input
|
2010-02-11 11:16:17 -05:00 |
internal.h
|
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
|
2008-02-15 16:47:10 +01:00 |
keyboard.c
|
remove a debug print in the keyboard obt stuff
|
2010-05-17 19:34:41 -04:00 |
keyboard.h
|
get the modifier mask for a modifier key that is pressed/released more accurately, using the table we built already for other purposes
|
2010-02-19 16:59:28 -05:00 |
link.c
|
save the list of mime types listed as supported by an application
|
2010-06-03 13:57:47 -04:00 |
link.h
|
parse app Categories better. parse a list of strings into a gchar**
|
2010-06-03 13:53:19 -04:00 |
Makefile
|
add prop.[ch] to the libobt, but they are not used yet. add a global obt_display which obt can use, and the application.
|
2008-01-20 01:36:54 -05:00 |
obt-3.5.pc.in
|
obt returns libxml2 structures directly, so anyone linking against it better also link to libxml2
|
2010-06-16 13:26:11 -04:00 |
paths.c
|
free the user's group ids
|
2010-06-03 11:58:13 -04:00 |
paths.h
|
add obt_paths_try_exec() that will see if an executable exists
|
2010-03-29 22:32:07 -04:00 |
prop.c
|
avoid new gcc warning (casting ** to const** is not valid for good reason)
|
2010-05-17 19:31:57 -04:00 |
prop.h
|
avoid new gcc warning (casting ** to const** is not valid for good reason)
|
2010-05-17 19:31:57 -04:00 |
util.h
|
split the header up for obt
|
2008-01-20 01:36:54 -05:00 |
version.h.in
|
split the version.h into render/ and obt/ copies, with the appropriate version info
|
2008-02-02 15:59:44 -05:00 |
watch.c
|
add an inotify watcher for directories (doesnt work without inotify yet)
|
2010-06-14 12:19:01 -04:00 |
watch.h
|
add an inotify watcher for directories (doesnt work without inotify yet)
|
2010-06-14 12:19:01 -04:00 |
xml.c
|
use g_slice_new() instead of g_new() part 3
|
2010-02-12 14:03:24 -05:00 |
xml.h
|
reflect the change that parse.c/h was renamed to xml.c/h in the file header comments
|
2009-12-28 12:24:08 -06:00 |
xqueue.c
|
Use GMainLoop instead of ObtMainLoop
|
2010-06-14 12:19:01 -04:00 |
xqueue.h
|
Use GMainLoop instead of ObtMainLoop
|
2010-06-14 12:19:01 -04:00 |