OpenTTD-patches/src
2009-11-15 17:22:47 +00:00
..
3rdparty (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 2009-11-08 23:56:39 +00:00
ai (svn r18101) -Fix (r15188): AI settings window used window-relative pixel positions 2009-11-15 17:22:47 +00:00
blitter
core (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 2009-11-11 21:15:58 +00:00
depend (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd 2009-10-31 15:26:07 +00:00
lang (svn r18081) -Update from WebTranslator v3.0: 2009-11-14 18:45:22 +00:00
misc
music (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 2009-10-25 21:47:32 +00:00
network (svn r18099) -Codechange: scale the edit boxes to the fontsize 2009-11-15 15:37:37 +00:00
os (svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when building without Cocoa. 2009-11-14 15:26:43 +00:00
saveload (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
script (svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried 2009-11-11 18:13:17 +00:00
sound
spriteloader (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
strgen
table (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
thread
video (svn r18031) -Codechange: since basically r7157 adding up 'all' mouse movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works. 2009-11-09 16:07:03 +00:00
widgets (svn r18092) -Codechange: remove support for the unnested widgets 2009-11-15 13:36:30 +00:00
yapf (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
aircraft_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
aircraft_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
aircraft.h (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called when they should. 2009-10-28 18:31:16 +00:00
airport_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
airport_movement.h
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp (svn r17911) -Codechange: bool * is a pointer, not a bool 2009-10-31 08:15:46 +00:00
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_func.h
autoreplace_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
aystar.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
aystar.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
base_media_base.h
base_media_func.h
base_station_base.h
bmp.cpp
bmp.h
bridge_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
bridge_map.cpp (svn r18058) -Fix: typos in parameter names 2009-11-13 17:40:21 +00:00
bridge_map.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
bridge.h
build_vehicle_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
callback_table.cpp
callback_table.h
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
cargotype.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
cheat_func.h
cheat_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
clear_map.h
cmd_helper.h
command_func.h
command_type.h
command.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
company_base.h
company_cmd.cpp (svn r18056) -Fix (r17737): compiling without networking failed 2009-11-12 21:08:41 +00:00
company_func.h
company_gui.cpp (svn r18091) -Codechange: CompanyWindow uses pure nested widgets. 2009-11-15 13:31:27 +00:00
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp (svn r18053) -Codechange: remove the manual pause/unpause limitation with min_active_clients 2009-11-12 20:38:52 +00:00
console_func.h
console_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
console_gui.h
console_internal.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
console_type.h
console.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
crashlog.cpp
crashlog.h
currency.cpp
currency.h
date_func.h
date_type.h
date.cpp
debug.cpp
debug.h (svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG 2009-11-14 11:57:55 +00:00
dedicated.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
driver.cpp
driver.h
dummy_land.cpp
economy_base.h
economy_func.h (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
economy_type.h (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
economy.cpp (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 2009-11-08 18:04:53 +00:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
endian_check.cpp
engine_base.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 2009-10-31 17:48:09 +00:00
engine_func.h
engine_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
engine_gui.h
engine_type.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
engine.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
fileio_func.h (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 2009-11-09 15:16:38 +00:00
fileio_type.h
fileio.cpp (svn r18032) -Codechange: add one const 2009-11-09 16:33:52 +00:00
fios.cpp
fios.h
fontcache.cpp (svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics to position font offset correctly. 2009-11-15 14:39:37 +00:00
fontcache.h
functions.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
genworld.cpp
genworld.h
gfx_func.h
gfx_type.h
gfx.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
gfxinit.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
gfxinit.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
graph_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
group_cmd.cpp
group_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
group_gui.h
group_type.h
group.h
gui.h (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
heightmap.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
heightmap.h
highscore_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
highscore.cpp
highscore.h
house_type.h
house.h
industry_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
industry_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_type.h
ini.cpp
intro_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
landscape_type.h
landscape.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
landscape.h
livery.h
main_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
map_func.h
map_type.h
map.cpp
misc_cmd.cpp (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. 2009-11-12 20:33:30 +00:00
misc_gui.cpp (svn r18099) -Codechange: scale the edit boxes to the fontsize 2009-11-15 15:37:37 +00:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
music.cpp
music.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_engine.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. 2009-10-31 19:46:51 +00:00
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_properties.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_station.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_station.h (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 2009-11-11 21:15:58 +00:00
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp (svn r18036) -Fix (r17999): Always two they are. 2009-11-10 16:50:00 +00:00
newgrf.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
news_func.h
news_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
news_gui.h
news_type.h
npf.cpp
npf.h
openttd.cpp (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type 2009-11-01 18:08:58 +00:00
openttd.h (svn r18051) -Codechange: make the active clients pause use a separate bit in the pause mode 2009-11-12 17:46:04 +00:00
order_base.h
order_cmd.cpp (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 2009-11-05 19:46:17 +00:00
order_func.h
order_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
order_type.h
os_timer.cpp
osk_gui.cpp (svn r18092) -Codechange: remove support for the unnested widgets 2009-11-15 13:36:30 +00:00
pathfind.cpp
pathfind.h
pbs.cpp
pbs.h
querystring_gui.h (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 2009-11-08 13:35:45 +00:00
queue.cpp
queue.h
rail_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rail_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rev.cpp.in
rev.h
road_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
road_cmd.h
road_func.h
road_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
road_type.h
road.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
roadveh_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
roadveh.h (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
screenshot.cpp (svn r18079) -Codechange: allow overwriting of screenshots with user-supplied filenames 2009-11-14 15:50:38 +00:00
screenshot.h (svn r17938) -Feature: non-automatic screenshot name can be entered in console 2009-11-01 18:15:35 +00:00
sdl.cpp
sdl.h
settings_func.h
settings_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
settings_internal.h
settings_type.h (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though 2009-10-27 20:28:10 +00:00
settings.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
ship_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
ship_gui.cpp (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 2009-10-25 17:21:57 +00:00
ship.h
signal_func.h
signal_type.h
signal.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r18087) -Codechange: remove NWID_LAYERED 2009-11-15 10:30:32 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.h
spritecache.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
spritecache.h
station_base.h
station_cmd.cpp (svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is turning on a drive through road station that gets forcefully (bankrupt) removed 2009-11-12 17:28:20 +00:00
station_func.h
station_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
station_gui.h
station_map.h
station_type.h
station.cpp
statusbar_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
statusbar_gui.h
stdafx.h (svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() 2009-11-13 15:53:51 +00:00
string_func.h
string_type.h (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 2009-10-31 14:06:16 +00:00
string.cpp (svn r17920) -Codechange: add a 'filter' for numbers+spaces and use it for the NewGRF parameter list 2009-10-31 14:06:16 +00:00
strings_func.h
strings_type.h
strings.cpp (svn r18078) -Codechange: remove some duplicate (non translatable) strings 2009-11-14 15:37:33 +00:00
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
subsidy_type.h
subsidy.cpp
tar_type.h
terraform_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
terraform_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp
timetable_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
timetable.h
toolbar_gui.cpp (svn r18092) -Codechange: remove support for the unnested widgets 2009-11-15 13:36:30 +00:00
toolbar_gui.h
town_cmd.cpp (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
town_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
town_map.h
town_type.h
town.h (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h
train_cmd.cpp (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 2009-11-08 13:02:05 +00:00
train_gui.cpp
train.h
transparency_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
tree_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
tunnelbridge_map.h
tunnelbridge.h
unmovable_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
unmovable_map.h
unmovable.h (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
variables.h
vehicle_base.h
vehicle_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
vehicle_func.h (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 2009-10-31 17:48:09 +00:00
vehicle_gui_base.h (svn r18068) -Cleanup: Remove obsolete BaseVehicleListWindow(const WindowDesc *desc, WindowNumber window_number) constructor. 2009-11-14 08:49:58 +00:00
vehicle_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
vehicle_gui.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
vehicle_type.h
vehicle.cpp (svn r17974) -Fix (r17926)[FS#3300]: C != T 2009-11-05 16:56:53 +00:00
vehiclelist.cpp
vehiclelist.h
viewport_func.h
viewport_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
viewport_type.h
viewport.cpp (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
void_map.h
water_cmd.cpp (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 2009-11-07 22:47:54 +00:00
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
waypoint_func.h (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
waypoint_gui.cpp (svn r18086) -Codechange: remove 'widget' from WindowDesc 2009-11-15 10:26:01 +00:00
waypoint.cpp
widget_type.h (svn r18092) -Codechange: remove support for the unnested widgets 2009-11-15 13:36:30 +00:00
widget.cpp (svn r18099) -Codechange: scale the edit boxes to the fontsize 2009-11-15 15:37:37 +00:00
window_func.h (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 2009-11-07 17:24:04 +00:00
window_gui.h (svn r18092) -Codechange: remove support for the unnested widgets 2009-11-15 13:36:30 +00:00
window_type.h
window.cpp (svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal 2009-11-15 14:07:23 +00:00
zoom_func.h
zoom_type.h