]> git.mxchange.org Git - flightgear.git/history - src/GUI
Mathias Froehlich:
[flightgear.git] / src / GUI /
2006-02-04 mfranzmake room for more font specifications in style files
2006-01-29 mfranzon closing a dialog write the last position back, so...
2006-01-29 mfranzset the /sim/signals/reinit property on reinit, 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 mfranzcosmetics
2006-01-26 mfranzfix FGFontCache and make use of it (this allows to...
2006-01-20 ehofmanIntegrate a large part of John Wojnaroski's 747 cockpit...
2006-01-11 ehofmanDon't display the menubar in e highres screenshot.
2006-01-04 ehofmanTry to prevent a potential buffer overflow for WIN33.
2005-12-15 mfranz remove a few unused vars
2005-12-14 mfranzdon't check for subsequent indices (n), but for child...
2005-12-09 mfranzfinal cosmetics (s/_entries/_objects/ and comments)
2005-12-06 mfranzyet more cleanup; clearer warning messages
2005-12-06 mfranzremoval of yet more stuff, left over from development...
2005-12-06 mfranzremove two checks that were only useful during developm...
2005-12-06 mfranzallow disabling/enabling of menu entries via "enabled...
2005-11-12 mfranz"nine" (via IRC):
2005-11-09 mfranzdistinguish editable and non editable textboxes; the...
2005-11-09 mfranzprepare for pending plib change: set combobox/selectbox...
2005-11-09 mfranzreinit(): destroy, reload and re-open dialogs (menu...
2005-11-09 mfranzreplace hard-coded HUD config dialog with NewGUI dialog
2005-11-08 mfranzdon't destroy iterated map entries; delete _menubar...
2005-11-08 mfranzDon't use the [] notation here to test for the existenc...
2005-11-06 mfranzinterpret negative dialog <x> and <y> coordinates as...
2005-11-06 mfranzbacking out all changes to non-depreciated symbols...
2005-11-06 mfranzbacking out all changes to non-depreciated symbols...
2005-11-06 mfranzPUCLASS_LIST is already defined in <plib/puAux.h>.
2005-11-05 mfranzimplement <key> property for key names: <keynum>27...
2005-11-05 mfranzswitch from depreciated pui functions to the "new"...
2005-11-04 mfranzreplace depreciated plib symbols with their new forms
2005-11-03 mfranzreturn correct input object
2005-11-02 mfranzcleanup
2005-11-02 mfranzallow to trigger widgets via accelerator key, which...
2005-11-01 ehofmanIn the process of changing, adding and removing files...
2005-10-22 mfranzWe never want to know if a dialog is there or not....
2005-10-22 ehofmanIma Sudonim:
2005-10-21 mfranz- spelling
2005-10-21 mfranzFix <text> alignment. Because our <text> widget is...
2005-10-21 mfranzadd support for a <hide> property, which hides whole...
2005-10-20 mfranzReplace hard-coded message boxes by ones managed by...
2005-10-20 mfranzAdd method to get the property root node of named dialo...
2005-10-19 andyMust include config.h before plib headers to prevent...
2005-10-14 ehofmanMathias Fröhlich:
2005-10-01 ehofmanVivian Meazza:
2005-09-20 curtDavid Luff:
2005-07-18 ehofmanPerhaps it's better to compare the contents of the...
2005-07-18 ehofmanFix a segmentation fault when switching to a new style...
2005-07-18 ehofmanIRIX fixes.
2005-07-13 ehofmanMathias Fröhlich:
2005-07-13 mfranz- suppress CygWin warnings (Vivian Meazza)
2005-07-13 mfranzmake /sim/current-gui an integer
2005-07-13 mfranz- make tabula rasa on re-init
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 mfranzdisable automatic re-opening of dialogs on re-init...
2005-07-08 mfranzrename VERA_12B font to SANS_12B (as in sans-serif...
2005-07-08 mfranzHarald JOHNSEN:
2005-07-08 mfranzadd missing copyright statements
2005-07-08 mfranzremove commented out and non-functional code for now
2005-07-07 mfranzmake property picker consider the new_gui colors; unfor...
2005-07-07 mfranz- use color map information from new_gui.cxx and set...
2005-07-07 mfranz- add gui color support: maintain color map with defaul...
2005-07-07 mfranzadd fonts.cxx file
2005-07-07 mfranzcontains two fntBitmap fonts with iso8859-1 character...
2005-07-04 mfranz- abstract out reading colors from the property tree...
2005-07-03 mfranz- make menubar reloadable ... again. This was lost...
2005-07-02 mfranz- fix <hrule>
2005-06-24 mfranzkeep panel and gui bindings nicely separated; useful...
2005-06-24 mfranzFGBindings doesn't create its own, detached copy of...
2005-06-21 mfranz- layout frames like groups (I forgot to commit that...
2005-06-20 mfranz- fix "frame" (the old code was broken and ... strange)
2005-05-17 ehofmanRevert the previous patch.
2005-05-16 ehofmanOops, I didn't test compile the latest code and this...
2005-05-16 ehofmanMake the dialogs work again.
2005-05-06 ehofmanAdd support for altering the border thickness of object...
2005-05-03 ehofmanFix a couple of stupid mistakes, I'm off to find a...
2005-05-03 ehofmanShoot, I removed a bit of crucial information just...
2005-05-03 ehofmanMake it possible to define a different font for the...
2005-05-02 ehofmanAllow for defining the label color.
2005-05-02 ehofmanMake it optional whether a dialog can be dragged or...
2005-04-19 ehofmanMelchior: Make line wrapping in textboxes configurable...
2005-04-13 ehofmanAllow for recolloring the dialogs.
2005-03-29 ehofmanMelchior FRANZ:
2005-03-26 ehofmanMelchior FRANZ:
2005-03-26 ehofmanMelchior FRANZ:
2005-03-24 ehofmanMelchior FRANZ:
2005-02-25 curtThe view frustum is defined in plib apps using calls...
2005-02-10 ehofmanDurk Talsma:
2005-01-31 ehofmanAndrew Midson:
2004-12-29 curtFGIO::shutdown_all() is called from the FGIO destructor...
2004-12-22 curtReplace the data/Airports/basic.dat.gz and data/Airport...
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-11-18 curtMigrate FlightGear code to use "#include SG_GL*" defined in
2004-10-22 ehofmanBoris Koenig:
next