summaryrefslogtreecommitdiff
path: root/navit/event_glib.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-26/+13
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-112/+97
|
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
| | | | | | | Use the term 'category' for all plugins with the same API (GUI plugins, map plugins etc.). This used to be called 'type', which was confusing, because in the XML config, 'type' refers to what is called 'name' in the code.
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-311-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5881 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Use GLib define, use g_hash_table_new.sleske2014-05-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5782 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5165 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core: After leaving the loop, unref the loopwoglinde2010-03-281-3/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3093 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fixed various compiler warningsseralph2009-10-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Use right conditionmartin-s2009-08-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2487 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Make compiler happymartin-s2008-12-291-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1868 ffa7fe5e-494d-0410-b361-a75ebd5db220
* core:fix:Fix some warnings and do some small cleanupshorwitz2008-12-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1864 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Improved and implemented idle callbackmartin-s2008-12-131-2/+21
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1789 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:vehicle_file:Converted to event systemmartin-s2008-11-111-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1721 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core: Want to call callback_list, not callbackzaxl2008-11-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1675 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core: event_call_callback infrastructure|zaxl2008-11-071-0/+13
| | | | | | | | | | | | | To be used from threads that want to call the callback from the main(gui) thread. Users must provide synhronization of the callback data. Difference with using timeouts are: Threads can have own timers Timer events are low priority, this must be called ASAP. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1674 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Cleanup event watch apimartin-s2008-10-241-2/+14
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1558 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Changed core to use event functions instead of glib onesmartin-s2008-10-151-7/+12
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1473 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Further works on event system abstractionmartin-s2008-09-041-0/+143
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1365 ffa7fe5e-494d-0410-b361-a75ebd5db220