]> git.mxchange.org Git - flightgear.git/history - src/GUI/dialog.cxx
Fix typo
[flightgear.git] / src / GUI / dialog.cxx
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-08 torstenAdvanced input subsystem - Step1: cleanup dependencies
2009-07-17 Tim MooreRefer to property types using props:: namespace
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-07-02 fredbSuppress warnings
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-04-01 mfranzgui/embedded nasal: don't rely on the nasal system...
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 mfranzmake resize margin smaller
2009-02-13 mfranzcall puaLargeInput's checkKey() if active (fixes ctrl-c)
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 mfranzmove <text> before <property> part, so that <format...
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 mfranztextbox: add <top-line> param that sets first line...
2009-02-01 mfranzmake use of plib/svn features
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-26 mfranzfgPopup::checkHit(): revert r1.103 (consume mouse hits...
2009-01-21 mfranzone more PUCLASS exception (not that we used puaScrollB...
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 mfranzdisable dragging margins on non resizable dialogs
2009-01-18 mfranz- ctrl-click in the property browser is for toggling...
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-13 mfranz- shift drag for global window dragging (like ctrl...
2009-01-12 mfranzfix mouse flicker/disappearing problem
2009-01-12 mfranzallow resizing dialogs by grabbing the frame (without...
2009-01-12 mfranzhits are consumed by default (prevents actions in lower...
2009-01-12 mfranzpuaLargeInput (textbox) aren't draggable areas
2009-01-12 mfranzresize in SE direction (draggable borders planned)
2009-01-12 mfranzmake dialogs resizable with Ctrl-dragging
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-09 mfranzapply custom widget fonts also to the legend, so that...
2008-12-18 mfranzCsaba/"Jester" and /me: since a few weeks the property...
2008-08-05 mfranzuse <enabled>false</enabled> flag for widgets that...
2008-03-11 mfranz- require plib 1.8.5
2008-01-19 timooreMemory leak fixes from Till Busch
2007-07-03 mfranzJohn DENKER: validate_format(): handle multiple flags...
2007-05-30 frohlichModified Files:
2007-05-07 mfranzproperty_list.cxx: in verbose mode (toggle with Ctrl...
2007-04-02 mfranzMS Windows can't handle the symbols ... sigh
2007-04-02 mfranz- move format checking to the GUIInfo class. It has...
2007-04-02 mfranzdrop plib render callback, validate <format> in setupOb...
2007-01-04 frohlichModified Files:
2006-07-10 mfranzdon't let invisible objects prevent dragging (for examp...
2006-06-05 mfranzuse global fontcache
2006-05-22 mfranz- move the ID stuff to dialog.hxx
2006-05-22 mfranzmake new widget available as <property-list>
2006-05-21 mfranzthe last patch fixed the AirportList ... and broke...
2006-05-20 mfranzfix "airport list" crash: I had wrongly assumed that...
2006-05-16 mfranz- undefine PUCLASS_LIST, as we have our own (old_warning--)
2006-05-14 fredbUse puAux widgets available in plib 1.8.4 instead of...
2006-04-28 mfranzadd an optional property node pointer to ObjectProperty...
2006-04-28 mfranzempty names aren't names
2006-04-28 mfranzwhat about using the right variable?
2006-04-28 mfranz- merge FGDialog::{update,apply}Value{,s} ... there...
2006-04-27 mfranzadd optional SGPropertyNode* argument to NasalSys:...
2006-04-14 mfranzallow to not only set a general widget <color>, but...
2006-04-03 mfranz<input> elements that are <live> always update their...
2006-03-25 mfranz- make aircraft list no longer stick out from its dialo...
2006-03-23 mfranz- set size, otherwise the widget doesn't expand to...
2006-03-22 mfranzpuList.cxx: _list_box->getIntegerValue() returns -1...
2006-03-08 mfranzremove useless test
2006-03-08 mfranzadd support for <nasal> blocks <open> and <close> in...
2006-03-01 mfranzbackspace accelerator
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-12 mfranzonly user specified negative coords are interpreted...
2006-01-29 mfranzon closing a dialog write the last position back, so...
2006-01-27 mfranzallow top level <font> definition that applies to text...
2006-01-27 mfranzfonts are now delivered by FGFontCache (except for...
2006-01-26 mfranzfix FGFontCache and make use of it (this allows to...
2005-12-15 mfranz remove a few unused vars
2005-11-09 mfranzdistinguish editable and non editable textboxes; the...
2005-11-09 mfranzprepare for pending plib change: set combobox/selectbox...
2005-11-06 mfranzinterpret negative dialog <x> and <y> coordinates as...
2005-11-06 mfranzbacking out all changes to non-depreciated symbols...
2005-11-05 mfranzimplement <key> property for key names: <keynum>27...
2005-11-05 mfranzswitch from depreciated pui functions to the "new"...
2005-11-03 mfranzreturn correct input object
2005-11-02 mfranzcleanup
2005-11-02 mfranzallow to trigger widgets via accelerator key, which...
2005-10-21 mfranzadd support for a <hide> property, which hides whole...
2005-07-18 ehofmanFix a segmentation fault when switching to a new style...
2005-07-13 mfranz- suppress CygWin warnings (Vivian Meazza)
2005-07-13 mfranznasal dialogs are separate trees and have an empty...
2005-07-13 mfranz- fix alpha handling (hopefully)
2005-07-12 mfranz- don't clamp when setting, but on request (allows...
2005-07-11 mfranz- let FGColor setters/mergers report if they found...
2005-07-09 mfranzadd missing paren
2005-07-09 mfranz- clear alpha like r/g/b
2005-07-08 mfranztell the layouter about the default font (I wonder why
2005-07-08 mfranzremove commented out and non-functional code for now
2005-07-07 mfranz- use color map information from new_gui.cxx and set...
next